summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
* Introduced actors package object to deprecate a...Philipp Haller2009-09-241-16/+5
* Removed another dead file.Gilles Dubochet2009-09-242-84/+1
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-2463-64/+64
* fixed #2290 and #2325Lukas Rytz2009-09-241-16/+3
* moved sortWith from Iterable to Sequence (becau...Martin Odersky2009-09-245-44/+43
* The results of examining many instances of !!! ...Paul Phillips2009-09-2313-38/+6
* Created a copy method for Elem like the one whi...Paul Phillips2009-09-231-9/+18
* Some more XML reworking.Paul Phillips2009-09-232-59/+39
* Proxy.equals catches null case (fix for #2366)Ingo Maier2009-09-231-1/+3
* Removed StringVector and all uses thereof.Paul Phillips2009-09-231-220/+0
* Fix for #2374.Paul Phillips2009-09-231-20/+14
* Fix for #2364, and another XML rewrite.Paul Phillips2009-09-232-87/+52
* drop svn:executable from *.scalastepancheg2009-09-2315-0/+0
* Support code I need for certain equality strate...Paul Phillips2009-09-221-2/+205
* Really fixing the build now.Philipp Haller2009-09-221-1/+1
* Fixed build.Philipp Haller2009-09-223-3/+3
* Finished re-integrating mutable collections.Philipp Haller2009-09-227-52/+73
* fixed doArgs (Settings.scala) and loadFrom (Plu...michelou2009-09-229-19/+33
* Attempting to widen the field of possibilities ...Paul Phillips2009-09-227-51/+97
* Various tweaks to give us relief from those fil...Paul Phillips2009-09-227-9/+24
* new arrays are done.Martin Odersky2009-09-2122-623/+513
* Working around a mysterious bug which was expos...Paul Phillips2009-09-191-1/+14
* Exposed a bunch of java 5 Character methods thr...Paul Phillips2009-09-181-4/+35
* Physically moved ForkJoinPool to scala.concurrent.Philipp Haller2009-09-179-0/+5092
* new starr, with some changes to varargs handling.Martin Odersky2009-09-172-42/+42
* 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