summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | 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
* | | | | | SI-9059 Random.alphanumeric is inefficientDenton Cockburn2015-02-131-2/+8
| |/ / / / |/| | | |
* | | | | Merge pull request #4280 from kanielc/SI-9095Adriaan Moors2015-02-092-0/+2
|\ \ \ \ \
| * | | | | SI-9095 Memory leak in LinkedHasMap and LinkedHashSetDenton Cockburn2015-01-312-0/+2
* | | | | | Merge pull request #4209 from kanielc/SI-8988Adriaan Moors2015-02-091-3/+28
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | SI-8988 Escaping character in StringLike.split(c) prevents usage of optimized...Denton Cockburn2015-01-091-3/+28
* | | | | | Merge pull request #4293 from BartoszJanota/patch-1Lukas Rytz2015-02-051-1/+2
|\ \ \ \ \ \