summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 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
* | | | grammar it's -> itsGeoffrey Knauth2015-04-071-1/+1
* | | | Merge pull request #4332 from Ichoran/opt-TravOnce-2.11.xGrzegorz Kossakowski2015-04-071-2/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Performance improvement: collectFirst in TraversableOnceRex Kerr2015-03-301-2/+15
| |/ /
* | | Merge pull request #4418 from lrytz/t8731-relaxAdriaan Moors2015-03-311-0/+3
|\ \ \
| * | | SI-8731 don't issue a @switch warning for two-case matchesLukas Rytz2015-03-311-0/+3
* | | | Merge pull request #4399 from lambdista/scaladoc-typo-1Lukas Rytz2015-03-311-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | fix typo in scaladocAlessandro Lacava2015-03-241-2/+2
| |/ /
* / / Removed warningsEECOLOR2015-03-261-5/+1
|/ /
* | Merge pull request #4381 from khernyo/issue/9219Jason Zaugg2015-03-241-8/+13
|\ \
| * | SI-9219 Stream toString returns unexpected resultSzabolcs Berecz2015-03-141-8/+13
* | | Merge pull request #4338 from Ichoran/opt-SeqLike-2.11.xGrzegorz Kossakowski2015-03-231-25/+50
|\ \ \ | |/ / |/| |
| * | Performance optimization - SeqLikeRex Kerr2015-02-201-25/+50
* | | Merge pull request #4357 from retronym/merge/2.10.x-to-2.11.x-20150224v2.11.6Adriaan Moors2015-02-241-4/+1
|\ \ \
| * \ \ Merge commit 'ad845ff' into merge/2.10.x-to-2.11.x-20150224Jason Zaugg2015-02-241-4/+1
| |\ \ \ | | |/ / | |/| |
| | * | SI-8689 Avoid internal error in Promise after sequence of completionsViktor Klang2015-02-041-5/+2
| | * | [backport] SI-8787 Backport Regex docSom Snytt2014-08-261-186/+291
| | * | Merge pull request #3860 from gourlaysama/wip/t7710-backportGrzegorz Kossakowski2014-08-192-2/+34
| | |\ \
| | | * | [backport] SI-7710 fix memory performance of RegexParsers in jdk7u6+Antoine Gourlay2014-08-122-2/+34
* | | | | SI-9172 FlatMapped views throw exception on filterRex Kerr2015-02-221-1/+1
* | | | | SI-9126 Missing .seqs causes problems with parallel GenXsRex Kerr2015-02-202-2/+2
|/ / / /
* | | | Merge pull request #4337 from Ichoran/opt-IterLike-2.11.xAdriaan Moors2015-02-191-6/+6
|\ \ \ \
| * | | | Optimization of IterableLike.scalaRex Kerr2015-02-161-6/+6
* | | | | Merge pull request #4330 from Ichoran/issue/8917Adriaan Moors2015-02-191-2/+4
|\ \ \ \ \
| * | | | | SI-8917 collection.mutable.BitSet's &= operator doesn't clear endRex Kerr2015-02-131-2/+4
| |/ / / /
* | | | | Merge pull request #4319 from axel22/fix-si-7943Adriaan Moors2015-02-192-0/+42
|\ \ \ \ \
| * | | | | Fix SI-7943 -- make `TrieMap.getOrElseUpdate` atomic.Aleksandar Prokopec2015-02-182-0/+42
| |/ / / /
* | | | | Merge pull request #4329 from adriaanm/followup-4235Adriaan Moors2015-02-181-20/+19
|\ \ \ \ \
| * | | | | Use if/then/else to avoid box(unbox(_))Adriaan Moors2015-02-181-15/+14
| * | | | | Simplify `ClassTag.unapply`Adriaan Moors2015-02-131-16/+16
| * | | | | Scala.js-friendly `ClassTag.unapply`Sébastien Doeraene2015-02-131-2/+2
| |/ / / /
* | | | | Merge pull request #4309 from som-snytt/issue/9116-bAdriaan Moors2015-02-181-1/+1
|\ \ \ \ \