summaryrefslogtreecommitdiff
path: root/sources/scalac
Commit message (Collapse)AuthorAgeFilesLines
* - Removed commented out codepaltherr2003-05-061-13/+0
|
* - Added method containspaltherr2003-05-061-0/+30
| | | | | | | - Added second method iterator - Added assert in method enter to prevent entering two symbols with the same name
* - Replaced calls to hasSymbol by calls to defin...paltherr2003-05-061-6/+6
| | | | | | | - Replaced calls to hasSymbol by calls to definesSymbols Replaced calls - to enter by calls to enterOrOverload Changed type used to check if - members need to be added
* - Fixed code that avoids private methodspaltherr2003-05-061-1/+1
|
* - Replaced a call an enter by an enterOrOverloadpaltherr2003-05-061-1/+1
|
* - Changed setOwner to automatically update the ...paltherr2003-05-054-8/+15
| | | | | | - Changed setOwner to automatically update the owner of the associated class (for modules) and constructor (for classes).
* - Removed the break that caused a warningpaltherr2003-05-051-1/+0
|
* *** empty log message ***Martin Odersky2003-05-0115-281/+53
|
* - Changed LabelDef to have an array of Idents i...paltherr2003-04-301-1/+1
| | | | | | - Changed LabelDef to have an array of Idents instead of an array of Trees
* *** empty log message ***Martin Odersky2003-04-304-14/+20
|
* *** empty log message ***Martin Odersky2003-04-3021-104/+376
|
* - Added methods which take a symbol in TreeFact...paltherr2003-04-3013-152/+134
| | | | | - Added methods which take a symbol in TreeFactories and TreeCopiers.
* - Added an import for Symbolpaltherr2003-04-241-0/+1
|
* - Fixed transformation of patterns of nullary c...paltherr2003-04-231-2/+2
| | | | | - Fixed transformation of patterns of nullary constructors
* - Replaced Name.fromString("<error>") by Name.E...paltherr2003-04-231-1/+1
| | | | | - Replaced Name.fromString("<error>") by Name.ERROR
* - added GenMSIL phasemihaylov2003-04-162-13/+3
| | | | | | - removed all references (albeit commented out) to the obsoleted GenJava phase
* *** empty log message ***Martin Odersky2003-04-167-24/+52
|
* - set the trees of the supertypes to be the ol...mihaylov2003-04-161-1/+1
| | | | | - set the trees of the supertypes to be the old supertype trees
* - Added a commentpaltherr2003-04-161-0/+1
|
* - Changed LazyTreeCopier to used a copier inste...paltherr2003-04-161-2/+7
| | | | | - Changed LazyTreeCopier to used a copier instead of a factory
* - Enabled tree node checkspaltherr2003-04-161-0/+1
|
* - Added constant instancepaltherr2003-04-161-0/+10
| | | | | - Added method checkNode
* - Fixed phase id testpaltherr2003-04-161-1/+1
|
* - Added constants START_PHASE_IDpaltherr2003-04-161-0/+2
|
* - Added automatic generation of CheckTreeNodespaltherr2003-04-152-0/+31
|
* - Added cvsignorepaltherr2003-04-151-0/+0
|
* - Added automatic generation of Treepaltherr2003-04-153-921/+177
|
* - Added automatic generation of Traverserpaltherr2003-04-155-611/+120
| | | | | - Added automatic generation of Transformer
* - Removed file AbstractTreeCopyFactory.javapaltherr2003-04-151-30/+0
|
* - Moved code of method TCF.attribute to method ...paltherr2003-04-151-37/+17
| | | | | | - Moved code of method TCF.attribute to method transform Removed class - TCF
* - Added automatic generation of TreeCopier.javapaltherr2003-04-147-908/+100
| | | | | | - Added automatic generation of LazyTreeCopier.java Added automatic - generation of StrictTreeCopier.java
* - Renamed TreeCopyFactory in TreeCopierpaltherr2003-04-148-20/+20
| | | | | | | - Renamed AbstractTreeCopyFactory in AbstractTreeCopier Renamed - LazyTreeFactory in LazyTreeCopier Renamed StrictTreeFactory in - StrictTreeCopier
* - Added .cvsignorepaltherr2003-04-141-0/+2
| | | | | | - Ignored DefaultTreeFactory.java - Ignored TreeFactory.java
* - Added automatic generation of DefaultTreeFact...paltherr2003-04-142-444/+0
| | | | | | - Added automatic generation of DefaultTreeFactory.java Added automatic - generation of TreeFactory.java
* - Added DefaultTreeFactory.java.tmplpaltherr2003-04-142-0/+44
| | | | | - Added TreeFactory.java.tmpl
* - Renamed TreeCreator into DefaultTreeFactorypaltherr2003-04-142-2/+2
|
* - Fixed TreeCopier namepaltherr2003-04-141-2/+2
|
* - Removed file TreeCopier.javapaltherr2003-04-111-15/+0
|
* - Renamed class TreeCopier into AttributedTreeC...paltherr2003-04-112-74/+74
| | | | | | - Renamed class TreeCopier into AttributedTreeCopier and moved it into file SubstTransformer.java.
* - as a temporary fix, changed definesSymbol in ...schinz2003-04-111-1/+1
| | | | | | - as a temporary fix, changed definesSymbol in ExtTemplate to always return false.
* - Moved EMPTY_ARRAY constant from Ext classes t...paltherr2003-04-115-18/+16
| | | | | - Moved EMPTY_ARRAY constant from Ext classes to class Tree.
* - Fixed isFunctionType & toString to pretty pri...paltherr2003-04-081-1/+3
| | | | | - Fixed isFunctionType & toString to pretty print function types
* - Fixed Symbol.defString to place the ":" at th...paltherr2003-04-073-123/+50
| | | | | | | | - Fixed Symbol.defString to place the ":" at the right place. - Added method Type.defString needed by Symbol.defString. - Changed the interpreter to use Symbol.defString & Type.toString to print symbols and types.
* *** empty log message ***Martin Odersky2003-04-071-3/+10
|
* - Changed method append to use type.toStringpaltherr2003-04-071-0/+3
|
* - Removed obsolete constructorpaltherr2003-04-042-15/+6
|
* - re-fixed the previous bug, in a cleaner and m...schinz2003-04-031-2/+6
| | | | | - re-fixed the previous bug, in a cleaner and more general way
* *** empty log message ***Martin Odersky2003-04-031-3/+0
|
* *** empty log message ***Martin Odersky2003-04-032-12/+29
|
* Wrap character literals in single quotes.mihaylov2003-04-021-0/+2
|