summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-07-0417-242/+228
|
* - Added a call to unalias in the definition of ...paltherr2003-07-043-45/+46
| | | | | | | - Added a call to unalias in the definition of Definitions.ANYREF_TYPE - Fixed computation of new supertypes in AddInterfacesPhase Adapted - method GenJVM.enterClass
* collect variables from patternsburaq2003-07-042-0/+96
|
* Stephane please do not delete commented lines, ...buraq2003-07-041-0/+5
| | | | | Stephane please do not delete commented lines, I need them
* corrected list for transformer/matching/*michelou2003-07-041-15/+10
|
* changed code for sequence matching, not yet ope...buraq2003-07-034-16/+203
| | | | | changed code for sequence matching, not yet operational
* code for sequence matching, not yet operationalburaq2003-07-031-6/+4
|
* sourcefiles 4 pattern matchingburaq2003-07-031-0/+4
|
* - Added method updateMemberInfo.paltherr2003-07-031-6/+11
| | | | | | | - Changed deepCloneSymbol to use it. - Fixed getClassSymbol to also update the info of members that are moved (not cloned) into the class.
* - Fixed transformInfo to use the correct type a...paltherr2003-07-031-5/+13
| | | | | | - Fixed transformInfo to use the correct type arguments in base types of classes that don't need an interface.
* - Changed method parseType to unalias the type ...paltherr2003-07-031-2/+2
| | | | | | - Changed method parseType to unalias the type it returns (needed for example to get rid of scala.AnyRef types).
* - Fixed method readClassType: it wrongly replac...paltherr2003-07-031-4/+1
| | | | | | - Fixed method readClassType: it wrongly replaced java.lang.Object by scala.AnyRef.
* import of DTDsburaq2003-07-024-44/+52
|
* pizzadoc experimentburaq2003-07-021-1/+16
|
* some names for sequence and iterator handlingburaq2003-07-021-0/+5
|
* cleaned up constructorburaq2003-07-022-53/+25
|
* - Fixed to not set symbol if the source tree's ...paltherr2003-07-021-2/+4
| | | | | - Fixed to not set symbol if the source tree's symbol is null
* The definition of put in Maps was broken.Matthias Zenger2003-07-024-28/+4
| | | | | since there is no correct definition of this former function.
* Added a new apply method to each phase which al...Matthias Zenger2003-07-0216-196/+278
| | | | | | | | Added a new apply method to each phase which allows to apply only a single compilation unit. For some phases this might probably not work as it is right now. At some stage, these phases have to be adapted accordingly.
* removed tabsmichelou2003-07-022-14/+21
|
* *** empty log message ***Matthias Zenger2003-07-015-0/+274
|
* Refactored code and added a few bits and pieces...Matthias Zenger2003-07-0112-64/+42
| | | | | Refactored code and added a few bits and pieces here and there.
* - cleaned up tabsmichelou2003-06-301-93/+89
| | | | | - corrected EBNF productions inside comments
* 2 keyword swaps in initKeywordsmichelou2003-06-301-7/+11
|
* - bug fix: make sure that the types of mixed-in...schinz2003-06-271-7/+7
| | | | | | - bug fix: make sure that the types of mixed-in things are correct, i.e. seen from the host class (thanks to Matthias for suggesting this fix)
* - removed thisTypeMap, which is superseded by u...schinz2003-06-271-17/+21
| | | | | | - removed thisTypeMap, which is superseded by userTypeMap, added a way - to set a type map.
* It seems like the compiler cannot handle "null"...Matthias Zenger2003-06-271-1/+1
| | | | | | It seems like the compiler cannot handle "null" properly... I changed it to an error.
* Did some refactoring.Matthias Zenger2003-06-2710-28/+36
|
* removed tabsmichelou2003-06-271-3/+6
|
* - modified debug messages (Philippe did that ac...schinz2003-06-271-3/+3
| | | | | - modified debug messages (Philippe did that actually)
* - bug fix: substitute ThisTypes when importing ...schinz2003-06-271-3/+8
| | | | | - bug fix: substitute ThisTypes when importing mixins
* - added a way to substitute ThisTypes during tr...schinz2003-06-271-5/+31
| | | | | - added a way to substitute ThisTypes during tree copy
* - replaced uses of ThisTypeMap (now dead) by Ty...schinz2003-06-272-27/+4
| | | | | - replaced uses of ThisTypeMap (now dead) by Type.SubstThisMap
* - made SubstThisMap constructor public, and add...schinz2003-06-271-1/+4
| | | | | | - made SubstThisMap constructor public, and added a second constructor taking two symbols, instead of one symbol and one type
* - Set elimination phase of tree node ModuleDefpaltherr2003-06-271-1/+1
|
* - moved the initialization of the class-paramet...mihaylov2003-06-261-25/+34
| | | | | | | | - moved the initialization of the class-parameter fields before the call to the super constructor (fixes bug No 17) - changed the initialization of the ValDef fields to refer to their fully qualified name (Select), rather than just the identifier (Ident)
* - bug fix: comparison with boolean literals now...schinz2003-06-251-0/+2
| | | | | - bug fix: comparison with boolean literals now work
* - bug fix: normalize ThisTypes during erasureschinz2003-06-251-2/+1
|
* removed tabsmichelou2003-06-251-10/+13
|
* Support files for the Publish/Subscriber mechan...Matthias Zenger2003-06-259-0/+181
| | | | | | | | Support files for the Publish/Subscriber mechanism; this set of files implements, in particular, a rollback mechanism for any collection type. The mechanism is designed that it can consistently reset a whole set of containers to a consistent state.
* Included a generic Subject/Observer implementat...Matthias Zenger2003-06-253-0/+89
| | | | | Included a generic Subject/Observer implementation.
* *** empty log message ***Martin Odersky2003-06-251-1/+1
|
* - bug fix: stupid typo leading to ClassCastExce...schinz2003-06-251-1/+8
| | | | | | - bug fix: stupid typo leading to ClassCastException added a toString - method for debugging
* - bug fix: use correct symbols for things which...schinz2003-06-251-1/+3
| | | | | | - bug fix: use correct symbols for things which are accessed through "this" when they are mixed-in
* *** empty log message ***Martin Odersky2003-06-2414-27/+23
|
* *** empty log message ***Martin Odersky2003-06-2415-902/+1102
|
* - Moved interpreter-specific code out of class ...paltherr2003-06-242-16/+26
| | | | | - Moved interpreter-specific code out of class SymbolTablePrinter
* moved map, hashmap to other dirburaq2003-06-241-2/+2
|
* attributesburaq2003-06-241-0/+55
|
* representation of xml textburaq2003-06-241-0/+17
|