summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - use the explicit "this" now introduced by the...schinz2003-03-131-1/+1
| | | | | | - use the explicit "this" now introduced by the analyzer to know to which outer class a symbol belongs
* - 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 code to print last expression from console
* - Added Interpreter.scalapaltherr2003-03-131-0/+32
|
* - bug fix: replaced "extends Function1" by "ext...schinz2003-03-131-1/+1
| | | | | | - bug fix: replaced "extends Function1" by "extends Object with Function1" since Function1 is an interface
* - 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
| | | | | - Changed main parse rule for units coming from the console
* - Added method isSyntheticpaltherr2003-03-131-0/+5
|
* - Moved field "console" from class Sourcefile i...paltherr2003-03-135-14/+15
| | | | | - Moved field "console" from class Sourcefile into class Unit
* *** empty log message ***Martin Odersky2003-03-135-99/+134
|
* - Added a test to avoid colors when run in emacspaltherr2003-03-121-0/+3
|
* - Added command "force"paltherr2003-03-121-0/+5
|
* - Added defaultspaltherr2003-03-122-1/+11
|
* *** empty log message ***Martin Odersky2003-03-122-8/+15
|
* - bug fix: do not add accessors again for const...schinz2003-03-121-0/+10
| | | | | | - bug fix: do not add accessors again for constructor arguments of case classes
* - check that no syntactic representation of typ...schinz2003-03-121-1/+24
| | | | | | | - check that no syntactic representation of types remain in the tree (since all syntactic types have to be replaced by TypeTerm after analysis)
* - do not generate Java-compatible class for mod...schinz2003-03-121-2/+6
| | | | | | - do not generate Java-compatible class for modules when a class with the same name as the module exists
* - automatically flush the debug tree printerschinz2003-03-121-1/+1
|
* - added a flag to automatically flush output on...schinz2003-03-121-4/+16
| | | | | | - added a flag to automatically flush output on each write (very slow, but sometimes useful)
* *** empty log message ***Martin Odersky2003-03-128-18/+119
|
* - Added miscpaltherr2003-03-122-0/+271
|
* - Added queenspaltherr2003-03-122-0/+53
|
* - Added Makefilepaltherr2003-03-121-0/+46
|
* - Added Idpaltherr2003-03-121-0/+2
|
* - Changed funneldefs to scaladefspaltherr2003-03-121-1/+1
|
* - Changed funneldefs to scaladefspaltherr2003-03-122-2/+6
| | | | | - Added Id
* - Added scaladefs.stypaltherr2003-03-121-0/+73
|
* - Added .cvsignorepaltherr2003-03-121-0/+4
|
* - Added examples.verb.texpaltherr2003-03-121-0/+2894
|
* - Added rationale.verb.texpaltherr2003-03-121-0/+19
|
* - Added rationale-chapter.verb.texpaltherr2003-03-121-0/+147
|
* *** empty log message ***Martin Odersky2003-03-1215-67/+161
|
* - Added latex.mkpaltherr2003-03-121-0/+93
|
* - Added rule "verbfilter.clean"paltherr2003-03-121-0/+6
| | | | | - Updated usage comment
* - Added Course-2002-04paltherr2003-03-122-0/+213
|
* - Added "all" and "distclean" rulespaltherr2003-03-121-7/+34
|
* - Added default.mkpaltherr2003-03-121-0/+28
|
* - bug fix: replace "this" expressions which ref...schinz2003-03-121-0/+10
| | | | | | - bug fix: replace "this" expressions which refer to outer classes by uses of outer links
* - Bug fix (pb with thistypes)paltherr2003-03-111-1/+1
|
* - bug fix: make sure that caseFieldAccessor ret...schinz2003-03-111-1/+1
| | | | | | - bug fix: make sure that caseFieldAccessor return the accessor and not the value it accesses
* - Added reference.verb.texpaltherr2003-03-111-0/+4478
|
* - Added a line to remove verbfilterScala.class ...paltherr2003-03-111-0/+1
| | | | | - Added a line to remove verbfilterScala.class on distclean
* - Added verbfilter.mkpaltherr2003-03-111-0/+40
|
* - Added verbfilterScala.javapaltherr2003-03-111-0/+322
|
* - Updated to use jc.mkpaltherr2003-03-111-50/+11
|
* - Added jc.mkpaltherr2003-03-111-0/+108
|
* - Removed a '"' in a commentpaltherr2003-03-112-2/+2
|
* *** 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