summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
...
* *** empty log message ***Martin Odersky2003-11-052-17/+42
* - Implemented initializers without type argumentspaltherr2003-11-051-127/+105
* - Added method setParamOwners to fix owners of ...paltherr2003-11-051-2/+17
* - Readded STABLE flag to accessorspaltherr2003-11-051-2/+2
* - Fixed Ident for initializer methodspaltherr2003-11-051-1/+6
* - Fixed typo (replaced "i" by "j")paltherr2003-11-051-3/+3
* - Added missing transformpaltherr2003-11-051-1/+1
* binds now printed correctlyburaq2003-11-041-1/+1
* fixed erroneous handling of typed pattersburaq2003-11-041-37/+54
* modified case for Bind(...) nodesburaq2003-11-041-0/+3
* *** empty log message ***Matthias Zenger2003-11-031-1/+2
* *** empty log message ***Martin Odersky2003-10-311-3/+4
* *** empty log message ***Martin Odersky2003-10-316-26/+99
* - Removed condition on super call inlining.paltherr2003-10-311-21/+17
* - Changed the return type of initializers to Un...paltherr2003-10-311-6/+2
* - Fixed so that initalizers have new tparams an...paltherr2003-10-311-1/+1
* - Fixed so that initalizers have new tparams an...paltherr2003-10-301-48/+67
* - Modified to use GenTransformerpaltherr2003-10-301-80/+3
* - Modified to use GenTransformerpaltherr2003-10-301-121/+6
* - Added class GenTransformerpaltherr2003-10-301-0/+150
* - Fixed, in Definitions, type of primitive type...paltherr2003-10-305-21/+88
* Removed the special cases for the JVM backend; ...mihaylov2003-10-301-14/+10
* *** empty log message ***Martin Odersky2003-10-301-0/+270
* *** empty log message ***Martin Odersky2003-10-3013-80/+380
* Typed patterns x:T and variable patterns x are ...buraq2003-10-301-4/+6
* added handling of Typed nodes to isSequenceValuedburaq2003-10-301-3/+3
* desugarizing of x:Typed in patternsburaq2003-10-302-27/+62
* - Normalized member names of class Definitionpaltherr2003-10-3018-425/+433
* removed tabs!buraq2003-10-301-1198/+1198
* fixed bugs and cleaned up code in AlgMatcher th...buraq2003-10-304-281/+12
* the curse of static variables...buraq2003-10-301-0/+1
* - Removed ROOT_TYPEpaltherr2003-10-291-3/+0
* - Removed fields JAVA*, JAVALANG*, SCALA* and S...paltherr2003-10-291-51/+1
* - Simplified import tree generationpaltherr2003-10-292-53/+12
* - Added STABLE flag to companion modulespaltherr2003-10-291-1/+1
* - Simplified computation of list typepaltherr2003-10-291-4/+1
* - Added methods Importpaltherr2003-10-291-0/+24
* - Removed method _scalapaltherr2003-10-291-5/+0
* - Removed field RUNTIME_TYPEpaltherr2003-10-291-3/+0
* - In Definitions, replaced primitive _TYPE fiel...paltherr2003-10-2914-100/+91
* - bug fix: clear FINAL flag for interfaces and ...schinz2003-10-291-0/+2
* fixed bug in patterns()buraq2003-10-292-6/+15
* added the clear() methodburaq2003-10-291-2/+6
* fixed bug in isSequenceValuedburaq2003-10-291-1/+3
* 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-2914-148/+159
* indentationburaq2003-10-291-1/+1
* - Added method printValueParams & printTypeParamspaltherr2003-10-291-20/+27
* cleanupburaq2003-10-281-10/+7