summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* docs updateAntonio Cunei2009-05-111-1/+2
|
* Rebuild all plugin tests and moved them back to...nielsen2009-05-1148-6/+6
| | | | | Rebuild all plugin tests and moved them back to the working test cases
* Removed redundant type parameter for class Buil...Martin Odersky2009-05-0964-101/+100
| | | | | Removed redundant type parameter for class Builder
* Organized disabled directory so it works with p...Paul Phillips2009-05-0975-38/+20
| | | | | | | Organized disabled directory so it works with partest. You can run ./partest --srcpath disabled to run the tests in that location. Fixed a few tests in disabled and pending and moved to files.
* finitized an infinite loop in sameElementsPaul Phillips2009-05-091-3/+6
|
* Small change to Stream so force wouldn't always...Paul Phillips2009-05-081-1/+1
| | | | | Small change to Stream so force wouldn't always throw an exception.
* Explicit locking on Symbol creation so multiple...Paul Phillips2009-05-081-35/+49
| | | | | | Explicit locking on Symbol creation so multiple readers don't have to block up on synchronize. Closes bug #1307.
* Further refinement of fix for #1960.Paul Phillips2009-05-082-8/+12
|
* fix typos: wrong < chars in scaladocstepancheg2009-05-081-3/+3
|
* make all scala source files not executablestepancheg2009-05-0864-0/+0
|
* Being deprecated is no reason to count from -1:...Paul Phillips2009-05-081-1/+1
| | | | | Being deprecated is no reason to count from -1: bug #1597
* Fix and test case for #1960.Paul Phillips2009-05-083-3/+25
|
* 4 out of 5 spelling bee champs say: TraversablePaul Phillips2009-05-0872-409/+409
|
* temporarily disabled stability test to make bui...Martin Odersky2009-05-081-0/+2
| | | | | temporarily disabled stability test to make build pass
* massive new collections checkin.Martin Odersky2009-05-08516-21325/+13511
|
* optimized build fixedilyas2009-05-081-0/+2
|
* epic MSIL hacking - Array compiles.Paul Phillips2009-05-081-0/+1
|
* Modernized DRMacIver's languishing array patch ...Paul Phillips2009-05-073-44/+36
| | | | | | | Modernized DRMacIver's languishing array patch and added test cases to exercise primitive to any array conversion. This fixes bugs #1300 and #1301.
* Fixes in Sabbus: "ant newlibs build" and "ant n...Gilles Dubochet2009-05-071-3/+4
| | | | | | Fixes in Sabbus: "ant newlibs build" and "ant newlibs newstarr" work as expected.
* added emtpy stub of PackratParsers for msilLukas Rytz2009-05-071-0/+1
|
* DBC: replaced all-encompassing catch with prope...Gilles Dubochet2009-05-071-2/+7
| | | | | DBC: replaced all-encompassing catch with proper error-detection logic.
* Removed java 1.4 charset workaround and a stray...Paul Phillips2009-05-062-8/+3
| | | | | Removed java 1.4 charset workaround and a stray 1.4 mention.
* Modified ObjectRunner to use Extension classloa...Paul Phillips2009-05-061-3/+20
| | | | | | Modified ObjectRunner to use Extension classloader as parent rather than System classloader. Fixes bug #857.
* Fix for #1878.Paul Phillips2009-05-061-1/+1
|
* tweak to compile under java 6Paul Phillips2009-05-061-1/+1
|
* Added NoSuccess extractor to combinator lib.Paul Phillips2009-05-064-12/+18
|
* packrat parsingTiark Rompf2009-05-0610-4/+535
|
* Fixed typo in build.xml.Gilles Dubochet2009-05-061-1/+1
|
* MSIL is built as part of Sabbus, working at last.Gilles Dubochet2009-05-061-7/+12
|
* MSIL is built as part of Sabbus, take 3.Gilles Dubochet2009-05-064-433/+1
|
* MSIL is built as part of Sabbus, take 2.Gilles Dubochet2009-05-0663-0/+14772
|
* MSIL is built as part of Sabbus.Gilles Dubochet2009-05-061-36/+104
|
* undid accidental checkin of nsc.docMartin Odersky2009-05-066-40/+38
|
* Scala decompiler test suite addedilyas2009-05-0639-35/+1153
|
* new collections snapshotMartin Odersky2009-05-056-38/+40
|
* Fix and test case for #1286.Paul Phillips2009-05-044-0/+17
|
* BigDecimal: mark methods appeared in 2.8stepancheg2009-05-041-3/+9
|
* util.Random @since 2.8stepancheg2009-05-041-1/+3
|
* StringBuilder helper function to reduce lots of...Paul Phillips2009-05-049-107/+65
| | | | | StringBuilder helper function to reduce lots of code duplication.
* fixing what looks like a problem in ParallelMat...Martin Odersky2009-05-041-1/+9
| | | | | fixing what looks like a problem in ParallelMatching
* making the backend work for new as well as old ...Martin Odersky2009-05-043-6/+8
| | | | | making the backend work for new as well as old collections
* some cosmetic changes to make it compatible wit...Martin Odersky2009-05-041-3/+3
| | | | | some cosmetic changes to make it compatible with new collections
* Updated README to resemble reality.Paul Phillips2009-05-041-38/+13
|
* Fixes for #839 and #840, and removed some dupli...Paul Phillips2009-05-042-55/+10
| | | | | Fixes for #839 and #840, and removed some duplicated code.
* Fix for #805Paul Phillips2009-05-041-1/+1
|
* Fixed potential memory leak.Philipp Haller2009-05-041-9/+9
|
* caught corner case for interpreter commands.Paul Phillips2009-05-031-4/+9
|
* Synced src/dotnet-library with rev 17621 of src...Paul Phillips2009-05-0212-101/+251
| | | | | Synced src/dotnet-library with rev 17621 of src/library
* Fix for #402.Paul Phillips2009-05-012-2/+2
|
* remedied a logic error I accidentally introducedPaul Phillips2009-05-011-5/+2
|