summaryrefslogtreecommitdiff
path: root/sources/scalac/Global.java
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Martin Odersky2003-04-301-1/+1
|
* - added GenMSIL phasemihaylov2003-04-161-3/+0
| | | | | | - removed all references (albeit commented out) to the obsoleted GenJava phase
* - Added constants START_PHASE_IDpaltherr2003-04-161-0/+2
|
* - Renamed TreeCreator into DefaultTreeFactorypaltherr2003-04-141-1/+1
|
* - Fixed Symbol.defString to place the ":" at th...paltherr2003-04-071-113/+4
| | | | | | | | - Fixed Symbol.defString to place the ":" at the right place. - Added method Type.defString needed by Symbol.defString. - Changed the interpreter to use Symbol.defString & Type.toString to print symbols and types.
* - Changed method append to use type.toStringpaltherr2003-04-071-0/+3
|
* - Fixed console module constructionpaltherr2003-03-311-3/+5
|
* - Removed $console$* from siris-printed typespaltherr2003-03-241-1/+3
|
* - Removed java-backend (jaco) specific stuffpaltherr2003-03-241-5/+0
|
* - Removed method createPhase in class PhaseDesc...paltherr2003-03-211-0/+2
| | | | | | | - Removed method createPhase in class PhaseDescriptor Made method apply - abstract in class PhaseDescriptor Implemented method apply in all - subclasses of class PhaseDescriptor
* *** empty log message ***Martin Odersky2003-03-211-13/+5
|
* *** empty log message ***Martin Odersky2003-03-211-6/+22
|
* - Forced loading of Interpreter.scala only with...paltherr2003-03-201-2/+0
| | | | | - Forced loading of Interpreter.scala only with siris
* - Removed loading of Interpreter.scala when not...paltherr2003-03-191-1/+1
| | | | | - Removed loading of Interpreter.scala when not interpreting
* - Forced loading of scala.Interpreter with sirispaltherr2003-03-181-2/+2
|
* - Implemented printing of CompoundTypepaltherr2003-03-171-6/+21
|
* - Fixed to also print the type of the last termpaltherr2003-03-171-14/+26
|
* - Improved signature printing in sirispaltherr2003-03-141-2/+109
|
* - Removed printing of accessor methodspaltherr2003-03-141-0/+6
|
* - Added code to make sure Interpreter.scala is ...paltherr2003-03-141-0/+3
| | | | | - Added code to make sure Interpreter.scala is always compiled
* - Made symbol loading lazypaltherr2003-03-131-12/+22
|
* - Added printing of definitionspaltherr2003-03-131-0/+80
| | | | | - Added imports to previous console modules
* - Added code to embed console code into a modulepaltherr2003-03-131-0/+36
| | | | | - Added code to print last expression from console
* - Adapted to the new module schemapaltherr2003-03-131-0/+3
|
* - Moved field "console" from class Sourcefile i...paltherr2003-03-131-3/+3
| | | | | - Moved field "console" from class Sourcefile into class Unit
* - automatically flush the debug tree printerschinz2003-03-121-1/+1
|
* - added AddConstructors and GenJVM phasesschinz2003-03-041-2/+2
|
* - Added flag -nopredefspaltherr2003-02-211-0/+2
|
* - Inserted erasure phasepaltherr2003-02-211-1/+1
|
* *** empty log message ***Martin Odersky2003-02-201-3/+3
|
* *** empty log message ***Martin Odersky2003-02-201-6/+5
|
* Ported pattern matcher.Matthias Zenger2003-02-201-2/+2
|
* - added GenJVM phaseschinz2003-02-191-1/+1
|
* - Added scalac/backend/Primitivespaltherr2003-02-191-2/+3
|
* - added phases AddInterfaces and ExpandMixinsschinz2003-02-191-1/+1
|
* - re-enabled AddAccessors phaseschinz2003-02-171-1/+1
|
* - restored ExplicitOuterClasses phaseschinz2003-02-171-1/+1
|
* Initial version.Martin Odersky2003-02-131-0/+354