summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5537 from paplorinc/hashTableIndexJason Zaugg2016-11-301-59/+24
|\
| * Optimized HashTable.indexPap Lőrinc2016-11-241-7/+7
| * Changed modulo to bitwise AND in hash calculationPap Lőrinc2016-11-231-52/+17
* | Better inliner support for 2.12 trait encodingLukas Rytz2016-11-252-2/+2
|/
* Changed HashMap.getOrElseUpdate to only calculate the index oncePap Lőrinc2016-11-181-0/+31
* Merge pull request #5481 from som-snytt/issue/10007-processLukas Rytz2016-11-183-24/+28
|\
| * SI-10007 sys.process thread syncSom Snytt2016-11-173-24/+28
* | Revert "SI-9750 isJavaAtLeast(Int)"Jason Zaugg2016-11-161-6/+0
* | Restore binary compatiblity with 2.12.0Jason Zaugg2016-11-161-3/+3
* | Typo and spelling correctionsJanek Bogucki2016-11-1145-58/+57
* | Merge pull request #5303 from xuwei-k/isNaN-boxingJason Zaugg2016-11-111-5/+5
|\ \
| * | avoid boxingxuwei-k2016-10-281-5/+5
* | | 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-115-10/+8
|\ \ \ \
| * | | | Manually inlined all other instances of Platform.arraycopy to System.arraycopyRex Kerr2016-11-094-5/+4
| * | | | Improved runtime speed for Vector, restoring previous performance.Rex Kerr2016-11-091-5/+4
| | |_|/ | |/| |
* | | | Merge pull request #5507 from viktorklang/wip-SI-10034-√Jason Zaugg2016-11-101-1/+1
|\ \ \ \
| * | | | Regression: Make Future.failed(e).failed turn into a success instead of failureViktor Klang2016-11-081-1/+1
| |/ / /
* | | | 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
* | | | | Merge pull request #5276 from som-snytt/issue/9750Seth Tisue2016-10-261-17/+49
|\ \ \ \ \
| * | | | | SI-9750 Spec check major.minor.securitySom Snytt2016-07-211-21/+47
| * | | | | SI-9750 isJavaAtLeast(Int)Som Snytt2016-07-151-0/+2
| * | | | | SI-9750 Tweak tests for what is a numberSom Snytt2016-07-151-1/+1
| * | | | | SI-9750 scala.util.Properties.isJavaAtLeast works with JDK9Pavel Petlinsky2016-07-131-11/+15
* | | | | | assorted typo fixes, cleanup, updating of commentsSeth Tisue2016-10-244-22/+22
* | | | | | Merge pull request #5451 from lifuhuang/patch-1Lukas Rytz2016-10-211-3/+3
|\ \ \ \ \ \
| * | | | | | Replace deprecated conformsLifu Huang2016-10-091-3/+3
* | | | | | | 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-203-9/+10
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 2.11.x into 2.12.x, including #5239, #5240Adriaan Moors2016-10-181-0/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | Merge pull request #5239 from martijnhoekstra/doc_capitalizeAdriaan Moors2016-10-181-0/+1
| | |\ \ \ \ \ \ \
| | | * | | | | | | doc: capitalize only works on BMP charactersMartijn Hoekstra2016-06-211-0/+1
| | | | |_|_|_|/ / | | | |/| | | | |
| * | | | | | | | Merge 2.11.x into 2.12.xAdriaan Moors2016-10-182-9/+9
| |\| | | | | | |
| | * | | | | | | In ProcessBuilder docs, replace .lines w/ .lineStreamPaul Kernfeld2016-09-162-9/+9
| | |/ / / / / /
| | * | | | | | SI-9737 [no-merge] Backport stringOf ParIterableNicolas Stucki2016-06-031-2/+2
* | | | | | | | 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-144-10/+32
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Explicit SerialVersionUID for all ClassTags / ManifestsLukas Rytz2016-09-304-10/+32
* | | | | | | Merge pull request #5416 from SethTisue/merge-2.12.0-to-2.12.x-sep-24Seth Tisue2016-10-053-25/+24
|\| | | | | |
| * | | | | | Merge pull request #5430 from adriaanm/dev235Adriaan Moors2016-09-291-9/+10
| |\ \ \ \ \ \
| | * | | | | | Make some name suffixes constantsAdriaan Moors2016-09-281-9/+10