summaryrefslogtreecommitdiff
path: root/src/library/scala/collection
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-086-7/+56
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-08-203-24/+6
|\
| * Merge pull request #4693 from scala/revert-3791-ticket/8346Seth Tisue2015-08-203-24/+6
| |\
| | * Revert "SI-8346 Rebuild invariant sets in #toSet, avoiding CCE"Adriaan Moors2015-08-183-24/+6
| * | Fix documentation of filter introduced in 13f30cmartijnhoekstra2015-08-191-2/+2
| |/
| * Avoid unnecessary implicit view on StringJanek Bogucki2015-08-051-2/+2
* | Merge pull request #4608 from ruippeixotog/improve-mutable-treesetSeth Tisue2015-08-064-54/+182
|\ \
| * | SI-6938 Use mutable red-black tree in TreeSetRui Gonçalves2015-07-284-54/+182
* | | Merge pull request #4648 from Ichoran/issue/8554-againSeth Tisue2015-08-063-12/+19
|\ \ \
| * | | SI-8554 Two-arg remove throws exception on large countRex Kerr2015-07-193-12/+19
* | | | Merge pull request #4677 from qilab-/ticket-9426Seth Tisue2015-08-061-6/+6
|\ \ \ \
| * | | | add @deprecatedNameqilab gamma2015-08-041-3/+3
| * | | | rename argument f of LinearSeqOptimized.reduceLeft to op in accordance with s...qilab gamma2015-08-021-2/+2
| * | | | rename argument f of LinearSeqOptimized.foldLeft/foldRight to op in accordanc...qilab gamma2015-08-021-4/+4
| | |/ / | |/| |
* | | | Merge branch '2.11.x' into 2.12.xAdriaan Moors2015-08-053-35/+10
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Delegate null test to OptionJanek Bogucki2015-08-041-33/+8
| * | ScalaDoc fixes for library and library-auxJanek Bogucki2015-07-282-2/+2
* | | Merge pull request #4647 from Ichoran/issue/8911Lukas Rytz2015-07-231-4/+5
|\ \ \
| * | | SI-8911 scala.collection.convert.Wrappers$MapWrapper not serializableRex Kerr2015-07-191-4/+5
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-231-1/+1
|\ \ \ | | |/ | |/|
| * | SI-9406 fix doc for Range.takeRightSeth Tisue2015-07-181-1/+1
* | | remove legacy bincompat stuff in Predef.scala, Stream.scalaSeth Tisue2015-07-211-15/+0
* | | Remove our fork of forkjoin. Java 8 bundles it.Adriaan Moors2015-07-154-5/+5
| |/ |/|
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-132-5/+4
|\|
| * Fix 27 typos (p-r)Janek Bogucki2015-06-301-1/+1
| * SI-8140 Documentation references java.lang.String directlyvsalvis2015-06-291-4/+3
* | Fix size update on `mutable.TreeMap#clear()`Rui Gonçalves2015-06-262-2/+4
* | Merge pull request #4504 from ruippeixotog/mutable-treemapAdriaan Moors2015-06-254-0/+792
|\ \
| * | SI-4147 Add an implementation of `mutable.TreeMap`Rui Gonçalves2015-05-304-0/+792
* | | Merge pull request #4514 from martijnhoekstra/patch-2Adriaan Moors2015-06-251-29/+58
|\ \ \
| * | | StringLike.split fixed for surrogates and docmartijnhoekstra2015-05-281-29/+58
| |/ /
* | | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-248-36/+44
|\ \ \ | |/ / |/| / | |/
| * Fix 25 typos (g-i)Janek Bogucki2015-06-221-1/+1
| * Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
| * Merge pull request #4331 from Ichoran/issue/8930Adriaan Moors2015-06-191-5/+12
| |\
| | * SI-8930 - Vector updated, +:, and :+ slow when typed as Seq[A]Rex Kerr2015-06-181-5/+12
| * | Merge pull request #4539 from vsalvis/vsalvis-docfixesSeth Tisue2015-06-181-4/+4
| |\ \
| | * | SI-8543 doc: Move TODO out of NumericRange's scaladocvsalvis2015-06-171-4/+4
| * | | Merge pull request #4553 from som-snytt/issue/implicit-docSeth Tisue2015-06-181-0/+6
| |\ \ \ | | |_|/ | |/| |
| | * | SI-9354 ScalaDoc members added via by-name viewSom Snytt2015-06-141-0/+6
| | |/
| * | Merge pull request #4558 from janekdb/2.11.x-scaladoc-1-list-buffer-tryAdriaan Moors2015-06-171-1/+1
| |\ \
| | * | Improve API documentation for ListBuffer and TryJanek Bogucki2015-06-161-1/+1
| * | | Merge pull request #4420 from Ichoran/issue/8254Adriaan Moors2015-06-171-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | SI-8254 List SerializationProxy fails to default(Read/Write)ObjectRex Kerr2015-03-311-0/+2
| * | | Better names for length valuesDaniel Dietrich2015-06-051-5/+5
| * | | Applying inverse index instead of reversing a ListDaniel Dietrich2015-06-021-1/+2
| | |/ | |/|
| * | SI-9332 Iterator.span simplifiedSom Snytt2015-05-271-15/+12
| * | SI-9332 Iterator.span exhausts leading iteratorSom Snytt2015-05-271-17/+12
* | | Merge commit '1b7e660' into merge-2.11-may-12Lukas Rytz2015-05-121-0/+1
|\| |
| * | Add @throws annotation to GenSeqLike.updatedCody Allen2015-05-071-0/+1