summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-03-101-2/+10
|
* - use accessors to access contents of case clas...schinz2003-03-102-24/+24
| | | | | - use accessors to access contents of case classes again
* - bug fix: do not prefix accesses to outer clas...schinz2003-03-101-8/+12
| | | | | | - bug fix: do not prefix accesses to outer class with "this" which is unnecessary, and even wrong in calls to super constructors.
* *** empty log message ***Martin Odersky2003-03-1016-100/+338
|
* - bug fix: correctly detect calls to constructorsschinz2003-03-101-3/+3
| | | | | - bug fix: do not add nested interfaces as fields
* *** empty log message ***Martin Odersky2003-03-073-33/+46
|
* - bug fix: correctly pass outer link to constru...schinz2003-03-071-31/+23
| | | | | | - bug fix: correctly pass outer link to constructors of outer classes built inside of inner classes
* *** empty log message ***Martin Odersky2003-03-072-9/+7
|
* *** empty log message ***Martin Odersky2003-03-072-2/+4
|
* *** empty log message ***Martin Odersky2003-03-073-19/+48
|
* *** empty log message ***Martin Odersky2003-03-072-3/+8
|
* - when generating classes for "def" parameters,...schinz2003-03-071-2/+3
| | | | | | - when generating classes for "def" parameters, generate with "extends Object with Function0" instead of "extends Function0"
* *** empty log message ***Martin Odersky2003-03-071-1/+1
|
* - when generating classes for anonymous functio...schinz2003-03-071-1/+4
| | | | | | - when generating classes for anonymous functions, generate with "extends Object with Function<n>" instead of "extends Function<n>"
* - adapted to the new Function1schinz2003-03-071-1/+1
|
* - turned Function<n> into an interfaceschinz2003-03-072-6/+2
|
* - bug fix (added an additional call to erasure())paltherr2003-03-071-1/+1
|
* *** empty log message ***Martin Odersky2003-03-077-57/+97
|
* - bug fix: value and type parameters of a class...schinz2003-03-071-2/+2
| | | | | | - bug fix: value and type parameters of a class are transformed with the class constructor as owner, not the class itself, - white space removed
* - bug fix (tuple literal == empty block)paltherr2003-03-071-1/+2
|
* - bug fix (recognition of method main)paltherr2003-03-072-1/+5
|
* - bug fix (translation of old prefix)paltherr2003-03-071-2/+1
|
* *** empty log message ***Martin Odersky2003-03-065-163/+254
|
* - bug fix: do not try to rewrite the symbol ass...schinz2003-03-061-1/+1
| | | | | - bug fix: do not try to rewrite the symbol associated with SingleTypes
* - print symbols associated with CompoundType(s)schinz2003-03-061-0/+2
|
* - check that TypeRefs are applied with enough a...schinz2003-03-061-1/+19
| | | | | - check that TypeRefs are applied with enough arguments
* - Fixed method block for blocks containing one ...paltherr2003-03-061-1/+1
| | | | | | - Fixed method block for blocks containing one single non-term statement.
* - bug fix: correct owner of values belonging to...schinz2003-03-061-1/+14
| | | | | - bug fix: correct owner of values belonging to methods
* - do not rewrite localThisType to try to get ni...schinz2003-03-061-1/+4
| | | | | - do not rewrite localThisType to try to get nicer output
* *** empty log message ***Martin Odersky2003-03-053-21/+35
|
* * fixed pattern matching on Seq[+A] style selec...Matthias Zenger2003-03-052-44/+100
| | | | | | * fixed pattern matching on Seq[+A] style selector types the pattern * matcher now handles variances correctly
* *** 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
|
* * 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-057-33/+36
|
* - 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-047-39/+74
|
* - Added scala interpreterpaltherr2003-03-0427-0/+3612
|
* *** 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-049-26/+82
|
* - bug fix: cloneSymbol in ClassSymbol correctly...schinz2003-03-041-1/+1
| | | | | | - bug fix: cloneSymbol in ClassSymbol correctly sets thisSym for the new symbol