summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Changed as into asInstanceOfpaltherr2003-08-252-9/+9
| | | | | - Changed is into isInstanceOf
* - Fixed typo in variable namepaltherr2003-08-251-1/+1
|
* - modified javadoc commentsmichelou2003-08-2512-319/+469
|
* - Scala and Java classes now belong to differen...michelou2003-08-251-54/+428
| | | | | - Scala and Java classes now belong to different color groups
* *** empty log message ***mihaylov2003-08-252-46/+38
|
* - bug fix: correctly highlight identifier start...schinz2003-08-251-3/+3
| | | | | | - bug fix: correctly highlight identifier starting with "class" or "extends", - changed the URL for the Scala page
* - extract information solely from symbols - doe...mihaylov2003-08-221-107/+197
| | | | | | | | - extract information solely from symbols - doesn't traverse the tree - creates abstract method definitions for classes that do not implement certain interface methods (required by the .NET CLR) - minor code cleanups
* *** empty log message ***michelou2003-08-221-32/+77
|
* - Removed verbfilter stuffpaltherr2003-08-221-6/+7
| | | | | - Added clean target
* - Changed default.distclean to reuuire clean in...paltherr2003-08-221-1/+1
| | | | | - Changed default.distclean to reuuire clean instead of default.clean
* - handle multiple constructorsschinz2003-08-221-17/+18
| | | | | - reformatted come code, removed dead (commented-out) code
* - handle multiple constructorsschinz2003-08-221-1/+2
|
* Fixed bibliography error.Matthias Zenger2003-08-221-5/+2
|
* - removed obsolete files (which were renamed)schinz2003-08-225-10685/+0
|
* - adapted to the new version of FJBGschinz2003-08-221-20/+23
|
* *** empty log message ***michelou2003-08-211-20/+18
|
* - updated Scala commandmichelou2003-08-211-12/+36
| | | | | - added copyrights
* - added missing newline in printPreamblemichelou2003-08-211-1/+1
|
* *** empty log message ***michelou2003-08-213-117/+232
|
* - renamed Attr to XMLAttributemichelou2003-08-211-2/+2
|
* - renamed Attr to XMLAttributemichelou2003-08-211-1/+2
| | | | | - added HTMLRepresentation
* - added resource files to generation of scaladocmichelou2003-08-211-4/+16
| | | | | - added scaladoc to generation of jar archive
* - Added Idpaltherr2003-08-211-0/+2
|
* Cleaned up code and fixed titlepage bug.Matthias Zenger2003-08-211-5/+7
|
* 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
|