summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - 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-042-4/+8
| | | | | | - 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
* - added target 'library-msil' to compile the sc...mihaylov2003-12-031-0/+6
| | | | | - added target 'library-msil' to compile the scala library for the .NET
* - fixed the -target optionmihaylov2003-12-031-1/+1
|
* - added support for testing the .NET backend; t...mihaylov2003-12-031-2/+45
| | | | | | - added support for testing the .NET backend; the test is not performed by default and has to be enabled with the --msil command line switch
* after fixing bug#246, have to treat toSequence ...buraq2003-12-031-3/+39
| | | | | after fixing bug#246, have to treat toSequence slightly different
* - Added primitive UNBOXpaltherr2003-12-031-0/+1
|
* - Fixed eraseUnboxMethodType for type Unitpaltherr2003-12-031-1/+1
|
* - added transformation of the the backslash cha...mihaylov2003-12-031-0/+1
| | | | | | - added transformation of the the backslash character ('\\') into '$bslash'
* - Added special cases for unbox methodspaltherr2003-12-031-10/+24
| | | | | - Simplified code for box methods
* a possible fix of bug#246buraq2003-12-032-2/+33
|
* - Removed some unused final modifierspaltherr2003-12-031-3/+3
|
* - Fixed genNewUnboxedArray for multiarray of un...paltherr2003-12-031-1/+3
| | | | | - Fixed genNewUnboxedArray for multiarray of unboxed simple types
* erroneous hash-consing fixedburaq2003-12-031-26/+25
|
* toString methodburaq2003-12-031-0/+8
|
* toString convenienceburaq2003-12-031-0/+5
|
* new, more compliant whitespace handlingburaq2003-12-031-11/+19
|
* adapted to whitespace handlingburaq2003-12-032-142/+93
|
* changed check, because of new whitespace handlingburaq2003-12-031-1/+4
|
* - Added compilation and evaluation of Switch nodespaltherr2003-12-032-0/+12
|
* - Added Switch nodepaltherr2003-12-031-0/+12
|
* - Added UNBOX primitivespaltherr2003-12-031-0/+78
|
* - Added commentspaltherr2003-12-031-3/+6
|
* - Added primitive UNBOXpaltherr2003-12-031-36/+37
|
* - Mirrored the updates from Infer.scalapaltherr2003-12-021-11/+27
|
* oopsburaq2003-12-021-1/+1
|
* oops, typoburaq2003-12-021-1/+1
|
* better message for failling assertionburaq2003-12-021-1/+1
|
* *** empty log message ***buraq2003-12-021-0/+2
|
* added stuff for debugprint code creationburaq2003-12-021-0/+10
|
* optimization, switch instead of if-the-else for...buraq2003-12-025-120/+192
| | | | | optimization, switch instead of if-the-else for left and right tracer
* added debugprint code creationburaq2003-12-021-2/+22
|
* *** empty log message ***Martin Odersky2003-12-021-9/+20
|
* *** empty log message ***Matthias Zenger2003-12-023-814/+14
|
* *** empty log message ***Martin Odersky2003-12-027-55/+92
|
* - bug fix (#242): added support for wide GOTO i...schinz2003-12-021-39/+83
| | | | | - bug fix (#242): added support for wide GOTO instructions
* - added two variants of "fail" taking an except...schinz2003-12-021-6/+18
| | | | | | - added two variants of "fail" taking an exception (cause) as argument, - removed tabs & trailing spaces
* - imported java.lang.System.out.println to avoi...mihaylov2003-12-011-4/+5
| | | | | | - imported java.lang.System.out.println to avoid name clash with .NET libraries
* - explicitly qualified System with java.lang.mihaylov2003-12-011-1/+2
|