summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-08-259-333/+373
|
* - Added xhtml testpaltherr2003-08-254-0/+3129
|
* - implemented new Switch node (warning, unteste...schinz2003-08-251-0/+19
| | | | | | - implemented new Switch node (warning, untested code, I'm waiting for test cases)
* - Added xml test lnkpaltherr2003-08-254-0/+94
|
* - Added target --xmlpaltherr2003-08-251-1/+31
|
* - Added node Switchpaltherr2003-08-251-0/+10
|
* - Moved FactoryAdapter from dtd2scala into scal...paltherr2003-08-255-5/+392
| | | | | | | - Moved FactoryAdapter from dtd2scala into scala.xml Reenabled - compilation of scala.xml.Generic Reenabled compilation of - scala.xml.ScalaFactoryAdapter
* - 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
|