summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-10-303-4/+8
|
* Typed patterns x:T and variable patterns x are ...buraq2003-10-301-4/+6
| | | | | | | | Typed patterns x:T and variable patterns x are desugarized to x@ _ : T resp x @ _. thus some cases here become unnecessary
* - Normalized member names of class Definitionpaltherr2003-10-308-26/+16
| | | | | - Cleaned code of Definition
* fixed bugs and cleaned up code in AlgMatcher th...buraq2003-10-304-281/+12
| | | | | | fixed bugs and cleaned up code in AlgMatcher that was duplicated of Pattern Matcher
* the curse of static variables...buraq2003-10-301-0/+1
|
* - Removed method _scalapaltherr2003-10-291-5/+0
|
* - In Definitions, replaced primitive _TYPE fiel...paltherr2003-10-297-18/+18
| | | | | - In Definitions, replaced primitive _TYPE fields by methods
* - bug fix: clear FINAL flag for interfaces and ...schinz2003-10-291-0/+2
| | | | | - bug fix: clear FINAL flag for interfaces and their members
* fixed bug196 with a wild hackburaq2003-10-291-21/+39
|
* fixed bug196 with a wild hackburaq2003-10-291-4/+20
|
* - Replaced most of the Definition <...>_TYPE fi...paltherr2003-10-292-2/+2
| | | | | - Replaced most of the Definition <...>_TYPE fields by methods
* indentationburaq2003-10-291-1/+1
|
* cleanupburaq2003-10-281-10/+7
|
* fixed hashing (hasing TypeTerms now using Type....buraq2003-10-281-3/+4
| | | | | fixed hashing (hasing TypeTerms now using Type.hashCode)
* no changeburaq2003-10-281-1/+1
|
* uncurry should also add Sequence nodes for Alte...buraq2003-10-281-1/+3
| | | | | | uncurry should also add Sequence nodes for Alternative patterns that are sequence valued.
* - 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