summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/AddConstructors.java
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-295/+0
* - corrected typomichelou2005-12-051-2/+4
* - added empty commentsmichelou2005-11-281-29/+55
* - Generalized the code that transforms local va...paltherr2004-09-161-3/+8
* - Changed _TYPE methods in Definitions for prim...paltherr2004-06-021-1/+1
* - Added Tree.Createpaltherr2004-04-061-6/+16
* - Changed Tree.New(Template) to Tree.New(Tree)paltherr2004-04-041-2/+2
* - Added factory methods for term symbol in clas...paltherr2004-03-181-5/+3
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-121-5/+4
* - Removed interpreter specific code from AddCon...paltherr2004-02-011-40/+4
* - Renamed local variable treeSym into claszpaltherr2004-01-231-36/+31
* - Changed to add calls to all super initializer...paltherr2003-12-191-6/+10
* - Changed some code to change owner of ValDefs ...paltherr2003-12-161-0/+13
* Change the access modifiers of private class co...mihaylov2003-11-171-1/+4
* *** empty log message ***Martin Odersky2003-11-141-1/+1
* - Implemented initializers without type argumentspaltherr2003-11-051-127/+105
* - Removed condition on super call inlining.paltherr2003-10-311-21/+17
* - Changed the return type of initializers to Un...paltherr2003-10-311-6/+2
* - Fixed so that initalizers have new tparams an...paltherr2003-10-311-1/+1
* - Fixed so that initalizers have new tparams an...paltherr2003-10-301-48/+67
* Removed the special cases for the JVM backend; ...mihaylov2003-10-301-14/+10
* - In Definitions, replaced primitive _TYPE fiel...paltherr2003-10-291-1/+1
* - removed BCEL-based JVM back-endschinz2003-10-231-2/+1
* - Modified AddConstructors to make it work befo...paltherr2003-10-151-72/+60
* - Reviewed and cleaned TreeGen.paltherr2003-09-111-12/+9
* - added multiple constructors handlingmihaylov2003-08-271-23/+77
* *** empty log message ***Martin Odersky2003-08-211-1/+1
* *** empty log message ***Martin Odersky2003-07-311-3/+4
* - Repolaced Tree argument of This and Super nod...paltherr2003-07-301-3/+2
* - bug fix: also set flag forJVM when generating...schinz2003-07-141-1/+2
* - moved the initialization of the class-paramet...mihaylov2003-06-261-25/+34
* - Fixed early initialization of module variable...paltherr2003-05-191-4/+20
* - names of constructor methods are not construc...schinz2003-05-141-4/+5
* - Replaced a call an enter by an enterOrOverloadpaltherr2003-05-061-1/+1
* - set the trees of the supertypes to be the ol...mihaylov2003-04-161-1/+1
* *** empty log message ***Martin Odersky2003-03-311-1/+3
* - Removed class Phase.paltherr2003-03-211-5/+2
* - Added initialization of module singleton in m...paltherr2003-03-131-0/+8
* Set the correct owner of the constructor symbol.mihaylov2003-03-041-75/+38
* Initial import of the AddConstructors phase.mihaylov2003-02-211-0/+256