summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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-2416-542/+295
|\ \ | |/ |/|
| * Merge pull request #4574 from janekdb/2.11.x-typos-g-iJason Zaugg2015-06-231-1/+1
| |\
| | * Fix 25 typos (g-i)Janek Bogucki2015-06-221-1/+1
| * | Merge pull request #4564 from som-snytt/issue/promptv2.11.7Adriaan Moors2015-06-221-3/+4
| |\ \ | | |/ | |/|
| | * SI-9206 BooleanProp if set and not untrueSom Snytt2015-06-181-3/+4
| * | 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-184-22/+7
| |\ \
| | * | SI-8543 doc: Move TODO out of NumericRange's scaladocvsalvis2015-06-171-4/+4
| | * | SI-8858 doc: fix note about PartialFunction in Function0, F1 and F2vsalvis2015-06-173-18/+3
| * | | 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 #4527 from nicky-zs/fix_BigDecimalLukas Rytz2015-06-181-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | fix BigDecimal loosing MathContextZhong Sheng2015-05-271-2/+2
| * | | Merge pull request #4558 from janekdb/2.11.x-scaladoc-1-list-buffer-tryAdriaan Moors2015-06-172-2/+2
| |\ \ \
| | * | | Improve API documentation for ListBuffer and TryJanek Bogucki2015-06-162-2/+2
| * | | | Merge pull request #4541 from vuakko/SI-9348_2.11.xAdriaan Moors2015-06-171-3/+3
| |\ \ \ \
| | * | | | SI-9348 Fix missing last element in exclusive floating point rangesNiko Vuokko2015-06-171-3/+3
| * | | | | 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
| * | | | | Merge pull request #4534 from Ichoran/sorting-reimplAdriaan Moors2015-06-161-477/+235
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Clean implementation of sorts for scala.util.Sorting.Rex Kerr2015-06-011-477/+235
| | | |_|/ | | |/| |
| * | | | 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
| | |/ | |/|
| * | Fixed deprecation warning in scaladoc example of TryChristoph Neijenhuis2015-05-151-2/+3
* | | Optimize `implicit def Predef.<???>ArrayOps`xuwei-k2015-05-201-10/+22
* | | Merge commit '1b7e660' into merge-2.11-may-12Lukas Rytz2015-05-124-6/+7
|\| |
| * | Add @throws annotation to GenSeqLike.updatedCody Allen2015-05-071-0/+1
| * | SI-9302 -Xdisable-assertions raises elide levelSom Snytt2015-05-051-3/+3
| * | Merge pull request #4475 from smarter/fix/old-spec-linksLukas Rytz2015-05-041-1/+1
| |\ \
| | * | Remove references to the old PDF version of the specificationGuillaume Martres2015-04-301-1/+1
| * | | Merge pull request #4467 from nafg/patch-1Lukas Rytz2015-05-041-2/+2
| |\ \ \
| | * | | Fix scaladoc of Try#failednafg2015-04-241-2/+2
| * | | | Fixed documentation of assertions in Predefswaldman2015-04-281-2/+2
| |/ / /
* | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-0117-24/+29
|\| | |
| * | | Merge pull request #4415 from Ichoran/issue/9254Adriaan Moors2015-04-221-5/+7
| |\ \ \
| | * | | SI-9254 UnrolledBuffer appends in wrong positionRex Kerr2015-03-311-5/+7
| * | | | Merge pull request #4416 from Ichoran/issue/9197Adriaan Moors2015-04-221-1/+4
| |\ \ \ \
| | * | | | SI-9197 Duration.Inf not a singleton when deserializedRex Kerr2015-03-311-1/+4
| * | | | | Fix many typosMichał Pociecha2015-04-2116-18/+18
* | | | | | Remove scala.actors and the actors migration module dependencyLukas Rytz2015-04-231-2/+0
* | | | | | Remove the continuations plugin module dependencyLukas Rytz2015-04-231-2/+0