summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Factored the InputStream-based implementations ...Paul Phillips2009-09-013-65/+118
* More cleanup in nsc.io, and a toByteArray() met...Paul Phillips2009-09-012-3/+27
* One more try to unbreak fsc all the way.Paul Phillips2009-08-312-1/+5
* Unbreaking fsc with ensureDirectory().Paul Phillips2009-08-311-0/+4
* Brushing some of the cobwebs off the denizens o...Paul Phillips2009-08-3111-232/+85
* Starting some cleanup deeper in scala.xml in th...Paul Phillips2009-08-313-115/+44
* Further work creating pure interfaces for the c...Paul Phillips2009-08-316-4/+110
* A little smoothing the last patch with codecs a...Paul Phillips2009-08-302-3/+12
* Large Path/File/Directory checkin.Paul Phillips2009-08-308-126/+237
* Blessing Iterator with another method from the ...Paul Phillips2009-08-301-1/+17
* Some notes on the random shuffle implementation.Paul Phillips2009-08-301-2/+25
* Tightening the character range in random string...Paul Phillips2009-08-301-4/+16
* A few cleanups, and toXXX methods for BigDecima...Paul Phillips2009-08-294-11/+35
* Fix for #2304.Paul Phillips2009-08-291-1/+1
* 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
* A bunch of cleanups around Ordered & Ordering, ...Paul Phillips2009-08-283-23/+19
* Removed some code which has been commented out ...Paul Phillips2009-08-281-19/+0
* Fix and test case for #2276.Paul Phillips2009-08-281-12/+4
* 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