summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Moves sorting into Iterable, and adds a conveni...Paul Phillips2009-08-294-28/+33
* This is the beginning of a preventative effort ...Paul Phillips2009-08-297-8/+191
* Moved zip/zipAll/zipWithIndex to Iterable and a...Paul Phillips2009-08-289-90/+129
* Added a times method to RichInt.Paul Phillips2009-08-281-0/+17
* Opening, experimental implementation of StringV...Paul Phillips2009-08-281-0/+215
* I hope to have fixed the optimized build.Iulian Dragos2009-08-282-3/+7
* A bunch of cleanups around Ordered & Ordering, ...Paul Phillips2009-08-284-61/+36
* Removed some code which has been commented out ...Paul Phillips2009-08-281-19/+0
* Fix and test case for #2276.Paul Phillips2009-08-283-12/+36
* Put a default for ANT_OPTS in build.xml.Paul Phillips2009-08-281-6/+3
* Test case for #2250, which Martin fixed in r18589.Paul Phillips2009-08-271-0/+12
* error messge when ANT_OPTS is not setLukas Rytz2009-08-271-0/+6
* added manifests to most parts of standard libra...Martin Odersky2009-08-2740-1807/+2012
* Fix and test case for #2187 and its duplicate #...Paul Phillips2009-08-272-1/+9
* Fix for #2240.Paul Phillips2009-08-271-1/+4
* Removed debugging printlnIulian Dragos2009-08-271-3/+1
* Swapped some Eithers around to try to get every...Paul Phillips2009-08-275-24/+19
* Removed ComparableTraversableOps and NumericTra...Paul Phillips2009-08-272-54/+32
* Exposed stdin as a PrintWriter.Paul Phillips2009-08-261-3/+7
* Fixed the stream threads so you should get all ...Paul Phillips2009-08-261-22/+53
* Initial implementation of scala.io.Process.Paul Phillips2009-08-262-0/+124
* Fixed faulty constant propagation in the optimi...Iulian Dragos2009-08-261-5/+10
* Some functionalization achieved while trying to...Paul Phillips2009-08-261-24/+20
* Tail recursive foldLeft for Stream.Paul Phillips2009-08-261-0/+11
* Fix for #2275 with tests.Miles Sabin2009-08-256-8/+52
* Really fixed #2294.Miles Sabin2009-08-251-1/+1
* Fixed #2294.Miles Sabin2009-08-251-1/+1
* Small tweak to nextString to unhose the distrib...Paul Phillips2009-08-251-1/+1
* Added nextString(length: Int) to util.Random.Paul Phillips2009-08-251-0/+17
* new starr with class manifestsMartin Odersky2009-08-2517-29/+35
* Added 'foreach' method in Stream that is tail-c...Iulian Dragos2009-08-251-0/+16
* fixed io test on windowsLukas Rytz2009-08-251-1/+1
* fixed #2291Lukas Rytz2009-08-251-1/+1
* using ANT_OPTS as jvm arguments for scalacforkLukas Rytz2009-08-241-1/+1
* new starr with better Manifest handlingMartin Odersky2009-08-243-3/+3
* Fixed #2160.Philipp Haller2009-08-241-1/+1
* Added Console.setErr and Console.withErr methods.Philipp Haller2009-08-241-4/+40
* another missing file, sorry.Martin Odersky2009-08-241-0/+148
* checked in missing file.Martin Odersky2009-08-241-0/+6
* Refined manifest checking in preparation for ar...Martin Odersky2009-08-245-102/+123
* updated checkfile for neg/viewtestAdriaan Moors2009-08-241-1/+7
* another starr, based on r18539 and Martin's cha...Adriaan Moors2009-08-243-3/+3
* fixing bootstrapping problem wrt removing ident...Adriaan Moors2009-08-244-5/+8
* Taking a little more advantage of some recent a...Paul Phillips2009-08-244-86/+96
* Generalized pattern matcher generated null test.Paul Phillips2009-08-232-1/+12
* Tweaked a concurrent.ops method to adhere to th...Paul Phillips2009-08-232-20/+15
* Cleaner sameElements implementation for linear ...Paul Phillips2009-08-232-20/+27
* Some minor logic simplifying falling out of equ...Paul Phillips2009-08-232-82/+61
* Fix and test case for #2241.Paul Phillips2009-08-232-1/+9
* Numeric implementations for Short and Byte now ...Paul Phillips2009-08-231-0/+30