summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Expand)AuthorAgeFilesLines
* Implemented optimized pattern matcher that uses...Matthias Zenger2003-08-281-44/+131
* Minor modifications.Matthias Zenger2003-08-281-0/+37
* *** empty log message ***Martin Odersky2003-08-282-6/+19
* code cleanup + fixed matching of empty sequence...buraq2003-08-275-2/+9
* Switched on switch expressions. ;-)Matthias Zenger2003-08-271-1/+1
* - don't use accessors for constructor arguments...schinz2003-08-271-17/+13
* - added multiple constructors handlingmihaylov2003-08-271-23/+77
* - bug fix: try to correctly transform secondary...schinz2003-08-261-3/+10
* - multiple constructors are now supportedschinz2003-08-262-7/+30
* - bug fix: try to handle multiple constructorsschinz2003-08-262-16/+32
* - Added special case for Switchpaltherr2003-08-261-1/+18
* Removed some debugging output.Matthias Zenger2003-08-251-1/+1
* Included optimization for top-level switches on...Matthias Zenger2003-08-254-16/+198
* removed SeqTrace stuff.buraq2003-08-252-51/+62
* *** empty log message ***Martin Odersky2003-08-251-9/+24
* - handle multiple constructorsschinz2003-08-221-17/+18
* - handle multiple constructorsschinz2003-08-221-1/+2
* *** 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