summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Martin Odersky2003-04-304-14/+20
|
* *** empty log message ***Martin Odersky2003-04-3037-123/+567
|
* - Added META_SOURCES to PROJECT_SOURCESpaltherr2003-04-301-0/+1
|
* - Added methods which take a symbol in TreeFact...paltherr2003-04-3030-406/+572
| | | | | - 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
* - Added checking of linked fieldspaltherr2003-04-231-0/+17
|
* - Added automatic update of linked tree fieldspaltherr2003-04-231-2/+21
| | | | | - Fixed method isType (case Ident and case Select)
* - Added information about linked tree fieldspaltherr2003-04-233-15/+33
|
* - Added TreeFieldLink.javapaltherr2003-04-232-0/+55
|
* - Replaced Name.fromString("<error>") by Name.E...paltherr2003-04-231-1/+1
| | | | | - Replaced Name.fromString("<error>") by Name.ERROR
* - Removed redundant testpaltherr2003-04-221-2/+1
|
* - Fixed some small bugspaltherr2003-04-221-3/+3
|
* - added GenMSIL phasemihaylov2003-04-162-13/+3
| | | | | | - removed all references (albeit commented out) to the obsoleted GenJava phase
* - Ignored .generatedpaltherr2003-04-161-0/+1
|
* - Added MetaTuplepaltherr2003-04-161-0/+1
|
* - Updated rules to build Tuple filespaltherr2003-04-161-5/+4
|
* - Added automatic generation of Tuplepaltherr2003-04-161-0/+9
|
* - Added method toStringpaltherr2003-04-162-1/+10
|
* - Removed Function.scmpaltherr2003-04-161-47/+0
|
* - Fixed generated codepaltherr2003-04-161-4/+4
|
* - Fixed generated codepaltherr2003-04-161-2/+2
|
* - Added Tuple expander and templatepaltherr2003-04-162-0/+64
|
* - Added AbstractScalaExpanderpaltherr2003-04-162-0/+46
|
* - Removed Function.tmplpaltherr2003-04-161-21/+0
|
* - Added rule fastcleanpaltherr2003-04-161-9/+7
|
* *** empty log message ***Martin Odersky2003-04-1610-76/+1530
|
* - Added automatic generation of FunctionXpaltherr2003-04-162-11/+35
| | | | | - Fixed makefile rules related to automatic file generation
* - Added MetaFunctionpaltherr2003-04-161-0/+2
|
* - Added Function expander and templatepaltherr2003-04-162-0/+76
|
* - Changed value returned by getTargetBaseNamepaltherr2003-04-161-2/+2
|
* - 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-162-10/+12
| | | | | - Changed LazyTreeCopier to used a copier instead of a factory
* - Fixed Makefile to generate files also when th...paltherr2003-04-161-2/+4
| | | | | - Fixed Makefile to generate files also when the emplate changes
* - Enabled tree node checkspaltherr2003-04-162-1/+2
|
* - 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 CheckTreeNodespaltherr2003-04-151-1/+2
|
* - Added automatic generation of CheckTreeNodespaltherr2003-04-153-0/+32
|
* - Added cvsignorepaltherr2003-04-151-0/+0
|
* - Fixed packagepaltherr2003-04-151-2/+5
| | | | | - Removed returned value from generated return statements
* - Added MetaCheckTreeNodes.javapaltherr2003-04-152-0/+140
|
* - Added automatic generation of Treepaltherr2003-04-154-921/+178
|
* - Added automatic generation of Traverserpaltherr2003-04-156-611/+122
| | | | | - Added automatic generation of Transformer
* - Removed file AbstractTreeCopyFactory.javapaltherr2003-04-152-31/+0
|
* - Added functions abspaltherr2003-04-151-0/+5
|
* - 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-149-911/+107
| | | | | | - Added automatic generation of LazyTreeCopier.java Added automatic - generation of StrictTreeCopier.java