summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-03-054-19/+18
|
* *** empty log message ***Martin Odersky2003-03-052-31/+9
|
* *** empty log message ***Martin Odersky2003-03-054-7/+23
|
* - Fixed rule "force"paltherr2003-03-051-0/+1
|
* * case field components are now accessed throug...Matthias Zenger2003-03-052-32/+32
| | | | | | * case field components are now accessed through corresponding values and not via access methods
* *** empty log message ***Martin Odersky2003-03-059-33/+56
|
* - bug fix: use updateInfo() instead of setInfo(...schinz2003-03-051-1/+1
| | | | | - bug fix: use updateInfo() instead of setInfo() to update class type
* - bug fix: properly set owner of cloned method ...schinz2003-03-051-10/+6
| | | | | - bug fix: properly set owner of cloned method symbols
* *** empty log message ***Martin Odersky2003-03-049-43/+78
|
* - Fixed main class name of scala interpreterpaltherr2003-03-041-2/+2
|
* - Added scala interpreterpaltherr2003-03-0428-0/+3639
|
* - Added .cvsignorepaltherr2003-03-041-0/+2
|
* *** empty log message ***Martin Odersky2003-03-044-6/+16
|
* - bug fix: check that trees actually have a sym...schinz2003-03-041-6/+4
| | | | | - bug fix: check that trees actually have a symbol before using it
* - bug fix: use TreeGen to generate casts, to be...schinz2003-03-041-5/+5
| | | | | | - bug fix: use TreeGen to generate casts, to be sure that attribution is correct
* *** empty log message ***paltherr2003-03-041-4/+27
|
* - added AddConstructors and GenJVM phasesschinz2003-03-042-8/+8
|
* - bug fix: the new internal notation for Unit (...schinz2003-03-041-4/+8
| | | | | | - bug fix: the new internal notation for Unit (empty block) now works - bug fix: generate correct code to access Java static members
* - Added file ResultOrException.javapaltherr2003-03-041-0/+41
|
* - Updated description of CovariantTypepaltherr2003-03-041-1/+1
|
* *** empty log message ***Martin Odersky2003-03-0413-30/+118
|
* - bug fix: cloneSymbol in ClassSymbol correctly...schinz2003-03-041-1/+1
| | | | | | - bug fix: cloneSymbol in ClassSymbol correctly sets thisSym for the new symbol
* 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
| | | | | * fixed a bug with sequence patterns of different lengths
* * implemented new sequence patternsMatthias Zenger2003-03-044-50/+302
| | | | | * optimized code generation routines
* - bug fix: do not try to find an class symbol f...schinz2003-03-041-2/+5
| | | | | | - bug fix: do not try to find an class symbol for NoSymbol bug fix: - correctly set owner for class constructor parameters
* *** empty log message ***Martin Odersky2003-03-032-9/+2
|
* *** empty log message ***Martin Odersky2003-03-0327-154/+159
|
* - 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
|