summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | Merge pull request #3866 from Blaisorblade/issue/8677-backportLukas Rytz2014-07-091-1/+1
| |\ \
| | * | [backport] SI-8677 Duration: Zero - Inf should be MinusInfPaolo G. Giarrusso2014-07-041-1/+1
| * | | Merge pull request #3842 from Ichoran/issue/8335Adriaan Moors2014-07-041-4/+2
| |\ \ \
| | * | | SI-8335 List.++ avoidably burns memoryRex Kerr2014-06-271-4/+2
| * | | | Merge pull request #3840 from Ichoran/issue/8638Adriaan Moors2014-07-041-21/+27
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | SI-8638 Empty UnrolledBuffer hangs on prepend.Rex Kerr2014-06-271-21/+27
| | |/ /
| * | | Merge pull request #3841 from Ichoran/issue/5200Adriaan Moors2014-07-032-12/+12
| |\ \ \
| | * | | SI-5200 Incorrect advice for implementing mutable.Set in scaladocRex Kerr2014-06-272-12/+12
| | |/ /
| * | | Merge pull request #3839 from Ichoran/issue/7115Adriaan Moors2014-07-033-1/+24
| |\ \ \
| | * | | SI-7115 JMapWrapper.get can incorrectly return Some(null)Rex Kerr2014-06-273-1/+24
| | |/ /
| * | | Merge pull request #3834 from Ichoran/issue/7577Adriaan Moors2014-07-034-3/+4
| |\ \ \
| | * | | SI-7577 Incorrect documentation: current default isn't VectorRex Kerr2014-06-264-3/+4
| * | | | SI-8690 BufferedSource.mkString mistakenly skipped the first char.Antoine Gourlay2014-06-291-1/+1
| | |/ / | |/| |
* | | | Merge pull request #3864 from jxcoder/SI-8705Vlad Ureche2014-07-091-8/+19
|\ \ \ \
| * | | | [scaladoc] Changed align of example code to Option.contains and Option.collec...Maks Atygaev2014-07-051-16/+16
| * | | | SI-8705 Added example to Option.contains method.jxcoder2014-07-031-0/+11
* | | | | Merge pull request #3837 from hamnis/source-closeableAdriaan Moors2014-07-041-2/+2
|\ \ \ \ \
| * | | | | scala.io.Source now implements java.io.CloseableErlend Hamnaberg2014-06-271-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3843 from Blaisorblade/topic/fix-minus-infAdriaan Moors2014-07-031-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-8677 Duration: Zero - Inf should be MinusInfPaolo G. Giarrusso2014-06-281-1/+1
| |/ / /
* | | | Merge pull request #3853 from evvers/change-stringcontext-scaladocVlad Ureche2014-07-021-1/+1
|\ \ \ \
| * | | | Change StringContext scaladocEvgeny Vereshchagin2014-06-211-1/+1
* | | | | Added example to Option.collect method.jxcoder2014-07-021-0/+11
|/ / / /
* | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-2.12.x-20140627Jason Zaugg2014-06-274-27/+51
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge pull request #3835 from Ichoran/issue/7562Jason Zaugg2014-06-271-2/+8
| |\ \
| | * | SI-7562 Regex.findAllIn does not report all matchesRex Kerr2014-06-261-2/+8
| | |/
| * | Merge pull request #3758 from gourlaysama/wip/t7372Ichoran2014-06-261-6/+6
| |\ \ | | |/ | |/|
| | * SI-7372 make binarySearch methods use the same parameters for the same things.Antoine Gourlay2014-06-121-5/+5
| | * SI-7372 fix wrong insertion point for binary & linear search.Antoine Gourlay2014-06-041-2/+2
| * | Merge pull request #3806 from clhodapp/fix/SI-6967Adriaan Moors2014-06-251-19/+29
| |\ \
| | * | SI-6967 Fix ClassTag unapply for primitivesclhodapp2014-06-101-19/+29