summaryrefslogtreecommitdiff
path: root/sources/scalac/Global.java
Commit message (Expand)AuthorAgeFilesLines
...
* - Added a node DocDef for documentation comments.cremet2004-03-081-4/+0
* - Fixed phase for import creationpaltherr2004-03-061-0/+2
* command line switch for XMLburaq2004-03-021-0/+2
* - Removed method SymbolTablePrinter.getSymbolFu...paltherr2004-02-291-8/+0
* - Changed Global.symdata from Map<FullName,Pick...paltherr2004-02-281-1/+1
* - Removed Global.firstPos & Symbol.setFirstInfopaltherr2004-02-271-13/+3
* - Reorganized phase creation so that types are ...paltherr2004-02-261-4/+6
* - Fixed crash of interpreter on importpaltherr2004-02-231-1/+1
* - Removed java version of files translated to s...paltherr2004-02-191-7/+5
* - Introduced local and global refspaltherr2004-02-011-3/+3
* - Generalized use of AConstant to represent con...paltherr2004-02-011-7/+4
* Added intermediate code and corresponding jvm b...NAME2004-01-301-3/+20
* - Enabled tail call optimization for all backendspaltherr2004-01-231-1/+0
* - Fixed superclass of console modulespaltherr2004-01-211-1/+1
* - Redesigned the tree printing scheme to enable...paltherr2003-12-111-55/+47
* - 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