summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge remote-tracking branch 'upstream/2.11.x' into backportsLukas Rytz2014-08-266-172/+257
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | [backport] Fixes cut sentences in the generated scaladocsDominik Gruntz2014-08-1111-18/+18
| * | | | [backport] Refactored example to Option.collect method.jxcoder2014-08-111-3/+3
| * | | | [backport] Fixed mathematically wrong statement in the documentation of scala...Malte Isberner2014-08-111-5/+12
| * | | | [backport] Fix scaladoc typoLukas Elmer2014-08-111-1/+1
| * | | | [backport] Did not know of the fix for SI-8672. Followed the recommendation g...Dominik Gruntz2014-08-111-2/+2
| * | | | [backport] Fixes first sentence delimitersdgruntz2014-08-111-2/+2
| * | | | [backport] [scaladoc] Changed align of example code to Option.contains and Op...Maks Atygaev2014-08-111-16/+16
| * | | | [backport] SI-8705 Added example to Option.contains method.jxcoder2014-08-111-0/+11
| * | | | [backport] Added example to Option.collect method.jxcoder2014-08-111-0/+11
| * | | | [backport] Change StringContext scaladocEvgeny Vereshchagin2014-08-111-1/+1
| * | | | [backport] som-snytt's update to wordingMax Bileschi2014-08-111-3/+3
| * | | | [backport] Revised comment to appeal to lchoran's and som-snytts commentsMax Bileschi2014-08-111-5/+4
| * | | | [backport] Update PartialFunction documentation to include the fact that the ...Max Bileschi2014-08-111-1/+1
| * | | | [backport] Update PartialFunction documentation to include the fact that the ...Max Bileschi2014-08-111-1/+7
| * | | | [backport] Make comment consistent with codeEvgeny Vereshchagin2014-08-111-1/+1
* | | | | Merge commit '47908f1' into merge/2.11-to-2.12-is-it-really-sept-2-already-wh...Lukas Rytz2014-09-026-172/+257
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #3923 from som-snytt/issue/8787Grzegorz Kossakowski2014-08-191-169/+245
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | SI-8787 Addressing feedback, additional periods.Som Snytt2014-08-121-31/+65
| | * | | SI-8787 Update doc for RegexSom Snytt2014-08-101-134/+175
| | * | | SI-8787 If you love nulls, so does RegexSom Snytt2014-08-081-10/+11
| | |/ /
| * | | SI-8512 Infer a type for f"$args"Som Snytt2014-08-121-1/+1
| * | | Merge pull request #3907 from gourlaysama/wip/proxyLukas Rytz2014-08-124-0/+4
| |\ \ \
| | * | | a few missing deprecations in proxy collections.Antoine Gourlay2014-07-314-0/+4
| | |/ /
| * | | Merge pull request #3889 from som-snytt/issue/6476-altLukas Rytz2014-08-121-2/+7
| |\ \ \ | | |/ / | |/| |
| | * | SI-6476 Improve error on escapementSom Snytt2014-07-181-2/+7
* | | | Merge commit '01f2d27' into merge/2.11-to-2.12-is-it-really-sept-2-already-wh...Lukas Rytz2014-09-023-24/+71
|\| | |
| * | | Fixed incorrect example in StringContext.raw docDan Garrette2014-07-211-1/+1
| * | | Remove "throws InvalidEscapeException" from StringContext.raw docDan Garrette2014-07-211-2/+0
| * | | SI-8738 Regression in range equalityRex Kerr2014-07-201-9/+10
| |/ /
| * | SI-8590 Expand doc comments for ExecutionContextPhilipp Haller2014-07-141-12/+60
* | | Merge pull request #3920 from rubyu/issue/7350Grzegorz Kossakowski2014-09-013-73/+93
|\ \ \
| * | | SI-7350 Prevent resource leaks in PipedProcesses.runAndExitValue()rubyu2014-08-073-73/+93
* | | | mutable.LongMap.fromZip takes collection.IterableDenis Rosset2014-08-101-1/+1
* | | | Merge pull request #3918 from dgruntz/doc/firstSentenceFixesGrzegorz Kossakowski2014-08-0711-18/+18
|\ \ \ \
| * | | | Fixes cut sentences in the generated scaladocsDominik Gruntz2014-08-0611-18/+18
| |/ / /
* | | | Merge pull request #3898 from adriaanm/jxcoder-issue-3861Grzegorz Kossakowski2014-08-071-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Refactored example to Option.collect method.jxcoder2014-07-251-3/+3
* | | | Merge pull request #3892 from misberner/docfix-PartialOrderingGrzegorz Kossakowski2014-07-251-5/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed mathematically wrong statement in the documentation of scala.math.Parti...Malte Isberner2014-07-211-5/+12
* | | | Merge pull request #3822 from mlbileschi/mlbileschi-updatePartialFunctionDocu...Grzegorz Kossakowski2014-07-251-0/+5
|\ \ \ \
| * | | | som-snytt's update to wordingMax Bileschi2014-07-081-3/+3
| * | | | Revised comment to appeal to lchoran's and som-snytts commentsMax Bileschi2014-06-271-5/+4
| * | | | Update PartialFunction documentation to include the fact that the caller is r...Max Bileschi2014-06-121-1/+1
| * | | | Update PartialFunction documentation to include the fact that the caller is r...Max Bileschi2014-06-121-1/+7
* | | | | Merge pull request #3880 from dgruntz/patch-1Grzegorz Kossakowski2014-07-251-2/+2
|\ \ \ \ \
| * | | | | Did not know of the fix for SI-8672. Followed the recommendation given by som...Dominik Gruntz2014-07-151-2/+2
| * | | | | Fixes first sentence delimitersdgruntz2014-07-151-2/+2
* | | | | | Fix scaladoc typoLukas Elmer2014-07-211-1/+1
| |_|/ / / |/| | | |
* | | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2014...Jason Zaugg2014-07-1412-42/+70
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |