summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* - Replaced SymbolFixer by a subclass of TreeClonerpaltherr2003-07-221-32/+16
|
* Some cleanupstenman2003-07-221-68/+76
|
* - Fixed code of method Thispaltherr2003-07-221-1/+2
|
* - Added a missing cast in AddInterfacespaltherr2003-07-222-29/+24
| | | | | | - Moved cast insertion code from ExpandMixins to AddInterfaces Refined - cast insertion test
* - Added method boundpaltherr2003-07-221-0/+20
|
* GBTrees added to librarystenman2003-07-221-0/+517
|
* *** empty log message ***Martin Odersky2003-07-2217-232/+533
|
* - bug fix: removed duplicate "toString" methodschinz2003-07-221-2/+0
|
* - Modified to use TreeCloner, SymbolCloner and ...paltherr2003-07-211-77/+31
| | | | | | | - Modified to use TreeCloner, SymbolCloner and TreeSymbolCloner - Reorganized phases I and II to clone all symbols in phase I. Revised - renaming and cloning strategies to avoid false renaming & shadowing.
* - Added TreeSymbolCloner.javapaltherr2003-07-211-0/+103
|
* - Added SymbolCloner.javapaltherr2003-07-211-0/+94
|
* - Added TreeCloner.javapaltherr2003-07-211-0/+78
|
* - Exchanged classes and sources in SCALA_BOOTCL...paltherr2003-07-211-1/+1
| | | | | - Exchanged classes and sources in SCALA_BOOTCLASSPATH
* Removed tabs.Matthias Zenger2003-07-215-7/+7
|
* Added some generic wrapping functionality.Matthias Zenger2003-07-218-2/+286
|
* Added a comment.Matthias Zenger2003-07-181-0/+8
|
* More refactoring.Matthias Zenger2003-07-1813-70/+79
|
* Added some comments and removed inconsistencies.Matthias Zenger2003-07-1812-87/+255
|
* - Fixed call to evaluate methodpaltherr2003-07-181-1/+1
|
* - Added flag -c to siris & suruspaltherr2003-07-183-11/+18
|
* added missing cases in getVariables !!buraq2003-07-181-0/+10
|
* - Changed logopaltherr2003-07-181-7/+6
|
* - Removed .scala_wrapperpaltherr2003-07-181-0/+338
| | | | | | - Added .scala_wrapper.tmpl - Modified Makefile to generate .scala_wrapper from .scala_wrapper.tmpl
* *** empty log message ***Martin Odersky2003-07-173-3/+470
|
* - Fixed getMainMethodType for the new Type.isSa...paltherr2003-07-171-1/+3
| | | | | - Fixed getMainMethodType for the new Type.isSameAs, Type.Equals, ...
* *** empty log message ***Martin Odersky2003-07-171-2/+3
|
* *** empty log message ***Martin Odersky2003-07-177-50/+477
|
* Error message fixstenman2003-07-171-1/+1
|
* *** empty log message ***Martin Odersky2003-07-166-57/+73
|
* fixed overly permissive parsing of TreePattern ...buraq2003-07-161-1/+4
| | | | | | fixed overly permissive parsing of TreePattern ( SimplePat Id SimplePat, op2 must not be empty sequence )
* added "isEmptySequence" methodburaq2003-07-161-0/+13
|
* *** empty log message ***michelou2003-07-161-5/+0
|
* *** empty log message ***Martin Odersky2003-07-168-89/+121
|
* indentationmichelou2003-07-161-12/+20
|
* - bug fix: fixed a bug which was introduced by ...schinz2003-07-161-5/+11
| | | | | | - bug fix: fixed a bug which was introduced by the previous commmit and which produced incorrect owners for mixed-in members