summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge pull request #4429 from ruippeixotog/issue/8552Adriaan Moors2015-04-221-2/+37
|\ \ \ \
| * | | | SI-8627 Two-argument indexOf does not work for IteratorRui Gonçalves2015-04-041-2/+37
* | | | | Merge commit 'fedbfd7' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-212-3/+16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | 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 #4436 from adriaanm/rebase-4082Adriaan Moors2015-04-131-0/+30
|\ \ \ \
| * | | | SI-8336: add `fold` & `toEither` to `util.Try`cchantep2015-04-071-0/+30
* | | | | Merge pull request #4424 from lrytz/merge/2.11-to-2.12-apr-1Jason Zaugg2015-04-0922-95/+298
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-013-7/+6
| |\| | |
| | * | | 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 commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-0119-88/+292
| |\| | | | |/ | |/|
| | * 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
| | |\ \ \ \
| | | * | | | SI-9116 Set.subsets has a param listSom Snytt2015-02-091-1/+1
| | | |/ / /
| | * | | | Merge pull request #4299 from michaelpigg/si-7660Adriaan Moors2015-02-181-7/+21
| | |\ \ \ \
| | | * | | | SI-7660: Document behaviour of Set#++ for duplicate elementsMichael Pigg2015-02-101-7/+21