summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* SI-9379 Added toString to .zipped to allow Stream etc to short-circuitRex Kerr2015-08-302-0/+4
* SI-9381 remove last vestiges of sun.misc.UnsafeSeth Tisue2015-08-271-38/+0
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-08-206-27/+10
|\
| * Merge pull request #4693 from scala/revert-3791-ticket/8346Seth Tisue2015-08-203-24/+6
| |\
| | * Revert "SI-8346 Rebuild invariant sets in #toSet, avoiding CCE"Adriaan Moors2015-08-183-24/+6
| * | Merge pull request #4697 from martijnhoekstra/patch-3Seth Tisue2015-08-191-2/+2
| |\ \
| | * | Fix documentation of filter introduced in 13f30cmartijnhoekstra2015-08-191-2/+2
| | |/
| * / Fix method name reference in Predef documentationJanek Bogucki2015-08-191-1/+1
| |/
| * Merge pull request #4620 from lastland/patch-1Seth Tisue2015-08-071-1/+2
| |\
| | * Wait until the cat process is finished.Li Yao2015-08-071-1/+2
| | * Fix the bug in the example in scala.sys.processLi Yao2015-07-111-1/+1
| * | Merge pull request #4443 from adriaanm/abstractpromise-avoid-unsafeSeth Tisue2015-08-061-30/+7
| |\ \
| | * | SI-8362: AbstractPromise extends AtomicReferenceMariot Chauvin2015-07-291-30/+7
| * | | Merge pull request #4684 from janekdb/2.11.x-unit-return-in-mapSeth Tisue2015-08-061-1/+1
| |\ \ \
| | * | | Stop mapping to Unit when executing finally code.Janek Bogucki2015-08-051-1/+1
| * | | | Avoid unnecessary implicit view on StringJanek Bogucki2015-08-051-2/+2
| |/ / /
* | | | 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
|\ \ \ \ | |/ / / |/| / / | |/ /