summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3928 from kzys/dup-html-idsGrzegorz Kossakowski2014-09-024-24/+35
|\
| * Scaladoc: the value of an id attribute must be unique within a documentKato Kazuyoshi2014-08-134-24/+35
* | Merge pull request #3920 from rubyu/issue/7350Grzegorz Kossakowski2014-09-014-73/+391
|\ \
| * | Translate to jUnit test casesrubyu2014-08-263-345/+298
| * | SI-7350 Prevent resource leaks in PipedProcesses.runAndExitValue()rubyu2014-08-075-73/+438
* | | Merge pull request #3924 from denisrosset/2.12.xGrzegorz Kossakowski2014-08-191-1/+1
|\ \ \
| * | | mutable.LongMap.fromZip takes collection.IterableDenis Rosset2014-08-101-1/+1
| | |/ | |/|
* | | Merge pull request #3900 from kzys/jira-7905Lukas Rytz2014-08-122-0/+37
|\ \ \ | |/ / |/| |
| * | Prevent SI-7905 by adding a testKato Kazuyoshi2014-07-312-0/+37
| |/
* | 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 #3881 from pocket7878/issue/6144Grzegorz Kossakowski2014-07-253-12/+20
|\ \ \
| * | | Update javadoc tag to new scaladoc tags.Masato Sogame2014-07-153-12/+20
* | | | 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
| |/ / /
* | | | Merge pull request #3891 from lukaselmer/fix-scaladoc-typoGrzegorz Kossakowski2014-07-251-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix scaladoc typoLukas Elmer2014-07-211-1/+1
|/ / /
* | | Merge pull request #3877 from retronym/merge/2.11.x-to-2.12.x-20140714Jason Zaugg2014-07-18120-611/+1121
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2014...Jason Zaugg2014-07-14120-611/+1121
| |\ \ \ | | |/ / | |/| |
| | * | Merge pull request #3867 from lrytz/t8708Lukas Rytz2014-07-0911-6/+122
| | |\ \
| | | * | SI-8708 Fix pickling of LOCAL_CHILD child of sealed classesLukas Rytz2014-07-0711-6/+122
| | * | | Merge pull request #3866 from Blaisorblade/issue/8677-backportLukas Rytz2014-07-092-1/+6
| | |\ \ \
| | | * | | [backport] SI-8677 Duration: Zero - Inf should be MinusInfPaolo G. Giarrusso2014-07-042-1/+6
| | * | | | Merge pull request #3868 from adriaanm/report-filterAdriaan Moors2014-07-081-0/+13
| | |\ \ \ \
| | | * | | | Restore reporter forwarders in CompilationUnitAdriaan Moors2014-07-081-0/+13
| | |/ / / /
| | * | | | Merge pull request #3820 from adriaanm/report-filterAdriaan Moors2014-07-0686-469/+651
| | |\ \ \ \
| | | * | | | Use countElementsAsString for summarized warnings.Adriaan Moors2014-07-0420-23/+23
| | | * | | | Encapsulate deprecation warning message synthesis.Adriaan Moors2014-07-044-3/+9
| | | * | | | Remove deprecationWarning, currentReporting from ReportingAdriaan Moors2014-07-047-33/+59
| | | * | | | Rip out reporting indirection from CompilationUnitAdriaan Moors2014-07-0444-175/+152
| | | * | | | Route type checker reporting through contextAdriaan Moors2014-07-044-28/+36
| | | * | | | Track symbol that caused a deprecation warning.Adriaan Moors2014-07-048-22/+30
| | | * | | | Uniformly route reporting through reporter.Adriaan Moors2014-07-047-58/+116
| | | * | | | Move reporting logic into Reporting traitAdriaan Moors2014-07-0420-193/+268
| | | * | | | Pure refactor: reorder definitionsAdriaan Moors2014-07-041-23/+32
| | | * | | | Unclutter Reporter. Move truncation to ReplReporter.Adriaan Moors2014-07-0411-62/+77
| | |/ / / /
| | * | | | 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 #3788 from som-snytt/issue/8494Adriaan Moors2014-07-041-40/+56
| | |\ \ \ \
| | | * | | | SI-8494 Javap filter includes specializedSom Snytt2014-05-231-8/+13