summaryrefslogtreecommitdiff
path: root/sources/scalac/util/EmptyPhase.java
Commit message (Collapse)AuthorAgeFilesLines
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-071-2/+2
| | | | | | | - Removed method Transformer.apply(CompilationUnit[] - Added method ) Phase.apply(CompilationUnit - Adapted most phases to implement method ) Phase.apply(CompilationUnit instead of Phase.apply(CompilationUnit[] )
* *** empty log message ***Martin Odersky2004-07-011-2/+2
|
* - rewrote the phase creation processpaltherr2003-08-181-0/+36
- replace PhaseRepository by CompilerPhases