summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* Initial import of the MSIL code generator.mihaylov2003-02-263-0/+2731
* Minor code cleanup: Use the static encode() fun...mihaylov2003-02-251-10/+10
* - bug fix: replaced erroneous uses of enclClass byschinz2003-02-251-12/+7
* Initial import of the AddConstructors phase.mihaylov2003-02-212-0/+297
* - Improved the error messagespaltherr2003-02-211-32/+35
* - bug fix: className() now returns a name of th...schinz2003-02-211-1/+3
* - Enhanced debug messagepaltherr2003-02-211-1/+1
* - Removed a type-tree transformation in case Typedpaltherr2003-02-211-1/+4
* - Fixed construction of CompoundTypepaltherr2003-02-211-4/+5
* - Added flag -nopredefspaltherr2003-02-213-2/+13
* - bug fix: do not ask for class symbols of Java...schinz2003-02-211-11/+10
* - Inserted erasure phasepaltherr2003-02-212-7/+8
* - Added Erasure and ErasurePhasepaltherr2003-02-212-0/+676
* - Added class MapOnlyTypespaltherr2003-02-211-1/+7
* - Added method fullErasurepaltherr2003-02-211-0/+11
* - Completed printer for typespaltherr2003-02-211-4/+28
* - Added field RUNTIME_TYPEpaltherr2003-02-211-0/+3
* - Added method parentspaltherr2003-02-211-0/+5
* - bug fix: replaced pointer-based type equality...schinz2003-02-212-3/+3
* - bug fix: do not use outer links to access typ...schinz2003-02-201-0/+3
* - bug fix: do not use accessors (which do not e...schinz2003-02-201-1/+3
* *** empty log message ***Martin Odersky2003-02-202-5/+5
* *** empty log message ***Martin Odersky2003-02-2019-163/+216
* - adapted to the new mkParentConstr in TreeGenschinz2003-02-202-5/+3
* - removed useless "root" parameter in mkParentC...schinz2003-02-201-7/+4
* Ported pattern matcher.Matthias Zenger2003-02-205-13/+9
* Initial version of the pattern matcher component.Matthias Zenger2003-02-206-0/+1940
* - added GenJVM phaseschinz2003-02-192-4/+4
* *** empty log message ***schinz2003-02-192-0/+1549
* - Replaced call to isJavaPackageClass by a call...paltherr2003-02-191-2/+2
* - Added scalac/backend/Primitivespaltherr2003-02-192-2/+888
* - Added some names for class Primitivespaltherr2003-02-191-0/+30
* - Added method isOverloadedpaltherr2003-02-191-0/+14
* - Added scalac/backend/Primitive.javapaltherr2003-02-191-0/+158
* - added phases AddInterfaces and ExpandMixinsschinz2003-02-192-4/+4
* - added method nextInfoschinz2003-02-191-0/+9
* *** empty log message ***schinz2003-02-198-0/+2047
* - Removed Makefile in sources/scalacpaltherr2003-02-171-601/+0
* - re-enabled AddAccessors phaseschinz2003-02-172-4/+4
* *** empty log message ***schinz2003-02-172-0/+182
* - made Param obsolete, and introduced ValDef as...schinz2003-02-171-0/+10
* - restored ExplicitOuterClasses phaseschinz2003-02-172-4/+4
* - added OUTER_PREFIX used by ExplicitOuterClassesschinz2003-02-171-0/+1
* *** empty log message ***schinz2003-02-172-0/+283
* Syntax changes for tuples and sequences; symbols.Martin Odersky2003-02-1720-252/+271
* *** empty log message ***Martin Odersky2003-02-146-11/+613
* Initial version.Martin Odersky2003-02-1381-0/+23138