summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed android buildmichelou2008-02-252-1/+3
|
* 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-239-59/+83
|
* 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-225-103/+128
|
* fixed test caseMartin Odersky2008-02-221-4/+2
|
* 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-222-4/+45
|
* 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 test case (serialization)michelou2008-02-212-0/+12
|
* 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
* (no commit message)michelou2008-02-211-2/+2
|
* fixed broken build (scaladoc)michelou2008-02-214-15/+10
|
* corrected typosmichelou2008-02-211-3/+3
|
* Split DocDriver into DocDriver and DefaultDocDr...Geoffrey Washburn2008-02-214-257/+286
| | | | | | 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
* added plugin to nightly buildmichelou2008-02-201-4/+10
|
* fixed problem with too optimistic beta reduction.Martin Odersky2008-02-201-2/+6
|
* Added Eclipse plugin build to nightly test scri...Gilles Dubochet2008-02-202-12/+29
| | | | | | Added Eclipse plugin build to nightly test scripts. Updated them to be in sync with those actually used.
* updated scsh scriptmichelou2008-02-201-2/+2
|
* uses readResolve for symbolsmichelou2008-02-202-7/+3
|
* fixed #523michelou2008-02-203-8/+25
|
* Added HashMap to MSIL buildshack2008-02-201-5/+5
|
* Added other parts of the standard library to pr...shack2008-02-201-1/+5
| | | | | Added other parts of the standard library to predef.dll
* fixed dependency in build.xmlmichelou2008-02-201-3/+2
|
* fix error in getLineBurak Emir2008-02-201-2/+9
|
* build now also works on Java 1.4 (uses RetroWea...michelou2008-02-193-46/+141
| | | | | build now also works on Java 1.4 (uses RetroWeaver)
* anonfuns now accept up to 22 argsmichelou2008-02-1914-25/+359
|
* Java 1.4 compatibilitymichelou2008-02-192-102/+63
|
* Changed version naming scheme to be Eclipse com...Gilles Dubochet2008-02-192-13/+6
| | | | | Changed version naming scheme to be Eclipse compatible.
* changed viewvc -> trac URLmichelou2008-02-191-1/+1
|
* Moved NewLinePrintWriter to its own file, hopef...Lex Spoon2008-02-192-6/+15
| | | | | Moved NewLinePrintWriter to its own file, hopefully fixing the build.
* moved NewLinePrintWriter back to object Interpr...Lex Spoon2008-02-181-4/+3
| | | | | moved NewLinePrintWriter back to object Interpreter (oops!)
* Changed scala.Symbol to be always internedIulian Dragos2008-02-183-17/+24
|
* Generalizes the allowed inputs to the interpret...Lex Spoon2008-02-184-274/+269
| | | | | | | | | Generalizes the allowed inputs to the interpreter to be any combination of phrases that can be placed inside a template. Instead of having one "request" object try to understand the entire combination of phrases, the code now uses multiple "member handlers" for each request, one member handler for each phrase.
* Updated to compile the Java files in partest.Lex Spoon2008-02-181-0/+4
|
* Changed the toString of Iterator to have the wo...Lex Spoon2008-02-181-1/+1
| | | | | Changed the toString of Iterator to have the word "iterator" in it
* fixed #429 (typo)michelou2008-02-182-10/+10
|