summaryrefslogtreecommitdiff
path: root/src/library/scala/collection
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Override equals and hashCode for WrappedArrayAlexey Romanov2016-12-211-0/+54
* | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-12-201-2/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | SI-10086 NumericRange.min|max with custom Integral (#5575)Tobias Schlatter2016-12-121-2/+7
| |/
* | Merge pull request #5531 from tabdulradi/SI-10060Lukas Rytz2016-12-121-2/+2
|\ \
| * | SI-10060 Fixes NumericRange.max bug on empty rangesTamer AbdulRadi2016-11-161-2/+2
* | | Merge pull request #5527 from som-snytt/fix/use-modern-replaceLukas Rytz2016-12-121-9/+3
|\ \ \
| * | | String.replaceAllLiterally is String.replaceSom Snytt2016-11-131-9/+3
| |/ /
* | | Merge pull request #5569 from paplorinc/rotrLukas Rytz2016-12-122-19/+8
|\ \ \
| * | | Changed hashing bit rotation to use Integer.rotateRightPap Lőrinc2016-12-072-19/+8
* | | | Applied further cleanup to VectorPap Lőrinc2016-12-061-56/+63
* | | | Changed >> to >>> in Vector to unify stylePap Lőrinc2016-12-061-118/+118
* | | | Applied suggestions to Vector cleanupPap Lőrinc2016-12-061-179/+161
* | | | Deleted leftover code-comments from VectorPap Lőrinc2016-12-061-93/+20
* | | | Deleted leftover debug method from VectorPap Lőrinc2016-12-061-38/+0
* | | | Unified masks in VectorPap Lőrinc2016-12-061-31/+31
* | | | Removed redundant casts from VectorPap Lőrinc2016-12-061-29/+29
|/ / /
* | | Optimized HashTable.indexPap Lőrinc2016-11-241-7/+7
* | | Changed modulo to bitwise AND in hash calculationPap Lőrinc2016-11-231-52/+17
* | | Changed HashMap.getOrElseUpdate to only calculate the index oncePap Lőrinc2016-11-181-0/+31
* | | Restore binary compatiblity with 2.12.0Jason Zaugg2016-11-161-3/+3
|/ /
* | Typo and spelling correctionsJanek Bogucki2016-11-1112-20/+19
* | Merge pull request #5335 from rumoku/SI-9888Jason Zaugg2016-11-111-0/+1
|\ \
| * | SI-9888. Prevent OOM on ParRange. Improve toString.Vladimir Glushak2016-10-021-0/+1
* | | Merge pull request #5516 from Ichoran/non-slow-vector-twelveJason Zaugg2016-11-114-8/+7
|\ \ \
| * | | Manually inlined all other instances of Platform.arraycopy to System.arraycopyRex Kerr2016-11-093-3/+3
| * | | Improved runtime speed for Vector, restoring previous performance.Rex Kerr2016-11-091-5/+4
* | | | Merge commit 'b9a16c4' into 2.12.xJason Zaugg2016-11-081-13/+10
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge pull request #5378 from som-snytt/issue/9913Seth Tisue2016-10-261-13/+10
| |\ \
| | * | SI-9913 Tighten bolts on span iteratorSom Snytt2016-09-061-13/+10
| | * | SI-9913 Lead span iterator finishes at state -1Som Snytt2016-09-051-1/+1
* | | | Merge pull request #5373 from TimWSpence/2.12.xSeth Tisue2016-10-311-3/+3
|\ \ \ \
| * | | | SI-9909: corrected stream example so it does not give forward referenceTim Spence2016-10-211-3/+3
* | | | | assorted typo fixes, cleanup, updating of commentsSeth Tisue2016-10-241-1/+1
* | | | | Merge pull request #5371 from chrisokasaki/issue/9906Seth Tisue2016-10-201-0/+19
|\ \ \ \ \
| * | | | | SI-9906: override ListBuffer.last/lastOption to run in O(1) timechrisokasaki2016-08-301-0/+19
| |/ / / /
* | | | | Merge pull request #5400 from sjrd/rewrite-traversablelike-stringprefixSeth Tisue2016-10-201-12/+59
|\ \ \ \ \
| * | | | | Rewrite TraversableLike.stringPrefix not to blow up code size in Scala.js.Sébastien Doeraene2016-09-151-12/+59
| |/ / / /
* | | | | Merge pull request #5463 from adriaanm/merge-2.11-to-2.12Seth Tisue2016-10-201-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge 2.11.x into 2.12.x, including #5239, #5240Adriaan Moors2016-10-181-0/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | doc: capitalize only works on BMP charactersMartijn Hoekstra2016-06-211-0/+1
| | | |/ / | | |/| |
* | / | | Fix typo in GenTraversableLikeBoris Korogvich2016-10-201-1/+1
|/ / / /
* | | | Merge remote-tracking branch 'origin/2.12.0' into merge/2.12.0-to-2.12.xJason Zaugg2016-10-141-0/+1
|\ \ \ \
| * | | | Explicit SerialVersionUID for all ClassTags / ManifestsLukas Rytz2016-09-301-0/+1
| | |/ / | |/| |
* / | | SI-9936 SeqLike.indexWhere starts at zeroSom Snytt2016-09-261-1/+1
|/ / /
* | / SI-9823 Collections perf: favor virtual call over instanceofJason Zaugg2016-08-303-10/+21
| |/ |/|
* | SD-128 fix override checks for default methodsLukas Rytz2016-08-121-7/+7
* | Merge pull request #5323 from szeiger/issue/7838-2Seth Tisue2016-08-123-0/+15
|\ \
| * | SI-7838 Document the multi-threading semantics of List and VectorStefan Zeiger2016-08-123-0/+15
* | | Merge pull request #5306 from szeiger/issue/8576Stefan Zeiger2016-08-121-0/+1
|\ \ \
| * | | SI-8576 Minimal changes for `-Xcheckinit` compatibilityStefan Zeiger2016-08-121-0/+1