summaryrefslogtreecommitdiff
path: root/sources/scalac/ast/Transformer.java.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-319/+0
* fixed bugs #406 #440 #371buraq2005-06-101-2/+17
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-071-4/+0
* *** empty log message ***Martin Odersky2004-07-011-5/+5
* - Fixed optimization/hack in case If and Switchpaltherr2004-05-171-14/+16
* - Added optimization/hack in case If and Switch...paltherr2004-05-171-2/+14
* - Added Tree.Createpaltherr2004-04-061-0/+6
* - Changed Tree.New(Template) to Tree.New(Tree)paltherr2004-04-041-3/+2
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-121-2/+2
* - Generalized use of AConstant to represent con...paltherr2004-02-011-2/+2
* - Fixed handling of ClassDef in GenTransformer ...paltherr2004-01-211-4/+9
* - Added type and symbol transformationpaltherr2003-11-251-19/+72
* - Added AbsTypeDef and AliasTypeDefpaltherr2003-11-241-2/+6
* - Added missing transformpaltherr2003-11-051-1/+1
* - Added class GenTransformerpaltherr2003-10-301-0/+150
* - rewrote the phase creation processpaltherr2003-08-181-4/+0
* - Added automatic generation of Traverserpaltherr2003-04-151-0/+81