summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | Scala doc update (sliding method). Added info about default step set to 1. Re...BartekJanota2015-02-041-1/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #4133 from som-snytt/issue/8976Ichoran2015-02-041-3/+14
|\ \ \ \ \
| * | | | | SI-8976 MutableList.tail.iterator.size is lengthSom Snytt2014-12-061-3/+14
* | | | | | Merge pull request #4233 from kanielc/SI-7770Lukas Rytz2015-02-031-0/+3
|\ \ \ \ \ \
| * | | | | | SI-7770 mutable.BitSet.toImmutable isn't immutableDenton Cockburn2015-01-071-0/+3
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4245 from dickwall/doc/scaladoc-concurrent-packageLukas Rytz2015-02-031-0/+74
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Added package scaladoc for the concurrent package.dickwall2015-01-121-0/+74
* | | | | | Merge pull request #4259 from mzitnik/2.11.xIchoran2015-01-301-1/+1
|\ \ \ \ \ \
| * | | | | | SI-9072 Vector ++ concatenation of parallel collection cause inconsistent res...Mark Zitnik2015-01-181-1/+1
* | | | | | | Merge pull request #4190 from kanielc/SI-5817Jason Zaugg2015-01-222-0/+20
|\ \ \ \ \ \ \