summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/ExplicitOuterClassesPhase.java
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-11-141-2/+2
* - Removed methods nextTypeParams and nextValueP...paltherr2003-11-121-27/+8
* - Added code to add the missing this qualifier ...paltherr2003-11-121-4/+12
* - Fixed computation of new constructor typespaltherr2003-11-121-1/+2
* - Modified to use GenTransformerpaltherr2003-10-301-121/+6
* - Changed rewrite schema => regenerate whole treepaltherr2003-10-281-0/+143
* - Added type transformation of java symbolspaltherr2003-10-211-3/+3
* - Renamed methods mkApply into mkApplyTV and mk...paltherr2003-10-101-1/+1
* - Fixed prefix handling for TypeAliases and Abs...paltherr2003-10-081-1/+7
* - Added a constructor to AbsTypeSymbolspaltherr2003-10-021-10/+12
* - Added missing map(targs) in typeTransformerpaltherr2003-09-121-2/+4
* - Reviewed and cleaned TreeGen.paltherr2003-09-111-8/+8
* - Fixed computation of outer type parameterspaltherr2003-09-101-2/+13
* - Simplified (no more OverloadedType and NoType)paltherr2003-09-081-5/+3
* - Rewrote ExplicitOuterClassesPhase to add type...paltherr2003-09-081-59/+362
* - multiple constructors are now supportedschinz2003-08-261-4/+12
* - rewrote the phase creation processpaltherr2003-08-181-18/+9
* - modified phase to make it compatible with sep...schinz2003-07-301-4/+55
* Added a new apply method to each phase which al...Matthias Zenger2003-07-021-0/+4
* - bug fix: moved outerMap to the phase (descrip...schinz2003-03-241-0/+4
* - Removed class Phase.paltherr2003-03-211-1/+1
* - Removed method createPhase in class PhaseDesc...paltherr2003-03-211-3/+2
* Added support for the new CheckName checker.mihaylov2003-02-271-7/+9
* *** empty log message ***schinz2003-02-171-0/+39