summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Expand)AuthorAgeFilesLines
* - Removed UpdateSubstSymMap (replaced by Type.U...paltherr2003-09-071-26/+2
* - Added TreeGen.mkTypeIdentpaltherr2003-09-061-5/+5
* - Renamed isFinal into isMethodFinalpaltherr2003-09-031-4/+1
* - Fixed code generated for asInstanceOf[Array[....paltherr2003-09-031-4/+5
* Fixed a small bug and started adding a new opti...Matthias Zenger2003-09-021-19/+71
* *** empty log message ***Martin Odersky2003-09-021-3/+4
* Tailcall fixed to handle some more cases.stenman2003-09-021-6/+15
* using Switch in translation of automataburaq2003-09-027-648/+530
* - Replaced field Global.phases by fields Phase....paltherr2003-09-012-12/+9
* - Removed methods typeOf0paltherr2003-09-012-20/+3
* CodeFactory now creates trees with correct posi...buraq2003-09-012-25/+27
* made AlgebraicMatcher a subclass of PatternMatc...buraq2003-09-012-242/+69
* Cleaned up the pattern matcher.Matthias Zenger2003-08-292-278/+190
* - fix symbols referenced by "super" in imported...schinz2003-08-291-0/+9
* - bug fix: correctly handle returnschinz2003-08-291-1/+2
* - replaced empty trees in right-hand sides of v...schinz2003-08-292-2/+6
* 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