summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/AddInterfacesPhase.java
Commit message (Expand)AuthorAgeFilesLines
* - Added special transformation of typeOfThispaltherr2003-11-271-4/+11
* - Moved erasure of superclasses of interfaces f...paltherr2003-11-111-16/+7
* - bug fix: clear FINAL flag for interfaces and ...schinz2003-10-291-0/+2
* - Replaced most of the Definition <...>_TYPE fi...paltherr2003-10-291-1/+1
* - Added removal of types of thispaltherr2003-10-271-0/+4
* - Changed uniqueName to use Symbol.fullname()paltherr2003-10-061-14/+2
* - Updated the code that transforms interface co...paltherr2003-09-081-3/+10
* - bug fix: try to handle multiple constructorsschinz2003-08-261-9/+16
* - handle multiple constructorsschinz2003-08-221-17/+18
* *** empty log message ***Martin Odersky2003-08-211-2/+2
* *** empty log message ***Martin Odersky2003-08-211-1/+1
* - rewrote the phase creation processpaltherr2003-08-181-16/+8
* *** empty log message ***Martin Odersky2003-08-141-1/+1
* *** empty log message ***Martin Odersky2003-07-311-9/+7
* - bug fix: do not remove members which do not g...schinz2003-07-241-1/+1
* - do not put abstract methods in classesschinz2003-07-231-5/+2
* - Changed ClassSymbol.cloneSymbol to give the c...paltherr2003-07-111-79/+5
* - Changed getClassSubst to return SymbolSubstTy...paltherr2003-07-111-20/+15
* - Removed method updateMemberpaltherr2003-07-111-16/+14
* - Removed method deepCloneSymbol and inlined it...paltherr2003-07-111-37/+3
* - Added method Symbol.cloneSymbol(Symbol)paltherr2003-07-101-12/+5
* - Fixed Symbol.isClass to return false if symbo...paltherr2003-07-041-2/+4
* - Added a call to unalias in the definition of ...paltherr2003-07-041-27/+35
* - Added method updateMemberInfo.paltherr2003-07-031-6/+11
* - Fixed transformInfo to use the correct type a...paltherr2003-07-031-5/+13
* Added a new apply method to each phase which al...Matthias Zenger2003-07-021-0/+4
* - replaced uses of ThisTypeMap (now dead) by Ty...schinz2003-06-271-25/+2
* - (final) bug fix: use the symbol of the class ...schinz2003-05-191-5/+16
* - (partial) bug fix: modify ThisTypes appearing...schinz2003-05-191-2/+22
* - complete rewrite of AddInterfaces, to simplif...schinz2003-05-141-14/+401
* - Removed method createPhase in class PhaseDesc...paltherr2003-03-211-3/+2
* Added support for the new CheckName checker.mihaylov2003-02-271-1/+2
* *** empty log message ***schinz2003-02-191-0/+54