summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* - Added printing of definitionspaltherr2003-03-131-0/+80
* - bug fix: initialise module instance field as ...schinz2003-03-131-19/+26
* - Changed enterUnit to use consoleContext for c...paltherr2003-03-131-1/+1
* - Added consoleContextpaltherr2003-03-131-0/+23
* - inside of a module, use "this" directly to ac...schinz2003-03-131-11/+25
* - use the explicit "this" now introduced by the...schinz2003-03-131-1/+1
* - use class symbols for "this" values and typesschinz2003-03-131-3/+64
* - Added code to embed console code into a modulepaltherr2003-03-131-0/+36
* - Adapted to the new module schemapaltherr2003-03-131-0/+3
* - Changed main parse rule for units coming from...paltherr2003-03-131-1/+1
* - Added method isSyntheticpaltherr2003-03-131-0/+5
* - Moved field "console" from class Sourcefile i...paltherr2003-03-134-13/+14
* *** empty log message ***Martin Odersky2003-03-131-2/+9
* *** empty log message ***Martin Odersky2003-03-122-8/+15
* - bug fix: do not add accessors again for const...schinz2003-03-121-0/+10
* - check that no syntactic representation of typ...schinz2003-03-121-1/+24
* - do not generate Java-compatible class for mod...schinz2003-03-121-2/+6
* - automatically flush the debug tree printerschinz2003-03-121-1/+1
* - added a flag to automatically flush output on...schinz2003-03-121-4/+16
* *** empty log message ***Martin Odersky2003-03-123-14/+26
* *** empty log message ***Martin Odersky2003-03-124-22/+68
* - bug fix: replace "this" expressions which ref...schinz2003-03-121-0/+10
* - Bug fix (pb with thistypes)paltherr2003-03-111-1/+1
* - bug fix: make sure that caseFieldAccessor ret...schinz2003-03-111-1/+1
* *** empty log message ***Martin Odersky2003-03-101-2/+10
* - use accessors to access contents of case clas...schinz2003-03-102-24/+24
* - bug fix: do not prefix accesses to outer clas...schinz2003-03-101-8/+12
* *** empty log message ***Martin Odersky2003-03-103-46/+66
* - bug fix: correctly detect calls to constructorsschinz2003-03-101-3/+3
* *** empty log message ***Martin Odersky2003-03-073-33/+46
* - bug fix: correctly pass outer link to constru...schinz2003-03-071-31/+23
* *** 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
* *** empty log message ***Martin Odersky2003-03-071-1/+1
* - when generating classes for anonymous functio...schinz2003-03-071-1/+4
* - bug fix (added an additional call to erasure())paltherr2003-03-071-1/+1
* *** empty log message ***Martin Odersky2003-03-075-54/+94
* - bug fix: value and type parameters of a class...schinz2003-03-071-2/+2
* - 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
* - print symbols associated with CompoundType(s)schinz2003-03-061-0/+2
* - check that TypeRefs are applied with enough a...schinz2003-03-061-1/+19
* - Fixed method block for blocks containing one ...paltherr2003-03-061-1/+1
* - bug fix: correct owner of values belonging to...schinz2003-03-061-1/+14
* - do not rewrite localThisType to try to get ni...schinz2003-03-061-1/+4
* *** empty log message ***Martin Odersky2003-03-053-21/+35