summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 20307,20309-20312,20329,20341,...Antonio Cunei2010-01-0817-150/+210
* Merged revisions 20262-20263,20266-20267,20269-...Antonio Cunei2009-12-2313-36/+84
* Merged revisions 20248,20250,20252-20256 via sv...Antonio Cunei2009-12-212-62/+36
* Merged revisions 20186,20199,20203,20208-20212,...Antonio Cunei2009-12-184-177/+140
* Merged revisions 20172-20173,20175,20178 via sv...Antonio Cunei2009-12-171-1/+1
* Merged revisions 19842,19844,19846,19848-19849,...Antonio Cunei2009-12-16533-8869/+4555
* Merged revisions 19624,19629-19630,19645,19651,...Antonio Cunei2009-11-24104-1660/+918
* Merged revisions 19598-19601,19604 via svnmerge...Antonio Cunei2009-11-1224-337/+121
* Merged revisions 19578,19582-19583 via svnmerge...Antonio Cunei2009-11-125-16/+50
* Merged revisions 19543,19545-19547 via svnmerge...Antonio 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