summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* added manifests to most parts of standard libra...Martin Odersky2009-08-2723-223/+417
* 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-261-0/+123
* Tail recursive foldLeft for Stream.Paul Phillips2009-08-261-0/+11
* 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-2514-26/+32
* Added 'foreach' method in Stream that is tail-c...Iulian Dragos2009-08-251-0/+16
* fixed #2291Lukas Rytz2009-08-251-1/+1
* 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
* Refined manifest checking in preparation for ar...Martin Odersky2009-08-242-73/+72
* fixing bootstrapping problem wrt removing ident...Adriaan Moors2009-08-241-4/+4
* Taking a little more advantage of some recent a...Paul Phillips2009-08-241-2/+5
* 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
* Numeric implementations for Short and Byte now ...Paul Phillips2009-08-231-0/+30
* Deprecation patrol.Paul Phillips2009-08-221-1/+1
* A few minor documentation fixes.Paul Phillips2009-08-225-12/+12
* Fixed #2283.Paul Phillips2009-08-221-1/+1
* The fruit of a bunch of iteration on Iterator.Paul Phillips2009-08-221-48/+117
* Fix for the discovery that .get on a non-existe...Paul Phillips2009-08-211-1/+1
* replaced the implicit `identity` coercion by `c...Adriaan Moors2009-08-211-2/+12
* added partial manifests (now called manifests),...Martin Odersky2009-08-212-117/+190
* Revert several commits related to implicits/predefAdriaan Moors2009-08-211-11/+3
* improved previous fix for implicits and `conforms`Adriaan Moors2009-08-211-4/+5
* Gave spawn and future a default implicit to add...Paul Phillips2009-08-211-2/+2
* backed out changes to Predef, as they need a ne...Adriaan Moors2009-08-201-6/+3
* replaced the implicit `identity` coercion by `c...Adriaan Moors2009-08-201-1/+11
* A couple super useful partial function methods ...Paul Phillips2009-08-201-0/+47
* [rev:Adriaan] dummy implementation for update t...ilyas2009-08-201-0/+1
* added missing fileMartin Odersky2009-08-201-0/+65
* reverted bad checkinMartin Odersky2009-08-201-1/+0
* Added #:: extractor for streams to package.scalaMartin Odersky2009-08-201-0/+1
* intermeidate step towards manifests for arraysMartin Odersky2009-08-1912-32/+73
* Second half of fix for #2177. Fixed #2255.Philipp Haller2009-08-191-0/+15
* Fixed #2177.Philipp Haller2009-08-191-0/+15
* Fixed the rest of the library deprecation warni...Paul Phillips2009-08-194-9/+9
* Handled a dozen or so deprecation warnings.Paul Phillips2009-08-1914-18/+21
* Fix for #2269.Paul Phillips2009-08-191-1/+1
* Added file; I forgot before and it broke the buildMartin Odersky2009-08-181-0/+25
* A bunch of cleanup on scriptrunner and fsc perf...Paul Phillips2009-08-181-0/+33
* Fixed memory leaks for streams.Martin Odersky2009-08-183-65/+91
* Skeletal exploratory implementations ofPaul Phillips2009-08-172-0/+85