summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Scalac ant tasks for windows when forkingJosh Suereth2009-05-121-11/+20
|
* Reverted probably unintentional change to Enume...Paul Phillips2009-05-121-2/+2
| | | | | | | | Reverted probably unintentional change to Enumeration (the method formerly called valueOf and now called withName needs to return Option[Value], not Value) and updated the failing tests to use the new Enumeration interface.
* Patch for #1970 (submitted by jeortiz).Gilles Dubochet2009-05-121-2/+5
|
* separated mutable and immutable mapsMartin Odersky2009-05-12103-939/+1262
|
* Cleaned up format a little further now that .to...Paul Phillips2009-05-111-2/+1
| | | | | Cleaned up format a little further now that .toArray[Any] works.
* Removed redundant type parameter for class Buil...Martin Odersky2009-05-0964-101/+100
| | | | | Removed redundant type parameter for class Builder
* 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-081-3/+16
|
* 4 out of 5 spelling bee champs say: TraversablePaul Phillips2009-05-0872-409/+409
|
* massive new collections checkin.Martin Odersky2009-05-08401-21213/+13415
|
* epic MSIL hacking - Array compiles.Paul Phillips2009-05-081-0/+1
|
* Modernized DRMacIver's languishing array patch ...Paul Phillips2009-05-071-44/+23
| | | | | | | Modernized DRMacIver's languishing array patch and added test cases to exercise primitive to any array conversion. This fixes bugs #1300 and #1301.
* 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-061-6/+1
| | | | | 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-061-5/+14
|
* packrat parsingTiark Rompf2009-05-064-4/+356
|
* MSIL is built as part of Sabbus, take 3.Gilles Dubochet2009-05-063-432/+0
|
* MSIL is built as part of Sabbus, take 2.Gilles Dubochet2009-05-0663-0/+14772
|
* undid accidental checkin of nsc.docMartin Odersky2009-05-066-40/+38
|
* Scala decompiler test suite addedilyas2009-05-065-15/+87
|
* new collections snapshotMartin Odersky2009-05-056-38/+40
|
* Fix and test case for #1286.Paul Phillips2009-05-041-0/+9
|
* 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
* 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
|
* Renamed overloaded toString variations througho...Paul Phillips2009-05-0121-94/+87
| | | | | | Renamed overloaded toString variations throughout scala.xml to buildString. Fixes bug #547, includes test case.
* Fix and test case for #1773.Paul Phillips2009-05-011-6/+16
|
* Pulled inappropriately output-producing method ...Paul Phillips2009-05-011-99/+50
| | | | | | | | Pulled inappropriately output-producing method overloads out of FactoryAdapter and placed in a trait, which could be mixed in if anyone really wanted them. Did some cleanup while in the neighborhood. Closes #1202.
* Implemented convenience methods for Xhtml as de...Paul Phillips2009-05-011-48/+72
| | | | | | Implemented convenience methods for Xhtml as described in #895. Cleaned it up and added documentation while in the neighborhood.
* Patch for #1118 appliedPaul Phillips2009-05-011-5/+11
|