summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Added file interpreter.lstpaltherr2003-03-032-1/+24
| | | | | - Added target interpreter
* - Changed "implements Function1" into "extends ...paltherr2003-03-031-1/+1
| | | | | - Changed "implements Function1" into "extends Function1"
* - changed the name for anonymous classes from "...schinz2003-03-031-1/+1
| | | | | | - changed the name for anonymous classes from "$class" to "$anon" to avoid conflicting with names created by AddInterfaces
* - removed the interfaces for scala.Object and s...schinz2003-03-033-21/+7
| | | | | - removed the interfaces for scala.Object and scala.Function<n>
* - syntax fix: added the required "abstract" fla...schinz2003-03-031-3/+3
| | | | | | - syntax fix: added the required "abstract" flag, added empty parameters - removed bogus "DO NOT EDIT" header
* - bug fix: "diff" works when "this" is the empt...schinz2003-03-031-1/+1
| | | | | - bug fix: "diff" works when "this" is the empty list
* - 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-0334-186/+1053
|
* Added support for the new CheckName checker.mihaylov2003-02-2711-21/+38
|
* Added checkers/CheckNamesmihaylov2003-02-271-0/+4
|
* Initial import of the CheckNames class.mihaylov2003-02-271-0/+47
|
* - bug fix: when duplicating names, also take ca...schinz2003-02-272-2/+8
| | | | | - bug fix: when duplicating names, also take care of constructor names
* 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
| | | | | Minor code cleanup: Use the static encode() function where possible.
* - bug fix: replaced erroneous uses of enclClass byschinz2003-02-251-12/+7
| | | | | primaryConstructorClass
* Added scalac/transformer/AddConstructors and sc...mihaylov2003-02-211-0/+2
| | | | | | Added scalac/transformer/AddConstructors and scalac/transformer/AddConstructorsPhase.java
* 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
| | | | | | - bug fix: className() now returns a name of the same kind as the one it got
* - Changed True to Boolean.Truepaltherr2003-02-212-4/+4
|
* - 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
| | | | | | - bug fix: do not ask for class symbols of Java classes bug fix: - generate type names for type members
* - Inserted erasure phasepaltherr2003-02-212-7/+8
|
* - Added Erasure and ErasurePhasepaltherr2003-02-213-2/+678
|
* - Added class MapOnlyTypespaltherr2003-02-211-1/+7
| | | | | - Changed erasureMap to extend MapOnlyTypes instead of Map
* - Added method fullErasurepaltherr2003-02-211-0/+11
|
* - Added Ref.javapaltherr2003-02-211-2/+3
| | | | | - Sorted lines
* - Added Ref.javapaltherr2003-02-211-0/+27
|
* - Completed printer for typespaltherr2003-02-211-4/+28
|
* - Added BufferedIterator.scalapaltherr2003-02-211-3/+4
| | | | | - Sorted lines
* - 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: replaced pointer-based type equality tests by calls to isSameAs()
* - Added scala-testpaltherr2003-02-211-0/+465
|
* - bug fix: do not use outer links to access typ...schinz2003-02-201-0/+3
| | | | | | - bug fix: do not use outer links to access type parameters of outer classes
* - bug fix: do not use accessors (which do not e...schinz2003-02-201-1/+3
| | | | | | - bug fix: do not use accessors (which do not exist anyway) for type parameters
* *** empty log message ***Matthias Zenger2003-02-201-0/+5
|
* *** empty log message ***Martin Odersky2003-02-203-7/+7
|
* *** empty log message ***Martin Odersky2003-02-2025-217/+298
|
* - adapted to the new mkParentConstr in TreeGenschinz2003-02-202-5/+3
|
* - removed useless "root" parameter in mkParentC...schinz2003-02-201-7/+4
| | | | | | - removed useless "root" parameter in mkParentContr removed trailing - whitespace
* Ported pattern matcher.Matthias Zenger2003-02-206-13/+13
|
* Added a few runtime classes for pattern matcher.Matthias Zenger2003-02-201-0/+2
|
* File needed for pattern matcher.Matthias Zenger2003-02-201-0/+3
|
* File needed for generated pattern matching code.Matthias Zenger2003-02-201-0/+26
|