summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-08-213-5/+5
* *** empty log message ***Martin Odersky2003-08-212-5/+2
* TailCall optimization for jvm.stenman2003-08-201-0/+36
* TailCall optimization for jvm.stenman2003-08-202-1/+373
* - rewrote the phase creation processpaltherr2003-08-1813-217/+165
* - Replaced use of AttributedTreeCopier by Trans...paltherr2003-08-151-4/+18
* - Replaced use of SubstTransformer by TreeClonerpaltherr2003-08-151-2/+1
* *** empty log message ***Martin Odersky2003-08-154-4/+4
* *** empty log message ***Martin Odersky2003-08-147-29/+56
* - Added code to fix result type of lifted prima...paltherr2003-08-141-1/+4
* - Use nextInfo of constr (this was lost by last...paltherr2003-08-141-1/+1
* *** empty log message ***Martin Odersky2003-08-131-2/+30
* - Removed now useless switchpaltherr2003-08-131-10/+1
* *** empty log message ***Martin Odersky2003-08-132-14/+15
* *** empty log message ***Martin Odersky2003-08-121-1/+1
* - Removed printing of stack traces if not in de...paltherr2003-08-111-0/+1
* - Replaced NOPOS by FIRSTPOS or other non zero ...paltherr2003-08-0810-57/+57
* - bug fix: before replacing the symbol for a ca...schinz2003-08-081-1/+1
* *** empty log message ***Martin Odersky2003-08-041-0/+1
* - Added trabsformation of <local>.this into <ow...paltherr2003-08-021-0/+9
* *** empty log message ***Martin Odersky2003-07-311-0/+2
* *** empty log message ***Martin Odersky2003-07-3111-36/+35
* - Repolaced Tree argument of This and Super nod...paltherr2003-07-303-10/+9
* - modified phase to make it compatible with sep...schinz2003-07-302-53/+73
* refactoring: removed class FiniteAutom.buraq2003-07-295-161/+267
* "freshening" of patterns before calling algbera...buraq2003-07-282-77/+80
* - Changed some hasSymbol into definesSymbolpaltherr2003-07-281-3/+3
* - Made field of TreeGen finalpaltherr2003-07-272-4/+4
* - Rewrote and reorganized several parts.paltherr2003-07-272-313/+330
* - Fixed makeClass to reuse the class template s...paltherr2003-07-261-1/+3
* - simplified the code to update the class' typeschinz2003-07-241-7/+3
* - bug fix: do not remove members which do not g...schinz2003-07-241-1/+1
* - do not put abstract methods in classesschinz2003-07-232-6/+3
* - bug fix: clear the PARAM flag of mixin constr...schinz2003-07-231-0/+1
* - implemented qualifier "super" references by a...schinz2003-07-231-42/+102
* - Replaced subclass of TreeCloner by SuperFixerpaltherr2003-07-231-13/+21
* - Replaced SymbolFixer by a subclass of TreeClonerpaltherr2003-07-221-32/+16
* - Added a missing cast in AddInterfacespaltherr2003-07-222-29/+24
* *** empty log message ***Martin Odersky2003-07-221-2/+2
* - Modified to use TreeCloner, SymbolCloner and ...paltherr2003-07-211-77/+31
* - bug fix: fixed a bug which was introduced by ...schinz2003-07-161-5/+11
* - Added a missing isMethod test on LambdaLiftPh...paltherr2003-07-151-10/+26
* refactoringburaq2003-07-151-0/+55
* code-cleanup, refactoring, corrected multiple u...buraq2003-07-154-387/+342
* - Fixed the code that generates value selection...paltherr2003-07-142-2/+2
* obsoleteburaq2003-07-141-79/+0
* code cleanupburaq2003-07-145-66/+24
* added static method, hid private variablesburaq2003-07-142-8/+15
* added isWildcardPattern in case Identburaq2003-07-141-4/+8
* - bug fix: also set flag forJVM when generating...schinz2003-07-141-1/+2