summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/AddInterfaces.java
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-11-141-2/+2
* - bug fix: "new" should now be translated corre...schinz2003-10-271-10/+2
* *** empty log message ***Martin Odersky2003-10-271-0/+2
* *** empty log message ***Martin Odersky2003-10-241-1/+7
* - Added transformation of Super nodespaltherr2003-10-161-1/+8
* - Renamed mkInterfaceDef into ClassDefpaltherr2003-10-151-1/+1
* - Changed call to superpaltherr2003-10-101-1/+1
* - Reviewed and cleaned TreeGen.paltherr2003-09-111-10/+4
* - Replaced TreeGen.mkParentConstr by TreeGen.mk...paltherr2003-09-101-2/+2
* - Bug fix: new class did not reuse constructor ...paltherr2003-09-101-8/+5
* - bug fix: try to correctly transform secondary...schinz2003-08-261-3/+10
* - bug fix: try to handle multiple constructorsschinz2003-08-261-7/+16
* - handle multiple constructorsschinz2003-08-221-1/+2
* *** empty log message ***Martin Odersky2003-08-211-2/+2
* *** empty log message ***Martin Odersky2003-08-151-1/+1
* *** empty log message ***Martin Odersky2003-08-141-1/+1
* - bug fix: before replacing the symbol for a ca...schinz2003-08-081-1/+1
* *** empty log message ***Martin Odersky2003-07-311-4/+4
* - Repolaced Tree argument of This and Super nod...paltherr2003-07-301-2/+2
* - Changed some hasSymbol into definesSymbolpaltherr2003-07-281-3/+3
* - Fixed makeClass to reuse the class template s...paltherr2003-07-261-1/+3
* - do not put abstract methods in classesschinz2003-07-231-1/+1
* - Added a missing cast in AddInterfacespaltherr2003-07-221-3/+23
* - Changed getClassSubst to return SymbolSubstTy...paltherr2003-07-111-17/+13
* - bug fix: transform correctly "new" expression...schinz2003-07-101-1/+1
* - replaced uses of ThisTypeMap (now dead) by Ty...schinz2003-06-271-2/+2
* - (final) bug fix: use the symbol of the class ...schinz2003-05-191-5/+6
* - (partial) bug fix: modify ThisTypes appearing...schinz2003-05-191-1/+13
* - complete rewrite of AddInterfaces, to simplif...schinz2003-05-141-726/+219
* - Changed setOwner to automatically update the ...paltherr2003-05-051-2/+1
* *** empty log message ***Martin Odersky2003-05-011-2/+0
* *** empty log message ***Martin Odersky2003-04-301-1/+1
* - Added methods which take a symbol in TreeFact...paltherr2003-04-301-14/+10
* - Removed obsolete constructorpaltherr2003-04-041-5/+1
* - re-fixed the previous bug, in a cleaner and m...schinz2003-04-031-2/+6
* - bug fix: types of class members have their ow...schinz2003-04-021-3/+6
* - do not add the ABSTRACT_CLASS flag anymore, a...schinz2003-04-011-6/+6
* - Removed class Phase.paltherr2003-03-211-2/+1
* - modified and simplified handling of overloade...schinz2003-03-211-54/+47
* - bug fix: always insert new symbols in their o...schinz2003-03-201-14/+2
* - use class symbols for "this" values and typesschinz2003-03-131-3/+64
* - bug fix: do not try to rewrite the symbol ass...schinz2003-03-061-1/+1
* - bug fix: correct owner of values belonging to...schinz2003-03-061-1/+14
* - bug fix: properly set owner of cloned method ...schinz2003-03-051-10/+6
* - bug fix: check that trees actually have a sym...schinz2003-03-041-6/+4
* - bug fix: do not try to find an class symbol f...schinz2003-03-041-2/+5
* *** empty log message ***Martin Odersky2003-03-031-1/+1
* - bug fix: when duplicating names, also take ca...schinz2003-02-271-2/+6
* - bug fix: replaced erroneous uses of enclClass byschinz2003-02-251-12/+7
* - bug fix: className() now returns a name of th...schinz2003-02-211-1/+3