summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/AddInterfaces.java
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* - bug fix: do not ask for class symbols of Java...schinz2003-02-211-11/+10
* *** empty log message ***Martin Odersky2003-02-201-1/+1
* - adapted to the new mkParentConstr in TreeGenschinz2003-02-201-2/+2
* *** empty log message ***schinz2003-02-191-0/+781