summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-08-0413-56/+59
|
* - added a hack to make sure that flags are tran...schinz2003-08-041-0/+2
| | | | | | | - added a hack to make sure that flags are transformed correctly before we check them to see if the owner of a method is an interface; this should really be cleaned by transforming flags separately from types.
* - Added support for inlining default bootclassp...paltherr2003-08-041-0/+9
| | | | | | - Added support for inlining default bootclasspath into specified bootclasspath
* *** empty log message ***Martin Odersky2003-08-0414-170/+358
|
* - Added trabsformation of <local>.this into <ow...paltherr2003-08-021-0/+9
| | | | | - Added trabsformation of <local>.this into <owner>.this
* - Changed localDummy to generate non-empty namespaltherr2003-08-022-1/+9
|
* - Added show methodspaltherr2003-07-311-7/+65
|
* *** empty log message ***Martin Odersky2003-07-317-75/+87
|
* *** empty log message ***Martin Odersky2003-07-3139-540/+593
|
* - Changed owner of STRING_PLUS_ANY from STRING ...paltherr2003-07-301-2/+2
| | | | | - Changed owner of STRING_PLUS_ANY from STRING to JAVA_STRING
* - Repolaced Tree argument of This and Super nod...paltherr2003-07-3012-112/+76
| | | | | - Repolaced Tree argument of This and Super nodes by a Name argument
* - Added TypeNamespaltherr2003-07-301-0/+15
|
* hash-consing on load, enabled per defaultburaq2003-07-304-7/+51
|
* added testNotEqualsburaq2003-07-301-0/+13
|
* - modified phase to make it compatible with sep...schinz2003-07-302-53/+73
| | | | | | | - modified phase to make it compatible with separate compilation: transformInfo now adds the outer argument to the constructor type, and this is no longer done during the tree transformation
* - Added $Id$paltherr2003-07-301-0/+2
|
* Added:cremet2003-07-307-28/+232
| | | | | | | - collecting of documentation comments. - options for scaladoc - a class to load a documentation module.
* refactoring: removed class FiniteAutom.buraq2003-07-295-161/+267
| | | | | | | | | different types, so many casts were needed. In fact, FiniteAutom is not used anywhere. now fixed. fields are migrated to subclasses DetWordAutom and NondetWordAutom, with more specific types
* - added isLabel methodschinz2003-07-291-0/+5
|
* - implemented (but didn't test because of lack ...schinz2003-07-291-10/+35
| | | | | - implemented (but didn't test because of lack of test cases) LabelDefs
* added commentsburaq2003-07-282-3/+17
|
* - bug fix: for calls to "super", use the name o...schinz2003-07-281-1/+3
| | | | | | - bug fix: for calls to "super", use the name of the super-class instead of the name of the method owner for INVOKESPECIAL
* - avoid creating several temporary variables wh...schinz2003-07-281-24/+14
| | | | | | | - avoid creating several temporary variables when more than one call to "==" appears in a single method, - prepared for output of Scala attribute containing the symbol table
* generic xml parser adapterburaq2003-07-281-0/+41
|
* "freshening" of patterns before calling algbera...buraq2003-07-282-77/+80
| | | | | | | "freshening" of patterns before calling algberaic matcher ensures than no symbol is used more than once in ValDefs
* - Changed some hasSymbol into definesSymbolpaltherr2003-07-281-3/+3
|
* - Made field of TreeGen finalpaltherr2003-07-273-61/+50
| | | | | | | | | | | - Added methods TreeGen.mkTypeParam - Added methods TreeGen.mkParam - Removed methods TreeGen.Param - Removed some methods TreeGen.ValDef - In TreeGen, inlined calls to setSymbol in calls to make.<Node> - Changed TreeGen.ValDef to return a ValDef - Removed some useless casts
* - Rewrote and reorganized several parts.paltherr2003-07-272-313/+330
| | | | | | - Fixed some bugs (missing clones, wrong owners, missing sharing (param symbols), this types, new of mixed in mixin, ...).
* - Made field Entry.owner finalpaltherr2003-07-271-2/+13
| | | | | - Added method cloneScope
* - Removed useless call clazz.info()paltherr2003-07-271-1/+0
|
* - Added method cloneArraypaltherr2003-07-273-0/+21
|
* - Fixed makeClass to reuse the class template s...paltherr2003-07-261-1/+3
| | | | | - Fixed makeClass to reuse the class template symbol
* - Added method cloneTypeNoSubstpaltherr2003-07-261-0/+24
|
* - Fixed typopaltherr2003-07-261-1/+1
|
* - Added methods getSymbols and getTypespaltherr2003-07-261-1/+34
| | | | | | | - Added some assertions in insertion methods - Added case ThisType in method apply - Removed TODO PolyType in method apply
* - Added ForwardingMap.javapaltherr2003-07-261-0/+97
|
* - Added methods cloneSymbolspaltherr2003-07-261-1/+14
| | | | | - Fixed a typo in a description
* - Added method New(pos,Tree)paltherr2003-07-261-18/+53
| | | | | - Added methods ClassDef with local symbol
* - Added contructor with SymbolSubstTypeMappaltherr2003-07-261-0/+6
|
* - Added method traverse(Unit[])paltherr2003-07-261-0/+4
|
* - added line numbers to generated class filesschinz2003-07-251-1/+33
|
* - changed to use the Primitives wherever possiblemihaylov2003-07-242-269/+424
| | | | | | - implemented the proper semantics of == and != - many additional bugfixes and adjustments
* - simplified the code to update the class' typeschinz2003-07-241-7/+3
|
* - bug fix: do not remove members which do not g...schinz2003-07-241-1/+1
| | | | | | - bug fix: do not remove members which do not go in the interface from the class
* - do not put abstract methods in classesschinz2003-07-232-6/+3
|
* - renamed son of Super from "tpe" to "qualifier"schinz2003-07-232-3/+3
|
* - print the qualifier of "super" as a real qual...schinz2003-07-231-12/+5
| | | | | - print the qualifier of "super" as a real qualifier
* - bug fix: clear the PARAM flag of mixin constr...schinz2003-07-231-0/+1
| | | | | | - bug fix: clear the PARAM flag of mixin constructor arguments which get turned into values
* - implemented qualifier "super" references by a...schinz2003-07-231-42/+102
| | | | | | - implemented qualifier "super" references by adding forwarding methods in outer classes when needed
* - Replaced subclass of TreeCloner by SuperFixerpaltherr2003-07-231-13/+21
|