summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* - adapted to current Scala versionmichelou2003-12-0810-55/+143
|
* - modified replicate.cremet2003-12-081-4/+5
|
* dont need Elementburaq2003-12-081-1/+1
|
* dont need Elementburaq2003-12-081-1/+0
|
* class symbol instead of elementburaq2003-12-082-13/+18
|
* indenting + slight changes because of Element-S...buraq2003-12-081-15/+16
| | | | | indenting + slight changes because of Element-Symbol migration
* turned into traitburaq2003-12-082-10/+8
|
* using the more specific "symbol" class instead ...buraq2003-12-081-3/+3
| | | | | using the more specific "symbol" class instead of attributed node
* added a lot of XML functionality, replacing sca...buraq2003-12-081-6/+60
| | | | | added a lot of XML functionality, replacing scala.xml.nobinding.Element
* using symbol instead of this file nowburaq2003-12-081-24/+0
|
* - Added cases for operations on stringspaltherr2003-12-082-34/+38
|
* - emit the symbol table as an attribute of top-...mihaylov2003-12-081-20/+44
| | | | | - emit the symbol table as an attribute of top-level classes
* - removed the remnants of the code for traversi...mihaylov2003-12-081-209/+120
| | | | | | - removed the remnants of the code for traversing the methods from - interfaces modified to work with CLRPackageParser
* handling of escaped sequences x:_*buraq2003-12-082-0/+28
|
* updated commentburaq2003-12-081-3/+4
|
* - modified to work when invoked under cygwin on...mihaylov2003-12-081-0/+1
| | | | | | - modified to work when invoked under cygwin on a network share (i.e. appearing not as a symbolic link)
* - initial CLR type import capabilitiesmihaylov2003-12-082-0/+584
|
* - added common superclass (MetadataParser) for ...mihaylov2003-12-084-30/+58
| | | | | | - added common superclass (MetadataParser) for PackageParser and ClassParser that handles switching and restoring the compiler phase
* - added a '-r' option to specify the assemblies...mihaylov2003-12-081-0/+5
| | | | | | - added a '-r' option to specify the assemblies referenced by the source program
* - Revised all value typespaltherr2003-12-0812-724/+579
|
* - bug fix (#250): don't generate any code when ...schinz2003-12-081-1/+2
| | | | | | - bug fix (#250): don't generate any code when "null" is loaded with an expected type of "void"
* Cleanup and commenting of librarystenman2003-12-075-295/+552
|
* - Added code to remove box(unbox(...)) and unbo...paltherr2003-12-051-1/+20
| | | | | - Added code to remove box(unbox(...)) and unbox(box(...))
* - Added code to remove coerce methodspaltherr2003-12-051-0/+4
|
* - Removed subtyping of value typespaltherr2003-12-051-9/+1
|
* - inline conversion primitivesschinz2003-12-051-27/+22
| | | | | - replaced genWidenConversion by FJBG's emitT2T function
* *** empty log message ***Martin Odersky2003-12-041-1/+11
|
* - Added coerce primitivespaltherr2003-12-041-0/+6
|
* - Added primitives from Byte, Short and Charpaltherr2003-12-041-5/+59
|
* - Added primitive COERCEpaltherr2003-12-042-0/+4
|
* - Removed field Primitive.tagpaltherr2003-12-043-131/+125
|
* - Flattened Byte, Short and Charpaltherr2003-12-047-21/+352
|
* - Made value types flatpaltherr2003-12-045-248/+304
|
* - Changed so that optype doesn't rely on subtypingpaltherr2003-12-042-14/+70
|
* - Removed AS_x primitivespaltherr2003-12-045-120/+0
|
* - Modified erasure to use unbox and x2x methods...paltherr2003-12-042-29/+49
| | | | | - Modified erasure to use unbox and x2x methods instead of asX methods
* - Added method boxUnboxedTypepaltherr2003-12-041-0/+29
|
* - Changed name of box primitivespaltherr2003-12-045-90/+80
|
* - Changed name of unbox primitivespaltherr2003-12-043-58/+60
|
* - Added conversion primitivespaltherr2003-12-041-0/+7
|
* - Added methods primitive mapping for x2x symbolspaltherr2003-12-041-0/+49
|
* - fixed code for empty arraysmichelou2003-12-041-5/+9
|
* - adapted to new Scala compilermichelou2003-12-041-7/+36
|
* - use getProject() instead of project member va...michelou2003-12-041-2/+4
| | | | | | - use getProject() instead of project member variables which is deprecated starting from version 1.6 of Ant
* - Added methods getConvertSymbolpaltherr2003-12-041-0/+110
|
* - Added conversion primitivespaltherr2003-12-041-0/+149
|
* - Added conversion primitivespaltherr2003-12-041-0/+53
|
* - Added conversion primitivespaltherr2003-12-041-0/+50
|
* - reverted back to version 1.27 for now, as 1.2...schinz2003-12-041-39/+3
| | | | | - reverted back to version 1.27 for now, as 1.28 prevents bootstraping
* after fixing bug#246, have to treat toSequence ...buraq2003-12-031-3/+39
| | | | | after fixing bug#246, have to treat toSequence slightly different