summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Expand)AuthorAgeFilesLines
* oops, forgot a case in BindingBerrySethiburaq2004-02-023-4/+10
* bugburaq2004-02-021-25/+24
* - Introduced local and global refspaltherr2004-02-014-37/+39
* - Removed top-level ValDefs (modules)paltherr2004-02-011-2/+0
* - Removed interpreter specific code from AddCon...paltherr2004-02-011-40/+4
* - Added normal vlink to non-stable modulespaltherr2004-02-011-4/+4
* - Removed Definitions.NULL and Definitions.ZEROpaltherr2004-02-011-5/+0
* - Generalized use of AConstant to represent con...paltherr2004-02-019-35/+40
* - Fixed Idspaltherr2004-01-311-1/+1
* Added intermediate code and corresponding jvm b...NAME2004-01-301-0/+59
* - Added flag LIFTED to lifted classes and methodspaltherr2004-01-291-0/+2
* using LabelDef instead of nested functions for ...buraq2004-01-295-181/+142
* bugfix in PatternMatcher.buraq2004-01-282-37/+66
* - Fixed handling of single typespaltherr2004-01-261-9/+2
* - Simplified some type transformers (removed un...paltherr2004-01-261-3/+1
* - Removed method Type.rebindpaltherr2004-01-261-4/+1
* - Added automatic rebinding and unaliasing in T...paltherr2004-01-265-10/+11
* - Removed renamer from SymbolClonerpaltherr2004-01-251-3/+3
* - Simplified and improved tail call optimizationpaltherr2004-01-232-371/+169
* - Added test to avoid StackOverflowpaltherr2004-01-231-2/+4
* - Added use of method Symbol.rebindSym in metho...paltherr2004-01-231-40/+3
* - Removed some unused codepaltherr2004-01-231-14/+11
* - Renamed local variable treeSym into claszpaltherr2004-01-231-36/+31
* replaced DefDef with LabelDef for recognizerburaq2004-01-222-15/+89
* replace if's with switch (but is commented out ...buraq2004-01-221-2/+6
* - Enabled type cloning in Symbol clonerpaltherr2004-01-222-366/+400
* - Added missing cloning of type of new labelspaltherr2004-01-211-1/+1
* bugfix (revert back to code_body instead of cod...buraq2004-01-121-2/+3
* - Added handling of Predef.Arraypaltherr2004-01-081-0/+20
* - Removed old methods Nil and Cons in TreeGenpaltherr2004-01-084-41/+14
* 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-071-139/+290
* cleanupburaq2004-01-072-4/+1
* posburaq2004-01-071-2/+4
* cleanupburaq2004-01-074-380/+359
* cleanupburaq2004-01-071-208/+185
* - Moved phase AddConstructors before phase AddI...paltherr2003-12-192-313/+207
* - 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
* - Added method isUnaccessedConstantpaltherr2003-12-192-11/+27
* - bug fix: correct the symbol of RETURN nodesschinz2003-12-161-0/+14
* - Added some code to make sure that owner of no...paltherr2003-12-161-1/+17
* - Changed some code to change owner of ValDefs ...paltherr2003-12-161-0/+13
* - Added case for references to inlined vparams:...paltherr2003-12-121-0/+11