summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/AddInterfacesPhase.java
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-313/+0
* - updated copyright date.michelou2005-10-111-5/+10
* Initial support for attributes - only works for...mihaylov2005-05-291-0/+6
* - bug fix: nested private classes are no longer...schinz2005-01-171-1/+16
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-071-6/+6
* - handle static members correctly (i.e.schinz2004-10-141-1/+1
* - Added code in Symbol to clone thisSymspaltherr2004-08-251-11/+0
* *** empty log message ***Martin Odersky2004-07-081-2/+2
* *** empty log message ***Martin Odersky2004-07-011-1/+1
* - Removed calls to Debug.toStringpaltherr2004-06-151-1/+1
* - Removed unused codepaltherr2004-04-021-19/+0
* - Removed now useless code for constructorspaltherr2004-03-281-37/+7
* - Added a setStringBuffer(null) in toString met...paltherr2004-03-251-3/+1
* - Added appendSymbol with prefix in SymbolNameW...paltherr2004-03-251-1/+1
* - Removed CheckOwnerspaltherr2004-03-021-1/+0
* - Removed CheckNamespaltherr2004-03-021-1/+0
* - Rewrote uniqueName to use SymbolNameWriterpaltherr2004-02-291-4/+7
* - Mark the implementations of what is before Ad...mihaylov2004-02-051-0/+1
* - Added automatic rebinding and unaliasing in T...paltherr2004-01-261-1/+1
* - bug fix (#268): make *all* private fields pub...schinz2004-01-081-22/+22
* - Moved phase AddConstructors before phase AddI...paltherr2003-12-191-3/+2
* - 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