summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Completed rule .latetest-meta to invoke Gener...paltherr2003-04-141-0/+4
| | | | | | - Completed rule .latetest-meta to invoke GenerateAll Completed rule - clean to remove generate files
* - Added GenerateAll.javapaltherr2003-04-143-0/+110
| | | | | - Added AbstractMain.java
* - Added AbstractTreeExpander.javapaltherr2003-04-144-2/+134
| | | | | | - Added AbstractTreeCaseExpander.java - Added AbstractTreeMethodExpander.java
* - Added Phase.javapaltherr2003-04-148-0/+756
| | | | | | | | | | - Added Tree.java - Added TreeField.java - Added TreeKind.java - Added TreeNode.java - Added TreeSymbol.java - Added TreeType.java
* - Added AbstractJavaExpander.javapaltherr2003-04-144-0/+599
| | | | | | - Added JavaWriter.java - Added Type.java
* - Added rule fixcvspaltherr2003-04-141-0/+8
|
* - Added AbstractFileExpander.javapaltherr2003-04-144-0/+653
| | | | | | - Added TextExpander.java - Added TextWriter.java
* - Fixed TreeCopier namepaltherr2003-04-141-2/+2
|
* - Added target metapaltherr2003-04-111-0/+14
|
* - Added file meta.lstpaltherr2003-04-111-0/+6
|
* - Fixed function RUNpaltherr2003-04-111-1/+1
|
* - Removed file TreeCopier.javapaltherr2003-04-112-16/+0
|
* - Renamed class TreeCopier into AttributedTreeC...paltherr2003-04-112-74/+74
| | | | | | - Renamed class TreeCopier into AttributedTreeCopier and moved it into file SubstTransformer.java.
* - Updated lists of test filespaltherr2003-04-113-2/+11
|
* - 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.
* - Added support for PROJECT_OUTPUTDIR_LINKpaltherr2003-04-111-0/+7
|
* - Replaced foldr by foldRightpaltherr2003-04-091-1/+1
|
* - Fixed isFunctionType & toString to pretty pri...paltherr2003-04-081-1/+3
| | | | | - Fixed isFunctionType & toString to pretty print function types
* - adapted to the new names for fold and reduceschinz2003-04-081-16/+15
|
* - 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-033-225/+230
|
* *** empty log message ***Martin Odersky2003-04-0310-12/+71
|
* Wrap character literals in single quotes.mihaylov2003-04-021-0/+2
|
* - bug fix: types of class members have their ow...schinz2003-04-021-3/+6
| | | | | | - bug fix: types of class members have their own class type for "this" types
* *** empty log message ***Martin Odersky2003-04-021-0/+63
|
* *** empty log message ***Martin Odersky2003-04-021-2/+1
|
* *** empty log message ***Martin Odersky2003-04-021-2/+2
|
* - Fixed erasure of is and as applied to values ...paltherr2003-04-021-0/+1
| | | | | - Fixed erasure of is and as applied to values of type Any.
* *** empty log message ***Martin Odersky2003-04-0216-121/+151
|
* - added "object" as an equivalent to "module"schinz2003-04-021-3/+3
|
* - Added test file Course-2002-05.scalapaltherr2003-04-022-0/+208
|
* *** empty log message ***Martin Odersky2003-04-0214-62/+299
|
* *** empty log message ***Martin Odersky2003-04-012-0/+26
|
* - Adapted test files to new method List.toStringpaltherr2003-04-016-123/+123
|
* - do not add the ABSTRACT_CLASS flag anymore, a...schinz2003-04-011-6/+6
| | | | | - do not add the ABSTRACT_CLASS flag anymore, as a temporary fix
* - Fixed interpreter to catch MatchErrorpaltherr2003-04-011-0/+8
|
* *** empty log message ***Martin Odersky2003-03-313-29/+96
|
* *** empty log message ***Martin Odersky2003-03-313-47/+86
|
* - Fixed implementation of "is" to handle null v...paltherr2003-03-311-0/+1
| | | | | - Fixed implementation of "is" to handle null values
* *** empty log message ***Martin Odersky2003-03-313-3/+3
|
* - Fixed console module constructionpaltherr2003-03-311-3/+5
|
* *** empty log message ***Martin Odersky2003-03-31151-510/+809
|
* - Changed args to datepaltherr2003-03-311-1/+1
|
* - Fixed signature of toObjectArraypaltherr2003-03-281-1/+1
|
* - Fixed erasure to replace length calls on unbo...paltherr2003-03-282-6/+27
| | | | | | - Fixed erasure to replace length calls on unboxed array by primitive - calls Fixed GenJVM to optimize length primitives