summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/generic
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 22108,22176-22177,22318,22589-...Antonio Cunei2010-09-021-0/+1
* Merged revisions 22188-22189,22195,22198,22445,...Antonio Cunei2010-09-021-6/+10
* Merged revisions 22508-22520,22523,22545,22710,...Antonio Cunei2010-09-011-1/+2
* Undid all commits between 22566 and 22597 includedAntonio Cunei2010-09-019-440/+6
* Merged revisions 22285,22291,22295-22300,22310,...Antonio Cunei2010-07-148-0/+430
* Merged revisions 22108,22114,22121,22130-22131,...Antonio Cunei2010-07-141-6/+10
* Merged r22380, which fixed a problem in JavaCon...Martin Odersky2010-06-211-1/+1
* Applied patch -r22178 to allow filter in for ex...Martin Odersky2010-06-061-0/+11
* svnmerge + tagsAntonio Cunei2010-05-2623-24/+2
* Merged revisions 21881-21882,21884-21886,21888,...Antonio Cunei2010-05-121-3/+10
* Merged revisions 21845,21847 via svnmerge from Antonio Cunei2010-05-071-1/+3
* Merged revisions 21810-21811,21816-21818,21826,...Antonio Cunei2010-05-061-1/+1
* Merged revisions 21575,21577,21596-21599,21603-...Antonio Cunei2010-04-295-4/+48
* Merged revisions 21492-21512,21516-21518,21520-...Antonio Cunei2010-04-147-13/+52
* Merged revisions 21396,21401-21439,21441-21448,...Antonio Cunei2010-04-125-9/+42
* Merged revisions 21372,21374-21375,21378-21383 ...Antonio Cunei2010-04-081-0/+1
* Merged revisions 20582,20586,20597-20603,20607-...Antonio Cunei2010-04-0711-238/+66
* Merged revisions 19842,19844,19846,19848-19849,...Antonio Cunei2009-12-1625-136/+300
* Merged revisions 19543,19545-19547 via svnmerge...Antonio Cunei2009-11-122-205/+0
* added CanBuild type alias in package object sca...Adriaan Moors2009-11-101-0/+6
* Added missing classMartin Odersky2009-11-081-0/+16
* Fixed #2497Martin Odersky2009-11-071-1/+1
* fixed #2500 (second part)Adriaan Moors2009-11-031-4/+1
* fixed #2500: refactoring collections so that a ...Adriaan Moors2009-11-036-29/+13
* changed standard library so that it does not re...Martin Odersky2009-10-282-1/+3
* Revert "added CanBuild type alias in package ob...Adriaan Moors2009-10-221-6/+0
* removed some of the code duplication that Marti...Adriaan Moors2009-10-221-1/+2
* renamed Vector to IndexedSeqTiark Rompf2009-10-211-1/+1
* added CanBuild type alias in package object sca...Adriaan Moors2009-10-211-0/+6
* renamed BuilderFactory[El, To, From] -> CanBuil...Adriaan Moors2009-10-217-9/+19
* Sequence->SeqMartin Odersky2009-10-024-16/+16
* fix typo in tag namestepancheg2009-09-261-1/+1
* more @since annotationsstepancheg2009-09-2626-0/+48
* Collections refactoring.Martin Odersky2009-09-2560-3496/+78
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-242-2/+2
* The results of examining many instances of !!! ...Paul Phillips2009-09-233-10/+0
* drop svn:executable from *.scalastepancheg2009-09-234-0/+0
* Really fixing the build now.Philipp Haller2009-09-221-1/+1
* Fixed build.Philipp Haller2009-09-221-1/+1
* Finished re-integrating mutable collections.Philipp Haller2009-09-221-0/+2
* Attempting to widen the field of possibilities ...Paul Phillips2009-09-221-3/+3
* fixed headers/comments/svn props, made some pro...michelou2009-09-154-9/+24
* Made canEqual abstract in Product and only inse...Paul Phillips2009-09-112-2/+2
* Missing files from last checkinMartin Odersky2009-09-101-3/+2
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-1028-2179/+105
* Created plausibly sensible equals and hashCode ...Paul Phillips2009-09-097-59/+51
* added a few @serializable annotations, added @S...michelou2009-09-082-3/+5
* some changes and additions to move to new arrays.Martin Odersky2009-09-046-133/+144
* Further work creating pure interfaces for the c...Paul Phillips2009-08-311-1/+1
* Moves sorting into Iterable, and adds a conveni...Paul Phillips2009-08-292-28/+26