summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some smaller typographic bugs.Matthias Zenger2003-08-215-19/+171
|
* *** empty log message ***Martin Odersky2003-08-212-2/+32
|
* *** empty log message ***Martin Odersky2003-08-212-4/+12
|
* *** empty log message ***Martin Odersky2003-08-219-20/+23
|
* *** empty log message ***Martin Odersky2003-08-211-0/+4887
|
* *** empty log message ***Martin Odersky2003-08-2114-88/+108
|
* *** empty log message ***michelou2003-08-203-0/+679
|
* removed Html and Page classesmichelou2003-08-201-2/+2
|
* added Attr, HTMLPrinter and XHTMLPrinter classesmichelou2003-08-201-0/+3
|
* commented out test case with Stack (no more <: ...michelou2003-08-201-3/+3
| | | | | commented out test case with Stack (no more <: StructuralEquality)
* *** empty log message ***michelou2003-08-201-2/+0
|
* Forgot one compiler.lststenman2003-08-201-0/+1
|
* TailCall optimization for jvm.stenman2003-08-202-2/+37
|
* TailCall optimization for jvm.stenman2003-08-206-2/+385
|
* Removed the structural equality trait.Matthias Zenger2003-08-192-8/+30
|
* - Changed freeze to never skip phases INITIAL a...paltherr2003-08-191-2/+8
| | | | | - Changed freeze to never skip phases INITIAL and TERMINAL
* *** empty log message ***Matthias Zenger2003-08-182-0/+5728
|
* - Removed constant Global.POST_ANALYZER_PHASE_ID.paltherr2003-08-187-39/+42
| | | | | | | | | | - Removed constant Symbol.FIRST_ID. - Added method Symbol.setFirstInfo(Type). - Added method Symbol.rawFirstInfo(). - Renamed Symbol.setInfo(Type,int) into Symbol.setInfoAt(Type,int). - Made Symbol.setInfoAt(Type,int) and Symbol.rawInfoAt(int) private. - Changed Symbol.currentPhaseId() to always return id of current phase.
* - Removed unused constant START_PHASE_IDpaltherr2003-08-181-2/+0
|
* - Removed unused field phaseIdpaltherr2003-08-181-2/+0
|
* - Fixed Traverser.apply(Unit[])paltherr2003-08-181-1/+1
|
* - made some makefile scripts a bit more robust ...paltherr2003-08-187-11/+11
| | | | | | - made some makefile scripts a bit more robust to filenames containing - $s reenabled generation of scala documentation
* - rewrote the phase creation processpaltherr2003-08-1837-642/+802
| | | | | - replace PhaseRepository by CompilerPhases
* *** empty log message ***michelou2003-08-182-3/+2
|
* *** empty log message ***michelou2003-08-182-0/+58
|
* *** empty log message ***Martin Odersky2003-08-154-265/+292
|
* - Removed SubstTransformer.javapaltherr2003-08-152-321/+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-1524-111/+91
|
* Hiding in/outstenman2003-08-152-28/+45
|
* 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-154-38/+75
|
* - removed StackedMap, which isn't used anymoreschinz2003-08-152-48/+0
|
* *** empty log message ***Martin Odersky2003-08-141-26/+28
|
* *** empty log message ***Martin Odersky2003-08-1431-499/+752
|
* - 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
|
* - Fixed file list computationpaltherr2003-08-141-3/+3
|
* - correctly highlight variance and bounds in ty...schinz2003-08-141-37/+61
| | | | | | | | - correctly highlight variance and bounds in type parameters, and repetitive value parameters (e.g. int*), - adapted to the new keywords, - added binding for comment-region on C-c C-c, - defined macro scala-when-looking-at and used it in several places.
* - 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
|