summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* partest bootstraps itself using reflection.Philipp Haller2008-02-277-224/+311
|
* Commented out the change until I can sort out w...Geoffrey Washburn2008-02-271-4/+6
| | | | | | Commented out the change until I can sort out which parts of the compiler are violating the contract on Ordered.
* Add default implementations of equals and hashC...Geoffrey Washburn2008-02-271-0/+22
| | | | | | | Add default implementations of equals and hashCode to Ordered, along with an explanation that end users should override them if they plan on using them.
* Adjusted some directoriesPhilipp Haller2008-02-271-5/+6
|
* Eliminated two sources of spurious failuresPhilipp Haller2008-02-275-121/+176
|
* Revert some of Stephane's changesPhilipp Haller2008-02-261-16/+45
|
* updated RichString on dotnet/cldcmichelou2008-02-263-29/+72
|
* fixed #562michelou2008-02-261-5/+8
|
* fixed #551 and #566michelou2008-02-264-24/+51
|
* updated partest, added jline.jar to dists/latestmichelou2008-02-264-76/+61
|
* added new Ant build script (beta)michelou2008-02-266-0/+1896
|
* Now runs on Windows.Philipp Haller2008-02-262-5/+14
|
* fixed #519Martin Odersky2008-02-261-1/+6
|
* fixed #520Martin Odersky2008-02-261-0/+2
|
* fixed #537Martin Odersky2008-02-261-1/+1
|
* fixed #520, #489Martin Odersky2008-02-262-11/+18
|
* Fixed #466.Iulian Dragos2008-02-261-30/+24
|
* Fixed #535 and #539Philipp Haller2008-02-255-80/+244
|
* Removed obsolete "usepredef" from Scalac ant task.Gilles Dubochet2008-02-251-8/+0
|
* fixed scaladoc commentsmichelou2008-02-253-185/+301
|
* fixed android buildmichelou2008-02-251-1/+2
|
* fixed #499michelou2008-02-251-1/+1
|
* reverted Burak's change which broke every singl...Martin Odersky2008-02-241-3/+1
| | | | | reverted Burak's change which broke every single test
* fixed testsMartin Odersky2008-02-233-49/+73
|
* startup scripts honor an existing SCALA_HOME now.Burak Emir2008-02-231-1/+3
|
* change -g:notc to -g:notailcallsLex Spoon2008-02-232-2/+2
|
* fixed #529michelou2008-02-221-5/+14
|
* no singleton types allowed in new.Martin Odersky2008-02-221-5/+11
|
* fixed #468 (msil)michelou2008-02-221-24/+85
|
* fixed #447michelou2008-02-221-14/+24
|
* fixed #468michelou2008-02-223-18/+63
|
* eliminated need to cmpile with -YnopredefsMartin Odersky2008-02-223-1/+16
|
* another change wrt overriding vals to fix #530Martin Odersky2008-02-221-5/+7
|
* disallow accesses of the form super.val; allow ...Martin Odersky2008-02-222-61/+81
| | | | | | disallow accesses of the form super.val; allow overriding vals in traits.
* added Seq[Char] arg to append/insertmichelou2008-02-221-0/+27
|
* allow value overrides in traits; check variance...Martin Odersky2008-02-222-6/+8
| | | | | | allow value overrides in traits; check variances in existential types (see #528)
* fixed #528Martin Odersky2008-02-221-0/+2
|
* removed RichString methods and @throwsmichelou2008-02-212-79/+323
|
* minor correction in outputmichelou2008-02-211-1/+1
|
* added scaladoc commentsmichelou2008-02-212-16/+310
|
* for queries not understood in the interpreter, ...Lex Spoon2008-02-211-1/+3
| | | | | | for queries not understood in the interpreter, still scan for names to import
* fixed broken build (scaladoc)michelou2008-02-214-15/+10
|
* Split DocDriver into DocDriver and DefaultDocDr...Geoffrey Washburn2008-02-213-255/+284
| | | | | | Split DocDriver into DocDriver and DefaultDocDriver in moving towards support documentation plugins.
* peel off any scaladoc comments whenLex Spoon2008-02-211-1/+2
| | | | | trying to process user input
* fixed problem with too optimistic beta reduction.Martin Odersky2008-02-201-2/+6
|
* uses readResolve for symbolsmichelou2008-02-201-6/+2
|
* fixed #523michelou2008-02-201-4/+9
|
* fix error in getLineBurak Emir2008-02-201-2/+9
|
* anonfuns now accept up to 22 argsmichelou2008-02-1914-25/+359
|
* Java 1.4 compatibilitymichelou2008-02-192-102/+63
|