summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Expand)AuthorAgeFilesLines
* - Replaced some "return EmptyPhase.class" by ab...paltherr2004-12-101-2/+2
* - fixed a bug in the "refinements" method (note...schinz2004-12-091-2/+8
* - Disabled WholeProgPhasepaltherr2004-12-082-7/+4
* - Removed GenJVMPhase, GenMSILPhse and GenJVMFr...paltherr2004-12-087-153/+32
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-0720-109/+69
* - Removed some obsolete references class TextTr...paltherr2004-12-066-7/+2
* - Removed field units in class Globalpaltherr2004-12-036-57/+41
* - Removed fail methods in class Globalpaltherr2004-12-033-41/+4
* - Removed graph methods in class Phasepaltherr2004-12-032-13/+1
* - Removed old files rewritten to scalapaltherr2004-12-033-558/+0
* - Removed old checkerspaltherr2004-12-039-205/+1
* - Removed generation of scala attribute in clas...paltherr2004-12-021-7/+7
* - Changed PackageParsers to use .symbl filespaltherr2004-12-022-2/+53
* - In [CLR]PackageParser split doComplete/preIni...paltherr2004-12-023-132/+146
* - Added method getNameSpaceOfpaltherr2004-12-021-1/+7
* - Added method hasPackageFlagpaltherr2004-12-021-0/+5
* - Added generation of .symbl filespaltherr2004-11-301-0/+11
* - Added method writeSymblFilepaltherr2004-11-301-16/+22
* - Changed writeToFile(String) to writeTo(File)paltherr2004-11-301-2/+2
* - Replaced global.fail by errors or abortspaltherr2004-11-301-9/+10
* - Added method writeClassFilepaltherr2004-11-301-14/+17
* - Added method writeToFilepaltherr2004-11-301-0/+6
* - generate local variable table (patch submitte...schinz2004-11-291-2/+35
* - added accessor for "debuginfo" command-line a...schinz2004-11-291-0/+2
* - Renamed isParamAccessor to hasParamAccessorFlagpaltherr2004-11-231-3/+3
* - Added method isParamAccessorpaltherr2004-11-231-1/+6
* - Added mkTagMethod that generates tree for Sca...mihaylov2004-11-231-5/+21
* [MSIL] Do not initialize the TYPE_CLASS symbol;...mihaylov2004-11-231-1/+1
* *** empty log message ***Martin Odersky2004-11-222-2/+2
* - Added method isOverridepaltherr2004-11-221-0/+5
* - Added a field "global" in TextTreePrinterpaltherr2004-11-221-7/+1
* - Removed class UniqueID (symbols have already ...paltherr2004-11-225-38/+3
* *** empty log message ***Martin Odersky2004-11-193-4/+16
* Added swing printer.Iulian Dragos2004-11-191-1/+6
* *** empty log message ***Martin Odersky2004-11-194-4/+22
* - Fixed class ClonedThisSymLazyType to take int...paltherr2004-11-181-10/+14
* - Removed an assertion that prevented self type...paltherr2004-11-181-1/+0
* [MSIL] Do not initialize symbols for runtime ty...mihaylov2004-11-161-8/+15
* - Removed Function1 and ScalaObject from Array ...paltherr2004-11-161-1/+1
* - optimized call orderpaltherr2004-11-161-3/+2
* *** empty log message ***paltherr2004-11-161-1/+0
* - added definitions for compound types and refi...schinz2004-10-261-11/+19
* - introduced compound types (and therefore refi...schinz2004-10-261-36/+304
* *** empty log message ***Martin Odersky2004-10-251-2/+2
* - added typesAsValues phaseschinz2004-10-141-0/+7
* - added option -Xrtt to enable support for run-...schinz2004-10-142-0/+8
* - changed the way the class initialisation meth...schinz2004-10-141-56/+70
* - handle static members correctlyschinz2004-10-141-1/+1
* - handle static members correctly (i.e.schinz2004-10-142-2/+3
* - adapted definitions related to run-time types...schinz2004-10-141-19/+52