summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* - rewrote the phase creation processpaltherr2003-08-1836-640/+799
| | | | | - replace PhaseRepository by CompilerPhases
* *** empty log message ***Martin Odersky2003-08-151-1/+1
|
* - Removed SubstTransformer.javapaltherr2003-08-151-320/+0
|
* - Replaced use of AttributedTreeCopier by Trans...paltherr2003-08-151-4/+18
| | | | | - Replaced use of AttributedTreeCopier by Transformer
* - Replaced use of SubstTransformer by TreeClonerpaltherr2003-08-151-2/+1
|
* - Added IdMappaltherr2003-08-151-0/+10
|
* - updated to the new flavour of Super nodeschinz2003-08-151-2/+2
|
* *** empty log message ***Martin Odersky2003-08-1514-69/+59
|
* Hiding in/outstenman2003-08-151-27/+41
|
* Added more doc-comments.Matthias Zenger2003-08-152-5/+73
|
* Added a new function for quickly creating itera...Matthias Zenger2003-08-151-0/+2
| | | | | | Added a new function for quickly creating iterators over statically fixed sequences of elements.
* *** empty log message ***Martin Odersky2003-08-153-32/+67
|
* - removed StackedMap, which isn't used anymoreschinz2003-08-151-47/+0
|
* *** empty log message ***Martin Odersky2003-08-141-26/+28
|
* *** empty log message ***Martin Odersky2003-08-1430-347/+464
|
* - Added code to fix result type of lifted prima...paltherr2003-08-141-1/+4
| | | | | - Added code to fix result type of lifted primary constructors
* - Use nextInfo of constr (this was lost by last...paltherr2003-08-141-1/+1
| | | | | - Use nextInfo of constr (this was lost by last change)
* - Fixed typopaltherr2003-08-141-3/+3
|
* - Implemented scala-infopaltherr2003-08-141-41/+170
| | | | | - Removed some local variables
* - added documentation for the new methodsschinz2003-08-131-3/+81
|
* *** empty log message ***Martin Odersky2003-08-131-0/+1
|
* *** empty log message ***Martin Odersky2003-08-133-7/+11
|
* *** empty log message ***Martin Odersky2003-08-131-2/+30
|
* - Removed now useless switchpaltherr2003-08-131-10/+1
|
* *** empty log message ***Martin Odersky2003-08-133-39/+17
|
* *** empty log message ***Martin Odersky2003-08-121-3/+3
|
* *** empty log message ***Martin Odersky2003-08-128-46/+81
|
* toString method now returns "Stack(..)"michelou2003-08-121-1/+5
|
* - implemented referential equality (x eq y)schinz2003-08-121-3/+7
|
* - bug fix: emit a GOTO for an Apply node referi...schinz2003-08-121-0/+2
| | | | | | - bug fix: emit a GOTO for an Apply node refering to a LabelDef, and declare generated type as VOID
* - Added primitive ID (Any.eq)paltherr2003-08-122-0/+2
|
* *** empty log message ***Martin Odersky2003-08-119-27/+53
|
* - Removed printing of stack traces if not in de...paltherr2003-08-117-13/+15
| | | | | - Removed printing of stack traces if not in debug mode
* - Fixed typopaltherr2003-08-111-2/+2
|
* - Added new command namespaltherr2003-08-111-4/+14
|
* Fixed bug in hash table resizing method.Matthias Zenger2003-08-103-20/+17
|
* - Renamed log(Object[]) and show(Object[]) into...paltherr2003-08-081-19/+19
| | | | | - Renamed log(Object[]) and show(Object[]) into logAll and showAll
* - Changed interpreter to handle preloaded symbolspaltherr2003-08-084-19/+42
|
* - Removed condition owner.isPackage() from isPr...paltherr2003-08-081-1/+1
| | | | | - Removed condition owner.isPackage() from isPreloaded
* - Replaced NOPOS by FIRSTPOS or other non zero ...paltherr2003-08-0812-77/+80
| | | | | - Replaced NOPOS by FIRSTPOS or other non zero position
* Renamed ambiguous method.Matthias Zenger2003-08-082-2/+2
|
* Removed tabs to make the emacs people happy.Matthias Zenger2003-08-0814-141/+175
|
* Added support for structural equality in mutabl...Matthias Zenger2003-08-0811-121/+317
| | | | | | Added support for structural equality in mutable data structures. Added documentation. Cleaned up code.
* - quick hack: make sure that the correct code i...schinz2003-08-081-1/+5
| | | | | | | - quick hack: make sure that the correct code is generated for calls to "super" even if the symbol of the method is not correct (ExpandMixins should be fixed, but this is not trivial right now)
* - bug fix: before replacing the symbol for a ca...schinz2003-08-081-1/+1
| | | | | | - bug fix: before replacing the symbol for a call to "super", check that is really exists
* - Added printing of causepaltherr2003-08-082-8/+25
| | | | | - Added some flushes
* - Removed field cause (using super.cause instead)paltherr2003-08-081-29/+1
|
* - Enhanced exception trace computationpaltherr2003-08-081-16/+14
|
* - fixed to pass compilationpaltherr2003-08-072-10/+21
|
* - changed is and as into isInstanceOf and asIns...paltherr2003-08-073-5/+5
| | | | | - changed is and as into isInstanceOf and asInstanceOf