summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Promotes reverseMap out of List into SeqLike as...Paul Phillips2009-11-112-20/+19
* Queue - several bugs fixed, particular one not ...Aleksandar Pokopec2009-11-111-11/+34
* In dequeueAll there was a bug checking if colle...Aleksandar Pokopec2009-11-101-1/+1
* Changed the ctor of the LinkedList so that it i...Aleksandar Pokopec2009-11-101-2/+4
* fixed the sentinel bug for mutable list.Aleksandar Pokopec2009-11-101-0/+1
* Zipped for Tuple2&Tuple3Adriaan Moors2009-11-102-2/+129
* added CanBuild type alias in package object sca...Adriaan Moors2009-11-102-0/+16
* fixing ++=:Adriaan Moors2009-11-101-3/+3
* tentative re-implementation of LinkedList and s...Martin Odersky2009-11-105-76/+95
* Breaks down the hash function in BoxesRunTime b...Paul Phillips2009-11-093-162/+63
* Reverted r19466, as the decision is now thatAntonio Cunei2009-11-095-15/+16
* fixed bug in implicit resolution that only mani...Adriaan Moors2009-11-091-43/+67
* added `locally' to Predef.Martin Odersky2009-11-092-0/+16
* Adds isDefinedAt to Function1. As a consequence,Antonio Cunei2009-11-095-16/+15
* Made Benchmarks use standard output instead of ...Iulian Dragos2009-11-091-10/+13
* Better implementation of Predef.hashMartin Odersky2009-11-092-2/+25
* fast path equals and hash methods.Martin Odersky2009-11-093-17/+51
* fixed #2583, patch supplied by huynhjlAdriaan Moors2009-11-091-2/+4
* Some @experimental cleanups/removals I missed o...Paul Phillips2009-11-088-15/+3
* Fixed collections unit test (regression in List...Philipp Haller2009-11-081-1/+5
* Added missing classMartin Odersky2009-11-081-0/+16
* Fixed #2497Martin Odersky2009-11-078-20/+12
* Fixed build problem in last checkinMartin Odersky2009-11-071-4/+1
* Moved a bunch of classes into the newly created...Paul Phillips2009-11-0611-10/+34
* Fix for #2525.Paul Phillips2009-11-065-5/+5
* - Renames filterMap to partialMapPaul Phillips2009-11-0614-88/+55
* fixed obvious bug in JenkinsHashLukas Rytz2009-11-061-1/+1
* Replaced immutable.Queue.apply, which should fi...Philipp Haller2009-11-051-11/+7
* 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