summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | SI-5817: Add header to language.scala and languageFeature.scalaDenton Cockburn2014-12-052-0/+20
* | | | | | SI-9087 Fix min/max of reversed Double/Float orderingsJason Zaugg2015-01-201-0/+5
| |/ / / / |/| | | |
* | | | | Merge pull request #4201 from mpociecha/fix-typos-in-docs-and-commentsGrzegorz Kossakowski2015-01-1422-30/+30
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix many typos in docs and commentsmpociecha2014-12-1423-31/+31
* | | | | Merge pull request #4200 from er1c/typoJason Zaugg2015-01-091-1/+1
|\ \ \ \ \
| * | | | | Fix scaladoc OutpuStream typoEric Peters2014-12-121-1/+1
| |/ / / /
* | | | | SI-9067: Enumeration withName improvementKornel Kielczewski2015-01-051-1/+2
* | | | | Merge pull request #4191 from som-snytt/issue/8538Lukas Rytz2014-12-181-3/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SI-8538 Document extensionSom Snytt2014-12-151-3/+14
| |/ / /
* / / / SI-9043 ArrayBuffer.insert and insertAll are very slowDenton Cockburn2014-12-141-6/+7
|/ / /
* / / SI-8950 SeqView and StreamView allow indexing out of a sliceRex Kerr2014-12-062-2/+2
|/ /
* | Merge pull request #4168 from Ichoran/issue/9000Lukas Rytz2014-12-041-6/+9
|\ \
| * | SI-9000 equals for immutable collections should check identityRex Kerr2014-11-261-6/+9
* | | Merge pull request #4141 from Ichoran/issue/8970Lukas Rytz2014-12-041-2/+2
|\ \ \
| * | | SI-8970 hashCode of BigDecimal and Double do not matchRex Kerr2014-11-211-2/+2
| |/ /
* | | Merge pull request #4142 from Ichoran/issue/8783Lukas Rytz2014-12-041-4/+3
|\ \ \
| * | | SI-8783 MultiMap documentation for addBinding is incorrectRex Kerr2014-11-211-4/+3
| |/ /
* | | Merge pull request #4144 from Ichoran/issue/8951Lukas Rytz2014-12-041-0/+1
|\ \ \
| * | | SI-8951 SeqView and StreamView stack-overflow on negative index after flatMapRex Kerr2014-11-211-0/+1
| |/ /