summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Collapse)AuthorAgeFilesLines
* - Changed rewrite schema => regenerate whole treepaltherr2003-10-281-0/+143
|
* cleanupburaq2003-10-283-839/+837
|
* merging large parts of Algebraic Matcher with P...buraq2003-10-281-12/+41
| | | | | merging large parts of Algebraic Matcher with Pattern Matcher
* merging large parts with Pattern Matcherburaq2003-10-281-43/+16
|
* - Cleanedpaltherr2003-10-271-178/+116
|
* - bug fix: "new" should now be translated corre...schinz2003-10-271-10/+2
| | | | | | - bug fix: "new" should now be translated correctly even for classes which have an explicit type given
* *** empty log message ***Martin Odersky2003-10-271-0/+2
|
* - Fixedpaltherr2003-10-271-12/+5
|
* - Replaced body of isSubType by a call to Type....paltherr2003-10-271-29/+7
| | | | | - Replaced body of isSubType by a call to Type.isSubType
* - Fixed erasure of AnyVal subclassespaltherr2003-10-271-0/+1
|
* - Added removal of types of thispaltherr2003-10-271-0/+4
|
* *** empty log message ***Martin Odersky2003-10-241-1/+7
|
* - removed BCEL-based JVM back-endschinz2003-10-231-2/+1
|
* cleanupburaq2003-10-221-3/+3
|
* cleanupburaq2003-10-223-231/+203
|
* - Cleanedpaltherr2003-10-211-70/+24
|
* - Revised & Cleanedpaltherr2003-10-211-189/+255
|
* - Added type transformation of java symbolspaltherr2003-10-211-3/+3
|
* - Fixed erasure of subclasses of scala.Doublepaltherr2003-10-211-0/+1
|
* - Added overlapping signatures checkingpaltherr2003-10-171-6/+58
|
* - Reduced number of added bridge methodspaltherr2003-10-171-24/+47
| | | | | - Reduced computations needed to add bridge methods
* 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
| | | | | - Added test to avoid duplicate owner update on module classes
* - Modified AddConstructors to make it work befo...paltherr2003-10-152-82/+79
| | | | | | - Modified AddConstructors to make it work before Erasure Move phase - AddConstructors before phase Erasure
* - Renamed mkInterfaceDef into ClassDefpaltherr2003-10-151-1/+1
| | | | | - Changed New to also work with initializers
* - 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
| | | | | - Reorganized Definitions
* - Removed all instances of Inferpaltherr2003-10-138-38/+20
|
* - Removed field PatternTool.makepaltherr2003-10-134-59/+28
| | | | | - Removed method Autom2Scala._ref
* - Addded Definitions.PATTERN_WILDCARDpaltherr2003-10-1310-28/+28
| | | | | | | | | - Removed Names.WILDCARD - Added Names.PATTERN_WILDCARD - Added Names.IMPORT_WILDCARD - Replaced most uses of Names.PATTERN_WILDCARD by Definitions.PATTERN_WILDCARD - Removed TreeInfo.isWildcardPattern
* - 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
| | | | | - Replaced make by gen
* - Removed CodeFactory.Blockpaltherr2003-10-107-36/+20
|
* - Changed call to superpaltherr2003-10-101-1/+1
|
* - Removed fields CaseEnv.makepaltherr2003-10-103-19/+9
| | | | | - Removed argument pos from CaseEnv.newBoundVar
* - Replaced gen.Apply by gen.mkApplyXXpaltherr2003-10-101-53/+22
| | | | | - Cleaned
* - Replaced some use of "make" by "gen"paltherr2003-10-103-196/+54
|
* - Renamed methods mkApply into mkApplyTV and mk...paltherr2003-10-101-1/+1
| | | | | | - Renamed methods mkApply into mkApplyTV and mkApplyT Added methods _ - mkApply_V and mkApply_ _