summaryrefslogtreecommitdiff
path: root/sources/scalac/symtab/SymbolCloner.java
Commit message (Collapse)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-243/+0
| | | | | Removed old Scalac code in sources and various other obsolete elements.
* - added methods 'cloneTypes' and 'getTypeMap'michelou2005-11-291-2/+16
|
* *** empty log message ***Martin Odersky2004-07-081-2/+4
|
* - Removed assertion that prevents module cloningpaltherr2004-04-151-1/+0
|
* - Added Methods mapSymbol and mapTypepaltherr2004-03-281-10/+49
|
* - Added Type.NoPrefixpaltherr2004-03-041-0/+1
| | | | | - Replaced ThisType(NONE) by NoPrefix
* - Added type cloning in SymbolClonerpaltherr2004-03-021-17/+98
| | | | | - Changed Type.cloneType to use a SymbolCloner
* - Fixed assertionspaltherr2004-02-291-2/+1
|
* - Removed renamer from SymbolClonerpaltherr2004-01-251-25/+6
|
* - Enabled type cloning in Symbol clonerpaltherr2004-01-221-2/+1
| | | | | - Rewrote ExpandMixins to implement a correct transformInfo
* - Added note about type cloningpaltherr2004-01-081-1/+2
|
* - Removed old methods Nil and Cons in TreeGenpaltherr2004-01-081-2/+19
|
* - Fixed debug msgpaltherr2003-09-021-1/+1
|
* *** empty log message ***Martin Odersky2003-08-211-1/+4
|
* - Added methods cloneSymbolspaltherr2003-07-261-1/+14
| | | | | - Fixed a typo in a description
* - Added SymbolCloner.javapaltherr2003-07-211-0/+94