summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* - bug fix: cloneSymbol in ClassSymbol correctly...schinz2003-03-041-1/+1
* Set the correct owner of the constructor symbol.mihaylov2003-03-041-75/+38
* * fixed a bug with sequence patterns of differe...Matthias Zenger2003-03-042-30/+20
* * implemented new sequence patternsMatthias Zenger2003-03-044-50/+302
* - bug fix: do not try to find an class symbol f...schinz2003-03-041-2/+5
* *** empty log message ***Martin Odersky2003-03-031-8/+1
* *** empty log message ***Martin Odersky2003-03-0321-139/+144
* - changed the name for anonymous classes from "...schinz2003-03-031-1/+1
* - Added and unified the commentspaltherr2003-03-031-140/+262
* - Improved the priniting of symbolspaltherr2003-03-031-2/+2
* - Improved the assertion error messagespaltherr2003-03-031-4/+4
* *** empty log message ***Martin Odersky2003-03-0314-172/+377
* Added support for the new CheckName checker.mihaylov2003-02-2711-21/+38
* Initial import of the CheckNames class.mihaylov2003-02-271-0/+47
* - bug fix: when duplicating names, also take ca...schinz2003-02-272-2/+8
* 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