summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | SI-8494 Restore filtering javap outputSom Snytt2014-05-231-33/+44
| | * | | | | 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
| | * | | | | Merge pull request #3736 from VladimirNik/print-types-issue-2.11.xAdriaan Moors2014-07-032-40/+78
| | |\ \ \ \ \
| | | * | | | | TypeTree printing modified (SI-8447)VladimirNik2014-05-092-40/+78
| | * | | | | | Merge pull request #3772 from densh/si/8609Adriaan Moors2014-07-032-0/+14
| | |\ \ \ \ \ \
| | | * | | | | | SI-8609 Fix flattening of definitions and imports in quasiquotesDenys Shabalin2014-05-212-0/+14
| | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Merge pull request #3863 from adriaanm/rebase-3852Adriaan Moors2014-07-031-10/+36
| | |\ \ \ \ \ \
| | | * | | | | | Document SuperAccessorsMartin Odersky2014-07-031-10/+36
| | |/ / / / / /
| | * | | | | | Merge pull request #3828 from retronym/ticket/8675Adriaan Moors2014-07-035-1/+64
| | |\ \ \ \ \ \
| | | * | | | | | SI-8675 Add another test case for swallowed type errorsJason Zaugg2014-06-262-0/+28
| | | * | | | | | SI-8675 Avoid unreported error after second try using implicit viewJason Zaugg2014-06-253-1/+36
| | * | | | | | | Merge pull request #3836 from gourlaysama/wip/t8292Grzegorz Kossakowski2014-07-011-3/+3
| | |\ \ \ \ \ \ \
| | | * | | | | | | SI-8292 report error when scaladoc fails to find doclet.Antoine Gourlay2014-07-011-3/+3
| | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | Merge pull request #3849 from gourlaysama/wip/t8690Ichoran2014-06-293-1/+15
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | SI-8690 BufferedSource.mkString mistakenly skipped the first char.Antoine Gourlay2014-06-293-1/+15
| | |/ / / / / /
* | | | | | | | Merge pull request #3873 from retronym/ticket/8710Jason Zaugg2014-07-183-3/+22
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | SI-8710 Fix crasher for value classes + private + overloadingJason Zaugg2014-07-113-3/+22
* | | | | | | | Merge pull request #3875 from pocket7878/issue/8699Vlad Ureche2014-07-131-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Rewrite explanation of doc-source-url option more clearly, and fix encoding t...Masato Sogame2014-07-131-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-032-1/+6
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | SI-8677 Duration: Zero - Inf should be MinusInfPaolo G. Giarrusso2014-06-282-1/+6
| |/ / / / / /
* | | | | | | Merge pull request #3853 from evvers/change-stringcontext-scaladocVlad Ureche2014-07-021-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Change StringContext scaladocEvgeny Vereshchagin2014-06-211-1/+1
* | | | | | | | Merge pull request #3857 from jxcoder/issue-3856Vlad Ureche2014-07-021-0/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Added example to Option.collect method.jxcoder2014-07-021-0/+11
|/ / / / / / /
* | | | | | | Merge pull request #3838 from retronym/merge/2.11.x-2.12.x-20140627Lukas Rytz2014-06-29102-157/+631
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-2.12.x-20140627Jason Zaugg2014-06-27102-157/+631
|/| | | | | | | |/ / / / /
| * | | | | Merge pull request #3778 from xeno-by/topic/plugins-is-blackboxJason Zaugg2014-06-277-1/+64
| |\ \ \ \ \
| | * | | | | adds MacroPlugin.pluginsIsBlackboxEugene Burmako2014-05-227-1/+64
| * | | | | | Merge pull request #3780 from xeno-by/topic/rangepos-macro-argsJason Zaugg2014-06-275-2/+19
| |\ \ \ \ \ \
| | * | | | | | macro args now correctly preserve range positionsEugene Burmako2014-05-235-2/+19
| | |/ / / / /
| * | | | | | 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 #3832 from jrudolph/w/fix-tailrecJason Zaugg2014-06-275-4/+97
| |\ \ \ \ \ \
| | * | | | | | SI-8657 don't miss tailrec defs in more positionsJohannes Rudolph2014-06-255-4/+97
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge pull request #3749 from huitseeker/issue/DeprecWarningJason Zaugg2014-06-2762-73/+75
| |\ \ \ \ \ \
| | * | | | | | SI-8185 Correct grammar for single-warning compilation runFrançois Garillot2014-05-1462-73/+75
| * | | | | | | Merge pull request #3758 from gourlaysama/wip/t7372Ichoran2014-06-262-8/+8
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |