summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - 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-031-3/+0
|
* *** empty log message ***Martin Odersky2003-04-032-12/+29
|
* 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-0214-117/+147
|
* *** empty log message ***Martin Odersky2003-04-0210-58/+245
|
* - 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-311-1/+1
|
* - Fixed console module constructionpaltherr2003-03-311-3/+5
|
* *** empty log message ***Martin Odersky2003-03-3134-254/+414
|
* - 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
* - Added method boundpaltherr2003-03-281-6/+22
| | | | | - Changed the erasure of some array types
* - Fixed method copyToArraypaltherr2003-03-281-3/+3
|
* - Added array length primitivespaltherr2003-03-283-18/+128
|
* - bug fix: do not load private methods of Java ...schinz2003-03-281-1/+2
| | | | | | | - bug fix: do not load private methods of Java classes, because they restrict the visibility of overloaded methods in a bad way - removed trailing whitespace
* - Removed $console$* from siris-printed typespaltherr2003-03-241-1/+3
|
* - Fixed method updateInfopaltherr2003-03-241-6/+4
|
* - Removed class SymbolWriterpaltherr2003-03-243-61/+3
|
* - bug fix: moved outerMap to the phase (descrip...schinz2003-03-242-1/+6
| | | | | | - bug fix: moved outerMap to the phase (descriptor) so that it is preserved during recompilations
* - Suppressed compiler warningpaltherr2003-03-241-4/+2
|
* - Removed java-backend (jaco) specific stuffpaltherr2003-03-244-16/+2
|
* - Replaced name equality tests by symbol equali...paltherr2003-03-241-19/+13
| | | | | - Replaced name equality tests by symbol equality test
* - renamed JVMGenerator to GenJVM, to match file...schinz2003-03-242-3/+3
| | | | | - renamed JVMGenerator to GenJVM, to match file name.
* - Optimized method value2TypeName into method v...paltherr2003-03-241-9/+9
| | | | | - Optimized method value2TypeName into method value2Type
* - Removed fields True & False in class scala.Bo...paltherr2003-03-2412-115/+36
| | | | | - Removed fields True & False in class scala.Boolean
* - Fixed method namepaltherr2003-03-241-4/+2
| | | | | - Simplified method apply()
* - Removed field globalpaltherr2003-03-241-2/+0
|
* - Removed class Phase.paltherr2003-03-2130-154/+98
| | | | | | - Removed argument descr in constructors of the class Transformer and of its subclasses.
* - Removed method createPhase in class PhaseDesc...paltherr2003-03-2117-99/+57
| | | | | | | - Removed method createPhase in class PhaseDescriptor Made method apply - abstract in class PhaseDescriptor Implemented method apply in all - subclasses of class PhaseDescriptor
* *** empty log message ***Martin Odersky2003-03-216-26/+18
|
* - bug fix: properly handle overloaded values in...schinz2003-03-211-1/+2
| | | | | - bug fix: properly handle overloaded values in classes