summaryrefslogtreecommitdiff
path: root/sources/scalac/Global.java
Commit message (Expand)AuthorAgeFilesLines
* - Introduced new compilation looppaltherr2005-01-031-30/+16
* - Added NAMER test in compilation looppaltherr2004-12-101-1/+2
* - Added phase NAMERpaltherr2004-12-101-2/+2
* - Fixed indexes in phase creation codepaltherr2004-12-101-3/+10
* - Disabled WholeProgPhasepaltherr2004-12-081-2/+4
* - Removed GenJVMPhase, GenMSILPhse and GenJVMFr...paltherr2004-12-081-9/+3
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-071-2/+2
* - Removed some obsolete references class TextTr...paltherr2004-12-061-1/+1
* - Removed field units in class Globalpaltherr2004-12-031-22/+23
* - Removed fail methods in class Globalpaltherr2004-12-031-36/+0
* - Removed graph methods in class Phasepaltherr2004-12-031-2/+1
* - Removed old checkerspaltherr2004-12-031-3/+1
* - added accessor for "debuginfo" command-line a...schinz2004-11-291-0/+2
* - Removed class UniqueID (symbols have already ...paltherr2004-11-221-5/+0
* Added swing printer.Iulian Dragos2004-11-191-1/+6
* - added option -Xrtt to enable support for run-...schinz2004-10-141-0/+3
* - [MSIL] instantiate CLRPackageParser as the ro...mihaylov2004-09-091-1/+4
* *** empty log message ***Martin Odersky2004-09-021-0/+1
* *** empty log message ***Martin Odersky2004-07-151-0/+4
* *** empty log message ***Martin Odersky2004-07-081-0/+1
* *** empty log message ***Martin Odersky2004-07-011-8/+8
* - Adapted to new class scala.tools.util.debug.D...paltherr2004-06-171-4/+3
* pretty-print + whitespace trimmingburaq2004-05-261-0/+2
* Xmarkup option only for compatibility, is alway...buraq2004-05-241-2/+0
* fixed transmatchburaq2004-05-171-0/+2
* - Moved instance of FreshNameCreator from Globa...paltherr2004-04-021-5/+0
* *** empty log message ***Martin Odersky2004-03-261-11/+28
* - Split scala.tools.util.AbstractFile into seve...paltherr2004-03-231-6/+5
* - Moved creation of root class loader into Globalpaltherr2004-03-211-0/+6
* - Avoided recomputations of files that are alre...paltherr2004-03-211-3/+5
* - Standardized names used in ClassPathpaltherr2004-03-211-0/+1
* - Simplified method lateEnter in Analyzer and A...paltherr2004-03-211-0/+13
* - Fixed getSourceFile for case where file does ...paltherr2004-03-211-0/+2
* - Changed Scanner and SourceFile to work with c...paltherr2004-03-211-5/+37
* - Fixed getSourceFile for case where file does ...paltherr2004-03-211-1/+4
* - Added flag -encodingpaltherr2004-03-211-0/+2
* - Added methods Global.getSourceFilepaltherr2004-03-211-14/+31
* - Replaced file String by an AbstractFile in So...paltherr2004-03-211-8/+15
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-2/+3
* - Removed method subName in class Namepaltherr2004-03-181-3/+1
* - Added attribute Symbol.IS_ANONYMOUSpaltherr2004-03-181-1/+1
* - Made the 'fail' family of methods static to a...mihaylov2004-03-171-6/+6
* - 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