summaryrefslogtreecommitdiff
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
...
* - 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 special cases for unbox methodspaltherr2003-12-031-10/+24
* 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
* 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
* - 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
* 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-026-48/+86
* - bug fix (#242): added support for wide GOTO i...schinz2003-12-021-39/+83
* - added two variants of "fail" taking an except...schinz2003-12-021-6/+18
* new symbols...buraq2003-12-012-3/+3
* commentburaq2003-12-011-1/+1
* *** empty log message ***buraq2003-12-012-0/+182
* brought a first approximation of TransMatch overburaq2003-12-011-1/+3
* - made the parse method 'public static' so that...mihaylov2003-12-011-1/+1
* - replaced System.out.print with Console.printmihaylov2003-12-011-3/+3
* - qualified System to java.lang.Systemmihaylov2003-12-014-76/+73
* - Added some code to avoid printing bounds like...paltherr2003-12-012-8/+22
* *** empty log message ***Martin Odersky2003-11-2811-105/+111
* - updated to current Scala compilermichelou2003-11-283-36/+70
* - Fixed ClassDef to use typeOfThis of next phase;paltherr2003-11-281-3/+7
* - Added the possibility to tell what packages a...cremet2003-11-285-69/+170
* renamed entry point, restricted method accessburaq2003-11-281-5/+5
* renamed call to PMburaq2003-11-281-1/+1
* - Fixed for new Identifier defpaltherr2003-11-283-10/+17
* moved some methods from PatternMatcherburaq2003-11-281-1/+74
* removed tabsburaq2003-11-281-673/+600
* - Removed method symbolStringpaltherr2003-11-282-28/+28
* - Added special case for initializers in simple...paltherr2003-11-281-2/+3
* Removed the last type parameter in maps and sets.Matthias Zenger2003-11-287-29/+27