summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* scala version of test reg traverserburaq2003-10-071-0/+45
|
* Made an error message more precise.Matthias Zenger2003-10-071-1/+1
|
* Fixed bug which prevented empty files from bein...Matthias Zenger2003-10-071-12/+16
| | | | | Fixed bug which prevented empty files from being read.
* - Added currentPhase modificationpaltherr2003-10-071-0/+4
|
* - Added code to does method lookups for interfa...paltherr2003-10-071-0/+4
| | | | | - Added code to does method lookups for interface methods
* - Added a version of overridingSymbolfor phases...paltherr2003-10-071-3/+11
| | | | | - Added a version of overridingSymbolfor phases after Erasure
* - Simplified codepaltherr2003-10-071-1/+1
|
* fixed bug133, refactored code ignoreValue,Null ...buraq2003-10-066-90/+33
| | | | | | fixed bug133, refactored code ignoreValue,Null to calls to TreeGen.mkDefaultValue
* - Added code in AsSeenFrom.apply to unalias reb...paltherr2003-10-061-1/+3
| | | | | - Added code in AsSeenFrom.apply to unalias rebound types
* - Added outer type links to rebound abstract typespaltherr2003-10-061-4/+10
|
* *** empty log message ***paltherr2003-10-061-4/+2
|
* - Reverted changes done to toPrefixpaltherr2003-10-061-3/+8
| | | | | - Fixed prefix computation in AsSeenFrom.apply
* - Added special case for TARGET_INT in genNewArraypaltherr2003-10-061-0/+5
|
* - Changed uniqueName to use Symbol.fullname()paltherr2003-10-061-14/+2
|
* - Replaced name length test by Names.ROOT equal...paltherr2003-10-061-1/+1
| | | | | - Replaced name length test by Names.ROOT equality test
* - Changed name of ROOT to "<root>"paltherr2003-10-062-5/+1
| | | | | - Removed special cases for ROOT in SymbolTablePrinter
* - Replaced test of name length by call to isRootpaltherr2003-10-061-1/+11
| | | | | - Added methods is isTypeAlias & isAbstractType
* - Replaced test of name length by call to isRootpaltherr2003-10-061-3/+2
|
* - Added special case for Rootpaltherr2003-10-061-1/+1
|
* - Added name ROOTpaltherr2003-10-061-0/+1
|
* fixed hash-consingburaq2003-10-033-3/+7
|
* Added more options.Matthias Zenger2003-10-031-4/+13
|
* - Minor modifications.cremet2003-10-031-11/+11
|
* removed java collection classes, using only sca...buraq2003-10-033-135/+118
| | | | | removed java collection classes, using only scala collection classes now
* removed java adapter classes for map,hashmap, ...buraq2003-10-035-101/+106
| | | | | | removed java adapter classes for map,hashmap, using scala collection classes instead
* *** empty log message ***Matthias Zenger2003-10-033-32/+258
|
* - Improved class descriptionpaltherr2003-10-031-1/+6
|
* - Now the type of a guarded process contains th...cremet2003-10-031-188/+20
| | | | | | | | - Now the type of a guarded process contains the result type of its continuation. All guarded processes in a choice must have the same type. The result type of a choice is now the common type of the continuations of all its guarded processes.
* - Fixed AsSeenFrom for rebound nested classes w...paltherr2003-10-031-0/+11
| | | | | - Fixed AsSeenFrom for rebound nested classes with outer type params
* - Added new methodsMatthias Zenger2003-10-034-29/+74
| | | | | - Bug fixes
* commentsburaq2003-10-021-6/+13
|
* moved methods for constructing Cons and Nil fro...buraq2003-10-024-93/+87
| | | | | moved methods for constructing Cons and Nil from codefactory to TreeGen
* moved methods for constructing Cons and Nil to ...buraq2003-10-021-4/+5
| | | | | moved methods for constructing Cons and Nil to TreeGen
* added methods for constructing Cons and Nilburaq2003-10-021-2/+24
|
* - added RUNTIME_CLASSES in classpath for dtd2sc...michelou2003-10-021-1/+3
| | | | | - added RUNTIME_CLASSES in classpath for dtd2scala and scalap
* using escaping of sequences in constructor call...buraq2003-10-021-5/+5
| | | | | | | using escaping of sequences in constructor call instead of setChildren Elem( x:_* )
* removed setChildren, 1st step to make elements ...buraq2003-10-021-1/+0
| | | | | removed setChildren, 1st step to make elements immutable
* - Fixed call to overriddenSymbolpaltherr2003-10-021-1/+1
|
* - Fixed overriddenSymbol for phases after erasurepaltherr2003-10-021-3/+10
|
* - Added a constructor to AbsTypeSymbolspaltherr2003-10-024-31/+35
| | | | | | - Changed ExplicitOuter to replace all TypeRefs prefixes by - localThisTypes. Adapted ExpandMixins and Type to the new TypeRefs
* fixed bug that appeared with constructors that ...buraq2003-10-011-4/+27
| | | | | fixed bug that appeared with constructors that take A* parameters
* More Erlang like processes.stenman2003-10-012-0/+93
|
* initial - a ant task for scala written in javaburaq2003-09-302-0/+228
|
* - Modified method proxy to compare enclFun of o...paltherr2003-09-301-4/+4
| | | | | | - Modified method proxy to compare enclFun of owners instead of owners directly. This solves bug 167.
* *** empty log message ***cremet2003-09-301-6/+5
|
* - Minor simplification.cremet2003-09-301-9/+6
|
* helper classes for pattern matching on arrays a...buraq2003-09-302-0/+65
| | | | | helper classes for pattern matching on arrays and strings
* - Replaced usage of ANY_TYPE by ANY_CLASSpaltherr2003-09-302-2/+2
|
* - bug fix (#120): make sure that mixin's constr...schinz2003-09-301-10/+15
| | | | | | - bug fix (#120): make sure that mixin's constructor arguments and bodies are evaluated left to right.
* dtd2scala reimplemented in scalaburaq2003-09-304-0/+603
|