summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* completed migration. code is now operationalburaq2003-07-1311-86/+121
* - Changed ClassSymbol.cloneSymbol to give the c...paltherr2003-07-111-79/+5
* - Changed getClassSubst to return SymbolSubstTy...paltherr2003-07-112-37/+28
* - Removed method updateMemberpaltherr2003-07-111-16/+14
* - Removed method deepCloneSymbol and inlined it...paltherr2003-07-111-37/+3
* - Added method Type.cloneTypepaltherr2003-07-111-6/+2
* - Added method Symbol.cloneSymbol(Symbol)paltherr2003-07-104-33/+16
* - bug fix: transform correctly "new" expression...schinz2003-07-101-1/+1