summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Expand)AuthorAgeFilesLines
* - Addded Definitions.PATTERN_WILDCARDpaltherr2003-10-1310-28/+28
* - Replaced usage of make by genpaltherr2003-10-131-107/+39
* - Added method seqListSym_lengthpaltherr2003-10-131-0/+4
* - Removed Autom2Scala._applyNonepaltherr2003-10-103-18/+5
* - Removed CodeFactory.Blockpaltherr2003-10-107-36/+20
* - Changed call to superpaltherr2003-10-101-1/+1
* - Removed fields CaseEnv.makepaltherr2003-10-103-19/+9
* - Replaced gen.Apply by gen.mkApplyXXpaltherr2003-10-101-53/+22
* - Replaced some use of "make" by "gen"paltherr2003-10-103-196/+54
* - Renamed methods mkApply into mkApplyTV and mk...paltherr2003-10-101-1/+1
* - Fixed prefix handling for TypeAliases and Abs...paltherr2003-10-081-1/+7
* scala version of test reg traverserburaq2003-10-071-0/+45
* fixed bug133, refactored code ignoreValue,Null ...buraq2003-10-066-90/+33
* - Added outer type links to rebound abstract typespaltherr2003-10-061-4/+10
* - Added special case for TARGET_INT in genNewArraypaltherr2003-10-061-0/+5
* - Changed uniqueName to use Symbol.fullname()paltherr2003-10-061-14/+2
* commentsburaq2003-10-021-6/+13
* moved methods for constructing Cons and Nil fro...buraq2003-10-024-93/+87
* moved methods for constructing Cons and Nil to ...buraq2003-10-021-4/+5
* - Added a constructor to AbsTypeSymbolspaltherr2003-10-022-13/+16
* fixed bug that appeared with constructors that ...buraq2003-10-011-4/+27
* - Modified method proxy to compare enclFun of o...paltherr2003-09-301-4/+4
* - bug fix (#120): make sure that mixin's constr...schinz2003-09-301-10/+15
* - Added a block around each Return to make back...paltherr2003-09-291-2/+4
* bugfix, using TreeGen now instead of make...buraq2003-09-262-7/+5
* fixed hashing of patternsburaq2003-09-264-11/+24
* *** 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