summaryrefslogtreecommitdiff
path: root/sources/scalac/Global.java
Commit message (Expand)AuthorAgeFilesLines
* better error message in case of encoding problemnoir2005-06-211-1/+2
* - corrected if-test in 'addAttribute' function.michelou2005-06-141-5/+5
* Fixed an assertion error if an attribute applic...mihaylov2005-06-141-0/+2
* Improved serialization supportmihaylov2005-06-071-3/+27
* Initial support for attributes - only works for...mihaylov2005-05-291-1/+27
* - introduced isInstanceOf$erased and asInstance...schinz2005-03-261-1/+0
* - Split the Reporter class into a Reporter inte...paltherr2005-01-271-4/+4
* - Replaced start and stop in Global by a timer.paltherr2005-01-251-28/+11
* - 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