summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/ExpandMixins.java
Commit message (Expand)AuthorAgeFilesLines
* - Fixed stop codepaltherr2003-11-251-2/+2
* - Modified to use new GetTreeClonerpaltherr2003-11-251-87/+77
* - Removed special code for Newpaltherr2003-11-131-12/+0
* - Fixed symbol of generated Super.paltherr2003-11-121-8/+5
* - Added outer type links to rebound abstract typespaltherr2003-10-061-4/+10
* - Added a constructor to AbsTypeSymbolspaltherr2003-10-021-3/+4
* - bug fix (#120): make sure that mixin's constr...schinz2003-09-301-10/+15
* - Augmented symbol map with abstract types from...paltherr2003-09-121-0/+29
* - Removed method TreeGen.localDummypaltherr2003-09-111-2/+1
* - Modified to not use type of templatepaltherr2003-09-111-4/+3
* - Reviewed and cleaned TreeGen.paltherr2003-09-111-1/+1
* - Replaced TreeGen.mkParentConstr by TreeGen.mk...paltherr2003-09-101-1/+1
* - fix symbols referenced by "super" in imported...schinz2003-08-291-0/+9
* *** empty log message ***Martin Odersky2003-08-151-1/+1
* - Removed printing of stack traces if not in de...paltherr2003-08-111-0/+1
* *** empty log message ***Martin Odersky2003-07-311-1/+1
* - Rewrote and reorganized several parts.paltherr2003-07-271-297/+183
* - bug fix: clear the PARAM flag of mixin constr...schinz2003-07-231-0/+1
* - Replaced subclass of TreeCloner by SuperFixerpaltherr2003-07-231-13/+21
* - Replaced SymbolFixer by a subclass of TreeClonerpaltherr2003-07-221-32/+16
* - Added a missing cast in AddInterfacespaltherr2003-07-221-26/+1
* - Modified to use TreeCloner, SymbolCloner and ...paltherr2003-07-211-77/+31
* - bug fix: fixed a bug which was introduced by ...schinz2003-07-161-5/+11
* - Added method Symbol.cloneSymbol(Symbol)paltherr2003-07-101-15/+8
* - bug fix: make sure that the types of mixed-in...schinz2003-06-271-7/+7
* - bug fix: substitute ThisTypes when importing ...schinz2003-06-271-3/+8
* - bug fix: use correct symbols for things which...schinz2003-06-251-1/+3
* - Added call to widenpaltherr2003-05-231-1/+1
* - adapted to the new version of AddInterfacesschinz2003-05-141-19/+12
* - Replaced calls to hasSymbol by calls to defin...paltherr2003-05-061-6/+6
* - Added methods which take a symbol in TreeFact...paltherr2003-04-301-10/+10
* - Fixed TreeCopier namepaltherr2003-04-141-2/+2
* *** empty log message ***Martin Odersky2003-03-311-1/+2
* - Removed class Phase.paltherr2003-03-211-5/+5
* - bug fix: use updateInfo() instead of setInfo(...schinz2003-03-051-1/+1
* - bug fix: use TreeGen to generate casts, to be...schinz2003-03-041-5/+5
* - bug fix: when duplicating names, also take ca...schinz2003-02-271-0/+2
* *** empty log message ***Martin Odersky2003-02-201-1/+1
* - adapted to the new mkParentConstr in TreeGenschinz2003-02-201-3/+1
* *** empty log message ***schinz2003-02-191-0/+426