summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-03-181-4/+1
|
* *** empty log message ***Martin Odersky2003-03-184-4/+4
|
* *** empty log message ***Martin Odersky2003-03-181-1/+2
|
* - Fixed isSubType for UnboxedArrayType <: scala...paltherr2003-03-181-0/+4
| | | | | - Fixed isSubType for UnboxedArrayType <: scala.Any
* - Forced loading of scala.Interpreter with sirispaltherr2003-03-182-3/+10
|
* *** empty log message ***Martin Odersky2003-03-183-5/+5
|
* *** empty log message ***Martin Odersky2003-03-186-31/+40
|
* - Implemented printing of CompoundTypepaltherr2003-03-171-6/+21
|
* - Fixed to also print the type of the last termpaltherr2003-03-172-18/+37
|
* * .scala files always dominate .class files; co...Matthias Zenger2003-03-171-19/+21
| | | | | | | * .scala files always dominate .class files; consequently, we never refer to classfiles generated by the Scala compiler if the corresponding sourcefiles can be found in the classpath.
* - Added MANIFESTpaltherr2003-03-171-0/+1
|
* - 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 method isPublic, isProtected, isPrivate and isAccessor
* - Added code to make sure Interpreter.scala is ...paltherr2003-03-141-0/+3
| | | | | - Added code to make sure Interpreter.scala is always compiled
* - print names of generated files when -verbose ...schinz2003-03-141-1/+3
| | | | | - print names of generated files when -verbose is enabled
* *** empty log message ***Martin Odersky2003-03-143-12/+32
|
* - Changed origin of symbol in translation of me...paltherr2003-03-141-2/+2
| | | | | - Changed origin of symbol in translation of method "is"
* - 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
| | | | | | - Updated evaluator to cope with module singleton initialization in module constructor
* - Added initialization of module singleton in m...paltherr2003-03-131-0/+8
| | | | | - Added initialization of module singleton in module's constructor
* - Made symbol loading lazypaltherr2003-03-131-12/+22
|
* - Added printing of definitionspaltherr2003-03-131-0/+80
| | | | | - Added imports to previous console modules
* - bug fix: initialise module instance field as ...schinz2003-03-131-19/+26
| | | | | | | - bug fix: initialise module instance field as soon as possible, i.e. in the *instance* constructor and not in the *class* constructor anymore, to enable "early use" of the module
* - Changed enterUnit to use consoleContext for c...paltherr2003-03-131-1/+1
| | | | | - Changed enterUnit to use consoleContext for console code
* - Added consoleContextpaltherr2003-03-131-0/+23
|
* - inside of a module, use "this" directly to ac...schinz2003-03-131-11/+25
| | | | | | - inside of a module, use "this" directly to access the current module instance - (small crash fixed)
* - 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-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
| | | | | | - 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
|