summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* - Removed method Type.rebindpaltherr2004-01-262-47/+17
* - Added automatic rebinding and unaliasing in T...paltherr2004-01-2612-66/+102
* - Removed renamer from SymbolClonerpaltherr2004-01-252-28/+9
* - Added method isLockedpaltherr2004-01-251-0/+5
* - Simplified computation of closurepaltherr2004-01-251-46/+31
* - Added class ThisTypeMappaltherr2004-01-251-0/+84
* - Simplified and improved tail call optimizationpaltherr2004-01-232-371/+169
* - Enabled tail call optimization for all backendspaltherr2004-01-231-1/+0
* - Added test to avoid StackOverflowpaltherr2004-01-231-2/+4
* - Added use of method Symbol.rebindSym in metho...paltherr2004-01-232-83/+10
* - Added method Symbol.rebindSym and field Class...paltherr2004-01-231-4/+41
* - Added field and method ALIASpaltherr2004-01-231-0/+6
* - Removed some unused codepaltherr2004-01-231-14/+11
* - Renamed local variable treeSym into claszpaltherr2004-01-231-36/+31
* - Improved assertion messagepaltherr2004-01-231-1/+2
* replaced DefDef with LabelDef for recognizerburaq2004-01-222-15/+89
* replace if's with switch (but is commented out ...buraq2004-01-221-2/+6
* - Improved debuging messagespaltherr2004-01-221-5/+21
* - Enabled type cloning in Symbol clonerpaltherr2004-01-223-368/+401
* - Fixed handling of ClassDef in GenTransformer ...paltherr2004-01-211-4/+9
* - Fixed superclass of console modulespaltherr2004-01-211-1/+1
* - Added method isAccessedpaltherr2004-01-211-0/+5
* - Added argument to AInvokeStyle.Staticpaltherr2004-01-213-8/+16
* - Moved phase AddConstructors before phase Tail...paltherr2004-01-211-7/+7
* - Added missing cloning of type of new labelspaltherr2004-01-211-1/+1
* do not allow top-level sequence patternsburaq2004-01-201-0/+20
* - Fixed copyright datepaltherr2004-01-201-1/+1
* - Fixed bugs in Scaladoc.cremet2004-01-191-1/+2
* Improved an error message for abstract override...mihaylov2004-01-191-1/+1
* *** empty log message ***Martin Odersky2004-01-151-5/+57
* - add "Bridge" attribute to bridge methodsschinz2004-01-151-0/+6
* - finished implementation for "synchronized"schinz2004-01-131-1/+14
* - Redefined SYNCHRONIZEDpaltherr2004-01-132-7/+6
* - Added ANYREF_SYNCHRONIZEDpaltherr2004-01-131-0/+20
* - implemented first (and not complete) support ...schinz2004-01-131-2/+27
* - Added synchronized_paltherr2004-01-131-0/+1
* - Added primitive SYNCHRONIZEDpaltherr2004-01-132-0/+7
* bugfix (revert back to code_body instead of cod...buraq2004-01-121-2/+3
* *** empty log message ***Martin Odersky2004-01-097-31/+54
* disallowing forms of binding that lead to bugburaq2004-01-092-10/+45
* - Added note about type cloningpaltherr2004-01-081-1/+2
* - Added handling of Predef.Arraypaltherr2004-01-081-0/+20
* - Removed old methods Nil and Cons in TreeGenpaltherr2004-01-086-53/+33
* - Added array and list creation methodspaltherr2004-01-081-11/+114
* - Fixed typopaltherr2004-01-081-1/+1
* - Added constants NIL, CONS, PREDEF, ARRAY_LENG...paltherr2004-01-081-2/+71
* - Removed type symbol from Root scopepaltherr2004-01-081-21/+17
* - Added constant arrraypaltherr2004-01-081-0/+1
* Ignore bridge methods of Java 1.5Matthias Zenger2004-01-083-10/+26
* more cleanupburaq2004-01-081-14/+1