summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* more cleanupburaq2004-01-082-19/+18
* - bug fix (#268): make *all* private fields pub...schinz2004-01-081-22/+22
* cleanupburaq2004-01-083-128/+63
* - Added a special case to convert thistype of m...paltherr2004-01-081-0/+4
* cleanupburaq2004-01-088-272/+233
* - Rewrote ExplicitOuterClassesPhase with a new ...paltherr2004-01-072-140/+307
* - Added method MIXINpaltherr2004-01-071-0/+10
* - Added stable type variablespaltherr2004-01-071-0/+8
* - Fixed lookup(Symbol, ...) to favor concrete o...paltherr2004-01-071-9/+11
* - Fixed method namepaltherr2004-01-071-1/+1
* - Added correct owner to non-class compound typespaltherr2004-01-074-20/+14
* *** empty log message ***Martin Odersky2004-01-071-2/+9
* - Added method hasStableFlagpaltherr2004-01-071-0/+5
* cleanupburaq2004-01-072-4/+1
* posburaq2004-01-071-2/+4
* cleanupburaq2004-01-074-380/+359
* cleanupburaq2004-01-071-208/+185
* - Renamed methods type into conforms, removed r...paltherr2004-01-061-22/+24
* - Changed method lookup(Symbol, ...) to go over...paltherr2004-01-061-22/+54
* *** empty log message ***Martin Odersky2004-01-063-2/+21
* *** empty log message ***Martin Odersky2004-01-054-16/+16
* - Moved phase AddConstructors before phase AddI...paltherr2003-12-193-320/+214
* - Changed to add calls to all super initializer...paltherr2003-12-191-6/+10
* - Added support for initializerspaltherr2003-12-191-0/+18
* - Added removal of case factory methodspaltherr2003-12-191-2/+3
* - Replaced comparisons with CONSTRUCTOR_NAME by...paltherr2003-12-191-4/+2
* - Added method isUnaccessedConstantpaltherr2003-12-192-11/+27
* - Added update of constructor position in TypeS...paltherr2003-12-191-0/+1
* - added arithmetic conversions for charsmihaylov2003-12-171-1/+29