summaryrefslogtreecommitdiff
path: root/sources/scalac/Global.java
Commit message (Expand)AuthorAgeFilesLines
* - added two variants of "fail" taking an except...schinz2003-12-021-6/+18
* *** empty log message ***Martin Odersky2003-11-141-1/+1
* *** empty log message ***Martin Odersky2003-11-121-2/+11
* - Simplified import tree generationpaltherr2003-10-291-1/+1
* - Replaced most of the Definition <...>_TYPE fi...paltherr2003-10-291-3/+4
* - removed BCEL-based JVM back-endschinz2003-10-231-3/+0
* Made an error message more precise.Matthias Zenger2003-10-071-1/+1
* - Add fix to use right phase to print treepaltherr2003-09-081-2/+2
* - Fixed printed phase namepaltherr2003-09-061-0/+2
* - Added a phase change before printing to get r...paltherr2003-09-061-2/+12
* - added 'args' as public member (used in scaladoc)michelou2003-09-021-20/+35
* - Replaced field Global.phases by fields Phase....paltherr2003-09-011-16/+27
* TailCall optimization for jvm.stenman2003-08-201-0/+2
* - Removed constant Global.POST_ANALYZER_PHASE_ID.paltherr2003-08-181-4/+0
* - Removed unused constant START_PHASE_IDpaltherr2003-08-181-2/+0
* - rewrote the phase creation processpaltherr2003-08-181-75/+39
* *** empty log message ***Martin Odersky2003-08-141-1/+2
* - Replaced NOPOS by FIRSTPOS or other non zero ...paltherr2003-08-081-19/+22
* *** empty log message ***Martin Odersky2003-08-061-1/+2
* *** empty log message ***Martin Odersky2003-08-051-0/+3
* *** empty log message ***Martin Odersky2003-08-041-2/+1
* *** empty log message ***Martin Odersky2003-07-311-1/+1
* Added:cremet2003-07-301-0/+22
* *** empty log message ***Martin Odersky2003-07-221-0/+2
* - introduced the new JVM backend as default, wh...schinz2003-07-101-4/+10
* Added a new apply method to each phase which al...Matthias Zenger2003-07-021-18/+43
* - Moved interpreter-specific code out of class ...paltherr2003-06-241-2/+24
* - Made SourceFile and Position scala-independan...paltherr2003-06-161-7/+9
* - Removed support for notespaltherr2003-06-121-6/+0
* - Removed old unused codepaltherr2003-06-121-9/+0
* *** empty log message ***Martin Odersky2003-06-041-0/+2
* - Moved code from EntryPointCompiler into Inter...paltherr2003-05-201-2/+5
* - Fixed to use scala.runtime.InterpreterSupport...paltherr2003-05-131-11/+12
* - Removed code that is now in class SymbolTable...paltherr2003-05-091-2/+2
* *** empty log message ***Martin Odersky2003-04-301-1/+1
* *** empty log message ***Martin Odersky2003-04-301-1/+1
* - added GenMSIL phasemihaylov2003-04-161-3/+0
* - 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
* - 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
* *** 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
* - Removed loading of Interpreter.scala when not...paltherr2003-03-191-1/+1
* - Forced loading of scala.Interpreter with sirispaltherr2003-03-181-2/+2