summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/UnCurryPhase.java
Commit message (Collapse)AuthorAgeFilesLines
* - Removed old files rewritten to scalapaltherr2004-12-031-106/+0
|
* - changed scope.iterator(true) to scope.iterato...michelou2004-07-081-1/+1
| | | | | - changed scope.iterator(true) to scope.iterator().
* *** empty log message ***Martin Odersky2004-07-021-1/+1
|
* *** empty log message ***Martin Odersky2004-07-011-1/+1
|
* *** empty log message ***Martin Odersky2004-06-031-1/+1
|
* - Removed CheckOwnerspaltherr2004-03-021-1/+0
|
* - Removed CheckNamespaltherr2004-03-021-1/+0
|
* - Removed unused importpaltherr2004-02-181-1/+0
|
* - Added removal of case factory methodspaltherr2003-12-191-2/+3
|
* - Added method isUnaccessedConstantpaltherr2003-12-191-0/+23
| | | | | - Added removal of unaccessed constants from class scopes
* *** empty log message ***Martin Odersky2003-10-301-2/+4
|
* - Normalized member names of class Definitionpaltherr2003-10-301-1/+1
| | | | | - Cleaned code of Definition
* - rewrote the phase creation processpaltherr2003-08-181-24/+8
| | | | | - replace PhaseRepository by CompilerPhases
* Added a new apply method to each phase which al...Matthias Zenger2003-07-021-0/+4
| | | | | | | | Added a new apply method to each phase which allows to apply only a single compilation unit. For some phases this might probably not work as it is right now. At some stage, these phases have to be adapted accordingly.
* - Removed method createPhase in class PhaseDesc...paltherr2003-03-211-4/+4
| | | | | | | - Removed method createPhase in class PhaseDescriptor Made method apply - abstract in class PhaseDescriptor Implemented method apply in all - subclasses of class PhaseDescriptor
* *** empty log message ***Martin Odersky2003-03-051-30/+9
|
* Added support for the new CheckName checker.mihaylov2003-02-271-1/+2
|
* *** empty log message ***Martin Odersky2003-02-201-2/+0
|
* Initial version.Martin Odersky2003-02-131-0/+117