summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-09-254-9/+45
* Support for pattern matching on Jaco case class...Matthias Zenger2003-09-241-16/+21
* Fixed bug 149Matthias Zenger2003-09-241-14/+4
* Bugfixes.Matthias Zenger2003-09-241-6/+24
* *** empty log message ***Martin Odersky2003-09-232-4/+13
* *** empty log message ***Martin Odersky2003-09-191-1/+1
* *** empty log message ***Martin Odersky2003-09-181-23/+49
* - Added creation of bridge methods for abstract...paltherr2003-09-121-14/+63
* - Augmented symbol map with abstract types from...paltherr2003-09-121-0/+29
* ? nothing changedburaq2003-09-122-3/+1
* - Added missing map(targs) in typeTransformerpaltherr2003-09-121-2/+4
* - Removed method TreeGen.localDummypaltherr2003-09-111-2/+1
* - Modified to not use type of templatepaltherr2003-09-111-4/+3
* Fixed a bug.Matthias Zenger2003-09-112-5/+11
* - There is a problem with version 1.5, replaced...paltherr2003-09-111-4/+1
* - Removed TreeGen.Select__paltherr2003-09-115-12/+7
* Implemented variable binding for the "old" patt...Matthias Zenger2003-09-112-2/+14
* - Reviewed and cleaned TreeGen.paltherr2003-09-1114-75/+58
* Allow non-recursive bindings for the "old" patt...Matthias Zenger2003-09-111-28/+36
* - Fixed computation of outer type parameterspaltherr2003-09-101-2/+13
* - Replaced TreeGen.mkParentConstr by TreeGen.mk...paltherr2003-09-102-3/+3
* - Bug fix: new class did not reuse constructor ...paltherr2003-09-101-8/+5
* - Simplified (no more OverloadedType and NoType)paltherr2003-09-081-5/+3
* - Updated the code that transforms interface co...paltherr2003-09-081-3/+10
* - Rewrote ExplicitOuterClassesPhase to add type...paltherr2003-09-082-354/+362
* - Added more general getSubst methods in Typepaltherr2003-09-081-2/+2
* *** empty log message ***Martin Odersky2003-09-071-3/+7
* - 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