summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Fixes and test cases for #2087 and #2400.Paul Phillips2009-11-141-24/+1
* Bringing BigInt and BigDecimal into the club of...Paul Phillips2009-11-125-16/+64
* Moved those bits of Predef into the scala packa...Paul Phillips2009-11-123-70/+55
* Removed everything deprecated in 2.7.3 or earli...Paul Phillips2009-11-1217-251/+2
* added hooks so that BigInt, BigDecimal can do t...Martin Odersky2009-11-125-16/+50
* removed disabled filesAntonio Cunei2009-11-125-850/+0
* fixed #2546 using patch from dlwh -- please rev...Adriaan Moors2009-11-112-34/+28
* 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