summaryrefslogtreecommitdiff
path: root/sources/scalac/Phase.java
Commit message (Collapse)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-73/+0
| | | | | Removed old Scalac code in sources and various other obsolete elements.
* - Disabled WholeProgPhasepaltherr2004-12-081-5/+0
| | | | | - Removed method Phase.apply(CompilationUnit[])
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-071-1/+6
| | | | | | | - Removed method Transformer.apply(CompilationUnit[] - Added method ) Phase.apply(CompilationUnit - Adapted most phases to implement method ) Phase.apply(CompilationUnit instead of Phase.apply(CompilationUnit[] )
* - Removed some obsolete references class TextTr...paltherr2004-12-061-1/+0
| | | | | | - Removed some obsolete references class TextTreePrinter and package printer
* - Removed graph methods in class Phasepaltherr2004-12-031-11/+0
|
* - Removed old checkerspaltherr2004-12-031-17/+0
|
* *** empty log message ***Martin Odersky2004-07-011-3/+3
|
* - Reorganized phase creation so that types are ...paltherr2004-02-261-0/+1
| | | | | | - Reorganized phase creation so that types are not created before Analyzer
* - Redesigned the tree printing scheme to enable...paltherr2003-12-111-7/+0
| | | | | | - Redesigned the tree printing scheme to enable printing of attributed trees
* - Fixed printed phase namepaltherr2003-09-061-1/+0
|
* - Removed obsolete methodspaltherr2003-09-021-23/+0
|
* - Replaced field Global.phases by fields Phase....paltherr2003-09-011-1/+14
| | | | | | | | - Replaced field Global.phases by fields Phase.prev and Phase.next - Reorganized/Cleaned/Documented methods on infos, types and - closures in Symbol Removed method CompilerPhases.remove Add mehods - PhaseDescriptor.addXXXFlag
* - rewrote the phase creation processpaltherr2003-08-181-0/+112
| | | | | - replace PhaseRepository by CompilerPhases
* - Removed class Phase.paltherr2003-03-211-39/+1
| | | | | | - Removed argument descr in constructors of the class Transformer and of its subclasses.
* Initial version.Martin Odersky2003-02-131-0/+45