summaryrefslogtreecommitdiff
path: root/sources
Commit message (Expand)AuthorAgeFilesLines
* - Improved signature printing in sirispaltherr2003-03-141-2/+109
* - Removed printing of accessor methodspaltherr2003-03-141-0/+6
* - Added method isPublic, isProtected, isPrivate...paltherr2003-03-141-0/+20
* - Added code to make sure Interpreter.scala is ...paltherr2003-03-141-0/+3
* - print names of generated files when -verbose ...schinz2003-03-141-1/+3
* *** empty log message ***Martin Odersky2003-03-143-12/+32
* - Changed origin of symbol in translation of me...paltherr2003-03-141-2/+2
* - Fixed erasure of new arrayspaltherr2003-03-141-10/+13
* - Added some cases to the method toStringpaltherr2003-03-141-0/+10
* - Added a method isSameAs for erased typespaltherr2003-03-141-5/+14
* - Fixed fullErasurepaltherr2003-03-131-2/+3
* *** empty log message ***Martin Odersky2003-03-131-1/+0
* *** empty log message ***Martin Odersky2003-03-135-26/+43
* - Fixed loading of null valuespaltherr2003-03-131-1/+1
* - Removed printing of kindpaltherr2003-03-131-1/+0
* - Updated evaluator to cope with module singlet...paltherr2003-03-131-6/+7
* - Added initialization of module singleton in m...paltherr2003-03-131-0/+8
* - Made symbol loading lazypaltherr2003-03-131-12/+22
* - 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
* - Added Interpreter.scalapaltherr2003-03-131-0/+32
* - bug fix: replaced "extends Function1" by "ext...schinz2003-03-131-1/+1
* - Adapted to the new module schemapaltherr2003-03-132-34/+13
* - Adapted to the new module schemapaltherr2003-03-131-4/+4
* - 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-135-14/+15
* *** empty log message ***Martin Odersky2003-03-134-5/+19
* *** 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-125-14/+99
* *** empty log message ***Martin Odersky2003-03-1211-59/+157
* - 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-1016-100/+338
* - bug fix: correctly detect calls to constructorsschinz2003-03-101-3/+3