summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/AddConstructors.java
Commit message (Expand)AuthorAgeFilesLines
* - 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