summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* The first working scalacheck test! Now Arbitrar...Paul Phillips2009-09-161-1/+1
* Cleaning code: removed unused methods, type lit...Gilles Dubochet2009-09-161-0/+2
* fixed headers/comments/svn props, made some pro...michelou2009-09-1584-392/+813
* Workaround for by-name/implicit/default clash d...Paul Phillips2009-09-141-3/+14
* Added -Ynewarrays option which generates new ar...Martin Odersky2009-09-131-4/+7
* Preparing for array switchoverMartin Odersky2009-09-1218-316/+916
* Made canEqual abstract in Product and only inse...Paul Phillips2009-09-114-10/+3
* Split TaskRunner into FutureTaskRunner and Task...Philipp Haller2009-09-117-45/+80
* A bundle of small bugfixes to recent patches.Paul Phillips2009-09-113-2/+8
* Missing files from last checkinMartin Odersky2009-09-102-6/+2
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-1071-2326/+3148
* Generalized -Xdisable-assertions into an annota...Paul Phillips2009-09-092-1/+71
* Created plausibly sensible equals and hashCode ...Paul Phillips2009-09-0918-133/+65
* added a few @serializable annotations, added @S...michelou2009-09-0812-183/+217
* Reintegrated DoubleLinkedList, SynchronizedBuff...Philipp Haller2009-09-084-25/+47
* Reverts scala.io.* to its natural state, and th...Paul Phillips2009-09-078-678/+45
* Converts some "lazy vals by hand" (probably pre...Paul Phillips2009-09-061-0/+2
* Created NoStackTrace trait and mixed it into Co...Paul Phillips2009-09-053-9/+22
* Removed custom UTF8 encoding implementation, de...Paul Phillips2009-09-054-94/+60
* Minor refinements to recent patches, and the re...Paul Phillips2009-09-051-17/+0
* some changes and additions to move to new arrays.Martin Odersky2009-09-0423-137/+599
* A few minor bugfixes for recent work.Paul Phillips2009-09-012-11/+11
* Since I began using scala I have sought an appe...Paul Phillips2009-09-011-1/+28
* Further organization of File/Path/Directory.Paul Phillips2009-09-013-4/+46
* Changed createDirectory and createFile to accept aPaul Phillips2009-09-012-15/+11
* 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