summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* Unfinalize the class DefaultPromiseJason Zaugg2015-08-131-6/+8
* Merge pull request #4608 from ruippeixotog/improve-mutable-treesetSeth Tisue2015-08-064-54/+182
|\
| * SI-6938 Use mutable red-black tree in TreeSetRui Gonçalves2015-07-284-54/+182
* | Merge pull request #4648 from Ichoran/issue/8554-againSeth Tisue2015-08-063-12/+19
|\ \
| * | SI-8554 Two-arg remove throws exception on large countRex Kerr2015-07-193-12/+19
* | | Merge pull request #4677 from qilab-/ticket-9426Seth Tisue2015-08-061-6/+6
|\ \ \
| * | | add @deprecatedNameqilab gamma2015-08-041-3/+3
| * | | rename argument f of LinearSeqOptimized.reduceLeft to op in accordance with s...qilab gamma2015-08-021-2/+2
| * | | rename argument f of LinearSeqOptimized.foldLeft/foldRight to op in accordanc...qilab gamma2015-08-021-4/+4
* | | | Merge branch '2.11.x' into 2.12.xAdriaan Moors2015-08-058-44/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | Delegate null test to OptionJanek Bogucki2015-08-042-37/+9
| * | | ScalaDoc fixes for library and library-auxJanek Bogucki2015-07-286-7/+7
* | | | Merge pull request #4649 from janekdb/2.12.x-noTraceSuppressionJason Zaugg2015-07-272-3/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Align noTraceSuppression val names to system property nameJanek Bogucki2015-07-202-3/+5
* | | | Merge pull request #4647 from Ichoran/issue/8911Lukas Rytz2015-07-231-4/+5
|\ \ \ \
| * | | | SI-8911 scala.collection.convert.Wrappers$MapWrapper not serializableRex Kerr2015-07-191-4/+5
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-231-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | SI-9406 fix doc for Range.takeRightSeth Tisue2015-07-181-1/+1
* | | | remove legacy bincompat stuff in Predef.scala, Stream.scalaSeth Tisue2015-07-212-22/+0
| |_|/ |/| |
* | | Remove our fork of forkjoin. Java 8 bundles it.Adriaan Moors2015-07-157-7/+104
| |/ |/|
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-135-5/+14
|\|
| * Merge pull request #4596 from janekdb/2.11.x-typos-p-rSeth Tisue2015-07-011-1/+1
| |\
| | * Fix 27 typos (p-r)Janek Bogucki2015-06-301-1/+1
| * | Merge pull request #4576 from som-snytt/issue/9206-moreSeth Tisue2015-07-012-0/+5
| |\ \ | | |/ | |/|
| | * SI-9206: REPL custom welcome messageSom Snytt2015-06-232-0/+5
| * | SI-8140 Documentation references java.lang.String directlyvsalvis2015-06-292-4/+8
* | | [ SI-7514 ] Introduce Source.fromClassPath(resource) methodEugene Dzhurinsky2015-07-071-0/+10
* | | Include sources for scala-java8-compat instead of jarLukas Rytz2015-07-01135-0/+3120
* | | Fix size update on `mutable.TreeMap#clear()`Rui Gonçalves2015-06-262-2/+4
* | | Merge pull request #4504 from ruippeixotog/mutable-treemapAdriaan Moors2015-06-254-0/+792
|\ \ \
| * | | SI-4147 Add an implementation of `mutable.TreeMap`Rui Gonçalves2015-05-304-0/+792
* | | | Merge pull request #4514 from martijnhoekstra/patch-2Adriaan Moors2015-06-251-29/+58
|\ \ \ \
| * | | | StringLike.split fixed for surrogates and docmartijnhoekstra2015-05-281-29/+58
| |/ / /
* | | | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-2416-542/+295
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #4574 from janekdb/2.11.x-typos-g-iJason Zaugg2015-06-231-1/+1
| |\ \ | | |/ | |/|
| | * Fix 25 typos (g-i)Janek Bogucki2015-06-221-1/+1
| * | Merge pull request #4564 from som-snytt/issue/promptv2.11.7Adriaan Moors2015-06-221-3/+4
| |\ \ | | |/ | |/|
| | * SI-9206 BooleanProp if set and not untrueSom Snytt2015-06-181-3/+4
| * | Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
| * | Merge pull request #4331 from Ichoran/issue/8930Adriaan Moors2015-06-191-5/+12
| |\ \ | | |/ | |/|
| | * SI-8930 - Vector updated, +:, and :+ slow when typed as Seq[A]Rex Kerr2015-06-181-5/+12
| * | Merge pull request #4539 from vsalvis/vsalvis-docfixesSeth Tisue2015-06-184-22/+7
| |\ \
| | * | SI-8543 doc: Move TODO out of NumericRange's scaladocvsalvis2015-06-171-4/+4
| | * | SI-8858 doc: fix note about PartialFunction in Function0, F1 and F2vsalvis2015-06-173-18/+3
| * | | Merge pull request #4553 from som-snytt/issue/implicit-docSeth Tisue2015-06-181-0/+6
| |\ \ \
| | * | | SI-9354 ScalaDoc members added via by-name viewSom Snytt2015-06-141-0/+6
| | |/ /
| * | | Merge pull request #4527 from nicky-zs/fix_BigDecimalLukas Rytz2015-06-181-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | fix BigDecimal loosing MathContextZhong Sheng2015-05-271-2/+2
| * | | Merge pull request #4558 from janekdb/2.11.x-scaladoc-1-list-buffer-tryAdriaan Moors2015-06-172-2/+2
| |\ \ \
| | * | | Improve API documentation for ListBuffer and TryJanek Bogucki2015-06-162-2/+2