summaryrefslogtreecommitdiff
path: root/sources/scalac/ast
Commit message (Expand)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-1813-2618/+0
* CVS ignore files no longer are necessary.Gilles Dubochet2005-12-141-8/+0
* - added a second constructor 'GenTreeCloner'michelou2005-11-291-2/+7
* - updated copyright date.michelou2005-09-231-2/+2
* - added type info in debug output.michelou2005-09-161-9/+14
* fixed bugs #406 #440 #371buraq2005-06-101-2/+17
* Tag anonymous function classes as serializablemihaylov2005-05-301-1/+1
* In mkDefaultValue first check for a value type ...mihaylov2005-05-301-1/+1
* new XML API that deals with namespaces properlyburaq2005-04-111-0/+1
* - changed pattern matcher to use the erased ver...schinz2005-03-271-8/+14
* - introduced isInstanceOf$erased and asInstance...schinz2005-03-261-4/+8
* - added a new kind of literal, SYMBOL_NAME, whi...schinz2005-03-141-1/+9
* - Removed method Transformer.apply(CompilationU...paltherr2004-12-071-4/+0
* - Removed field units in class Globalpaltherr2004-12-032-8/+7
* - Added mkTagMethod that generates tree for Sca...mihaylov2004-11-231-5/+21
* *** empty log message ***Martin Odersky2004-09-031-0/+1
* *** empty log message ***Martin Odersky2004-07-021-13/+15
* *** empty log message ***Martin Odersky2004-07-013-10/+10
* - Adapted to new class scala.tools.util.debug.D...paltherr2004-06-171-4/+4
* - Changed _TYPE methods in Definitions for prim...paltherr2004-06-021-3/+3
* moved a method to TreeInfoburaq2004-05-181-0/+8
* - 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
* *** empty log message ***Martin Odersky2004-04-231-2/+2
* *** empty log message ***Martin Odersky2004-04-191-1/+4
* *** empty log message ***Martin Odersky2004-04-081-2/+4
* *** empty log message ***Martin Odersky2004-04-061-1/+1
* - Added Tree.Createpaltherr2004-04-062-14/+118
* - Removed Tree.isMissingpaltherr2004-04-041-11/+0
* - Added name argument to Symbol.newAnonymousClasspaltherr2004-04-041-2/+4
* - Changed Tree.New(Template) to Tree.New(Tree)paltherr2004-04-042-35/+33
* - Added method mkQualifierpaltherr2004-04-041-16/+24
* - Moved instance of FreshNameCreator from Globa...paltherr2004-04-021-1/+1
* - Moved Position and SourceFile from ch.epfl.la...paltherr2004-03-211-1/+1
* - Removed Name.ERRORpaltherr2004-03-191-0/+1
* - Removed method subName in class Namepaltherr2004-03-181-3/+2
* - Added attribute Symbol.IS_ANONYMOUSpaltherr2004-03-181-4/+2
* - Added factory methods for term symbol in clas...paltherr2004-03-181-15/+13
* *** empty log message ***Martin Odersky2004-03-151-0/+25
* - Removed TreeSymbolCloner.javapaltherr2004-03-131-103/+0
* - Removed PatternNormalizer.javapaltherr2004-03-131-588/+0
* - Changed new ClassSymbol into Symbol.newClasspaltherr2004-03-091-4/+4
* - Generalized the use of static types/trees in ...paltherr2004-03-061-11/+9
* - Removed now useless isNone testpaltherr2004-03-041-1/+1
* - Added Type.NoPrefixpaltherr2004-03-041-0/+2
* - Added missing nextPhase/prevPhase around asse...paltherr2004-03-021-0/+2
* - Fixed mk*Ref methods to avoid generation of t...paltherr2004-02-291-5/+7
* - Removed duplicate SourceRepresentation.java i...paltherr2004-02-281-219/+0
* - Removed java version of files translated to s...paltherr2004-02-199-4203/+29
* - Changed Tree.Block(Tree[]) to Tree.Block(Tree...paltherr2004-02-124-53/+104