summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* simplified re-ordering packagesLukas Rytz2009-11-052-3/+2
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-0460-129/+25
* bit missingAntonio Cunei2009-11-042-2/+2
* Clarification to scaladoc comments for "sort".Antonio Cunei2009-11-042-6/+6
* Some tabs I unwittingly let creep in are now sp...Paul Phillips2009-11-041-135/+135
* Scala implementation of fancier hashCode algori...Paul Phillips2009-11-042-0/+194
* Deleted Zero, or "Nothing ventured, Nothing gai...Paul Phillips2009-11-042-82/+0
* Fix and test for #2527Philipp Haller2009-11-031-3/+8
* Applied patch for #2524.Philipp Haller2009-11-031-3/+18
* fixed #2500 (second part)Adriaan Moors2009-11-035-8/+5
* fixed #2500: refactoring collections so that a ...Adriaan Moors2009-11-039-36/+22
* Fixed #2545.Martin Odersky2009-11-022-5/+22
* fixed problem with Vector.dropRight, added addi...Tiark Rompf2009-11-021-30/+27
* Vector improvements, now doing a lot less copyi...Tiark Rompf2009-11-021-392/+455
* Some structural improvements to Either and Opti...Paul Phillips2009-11-012-56/+77
* separated Vector impl from IndexedSeqTiark Rompf2009-10-305-1081/+1091
* fixed 2544, reimplemented SeqLike.indexWhere, s...Tiark Rompf2009-10-301-26/+15
* changed standard library so that it does not re...Martin Odersky2009-10-2871-25/+136
* Fix for some accidentally enabled logging.Paul Phillips2009-10-281-4/+6
* Whole bunch of code for people interested in eq...Paul Phillips2009-10-282-258/+111
* Fixed #1342.Martin Odersky2009-10-282-4/+21
* The final, tear-inducingly simple implementatio...Paul Phillips2009-10-281-8/+7
* In a stunning breakthrough, shuffle preserves t...Paul Phillips2009-10-281-32/+8
* Improves Enumeration to obtain names of values ...Philipp Haller2009-10-271-8/+35
* Fixed #2494, plus some reorganization of swing ...Martin Odersky2009-10-271-3/+1
* fixed bug in Stream::flatMap (still optimised a...Adriaan Moors2009-10-271-11/+17
* Fix and test for #2214.Philipp Haller2009-10-261-3/+3
* Made scala.util.matching.Regex serializable.Philipp Haller2009-10-261-1/+3
* The arrival of scala.Zero.Paul Phillips2009-10-262-0/+81
* Fix for #2529.Paul Phillips2009-10-261-1/+2
* new classpaths.Lukas Rytz2009-10-261-4/+3
* Deprecation patrol.Paul Phillips2009-10-252-1/+5
* fixed #2428 for good.Martin Odersky2009-10-231-0/+2
* Made sortBy unexperimental.Paul Phillips2009-10-222-9/+7
* the essence of tcpoly inference + test casesAdriaan Moors2009-10-221-74/+54
* Added (a variation on) jorge ortiz's sortBy to ...Paul Phillips2009-10-222-4/+28
* Revert "added CanBuild type alias in package ob...Adriaan Moors2009-10-221-6/+0
* Removed erroneous return type comment in scalad...Donna Malayeri2009-10-221-1/+0
* removed some of the code duplication that Marti...Adriaan Moors2009-10-2225-102/+28
* renamed Vector to IndexedSeqTiark Rompf2009-10-2136-195/+202
* added methods updated +: :+ to SeqLikeTiark Rompf2009-10-211-172/+0
* added methods updated +: :+ to SeqLikeTiark Rompf2009-10-212-8/+20
* scala.collection.Vector defaults to immutableTiark Rompf2009-10-211-1/+161
* A selection of cleanups stemming from recent in...Paul Phillips2009-10-211-4/+0
* refactoring of TypeVar to set the stage for tcp...Adriaan Moors2009-10-211-3/+3
* added CanBuild type alias in package object sca...Adriaan Moors2009-10-211-0/+6
* Fixed #2429.Martin Odersky2009-10-211-3/+5
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-2179-166/+289
* Made Platform methods inlineable and allow the ...Iulian Dragos2009-10-211-0/+7
* Fix and test for #2446.Philipp Haller2009-10-211-15/+11