summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Expand)AuthorAgeFilesLines
* Corrected handling of scopes.mihaylov2003-10-171-1/+1
* - Cleanedpaltherr2003-10-161-26/+7
* - Cleanedpaltherr2003-10-161-27/+21
* - Cleanedpaltherr2003-10-161-69/+54
* - Cleanedpaltherr2003-10-162-87/+60
* - Cleanedpaltherr2003-10-161-62/+65
* - Added transformation of Super nodespaltherr2003-10-161-1/+8
* - Cleanedpaltherr2003-10-161-18/+59
* - Cleanedpaltherr2003-10-161-81/+95
* - Cleanedpaltherr2003-10-151-49/+41
* - Fixed computation of enclosing classpaltherr2003-10-151-1/+6
* - Added test to avoid duplicate owner update on...paltherr2003-10-151-1/+1
* - Modified AddConstructors to make it work befo...paltherr2003-10-152-82/+79
* - Renamed mkInterfaceDef into ClassDefpaltherr2003-10-151-1/+1
* - Improved debugging codepaltherr2003-10-151-1/+6
* - Fixed type of isInstanceOfpaltherr2003-10-141-1/+1
* - Moved symbols from CodeFactory into Definitionspaltherr2003-10-149-246/+83
* - Removed all instances of Inferpaltherr2003-10-138-38/+20
* - Removed field PatternTool.makepaltherr2003-10-134-59/+28
* - 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