summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3928 from kzys/dup-html-idsGrzegorz Kossakowski2014-09-021-4/+9
|\
| * Scaladoc: the value of an id attribute must be unique within a documentKato Kazuyoshi2014-08-131-4/+9
* | Merge pull request #3920 from rubyu/issue/7350Grzegorz Kossakowski2014-09-011-0/+298
|\ \
| * | Translate to jUnit test casesrubyu2014-08-263-345/+298
| * | SI-7350 Prevent resource leaks in PipedProcesses.runAndExitValue()rubyu2014-08-072-0/+345
| |/
* / Prevent SI-7905 by adding a testKato Kazuyoshi2014-07-312-0/+37
|/
* Merge pull request #3877 from retronym/merge/2.11.x-to-2.12.x-20140714Jason Zaugg2014-07-1841-49/+258
|\
| * Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2014...Jason Zaugg2014-07-1441-49/+258
| |\
| | * Merge pull request #3867 from lrytz/t8708Lukas Rytz2014-07-099-0/+75
| | |\
| | | * SI-8708 Fix pickling of LOCAL_CHILD child of sealed classesLukas Rytz2014-07-079-0/+75
| | * | Merge pull request #3866 from Blaisorblade/issue/8677-backportLukas Rytz2014-07-091-0/+5
| | |\ \
| | | * | [backport] SI-8677 Duration: Zero - Inf should be MinusInfPaolo G. Giarrusso2014-07-041-0/+5
| | | |/
| | * | Use countElementsAsString for summarized warnings.Adriaan Moors2014-07-0419-19/+19
| | * | Remove deprecationWarning, currentReporting from ReportingAdriaan Moors2014-07-041-0/+7
| | * | Uniformly route reporting through reporter.Adriaan Moors2014-07-041-0/+5
| | * | Move reporting logic into Reporting traitAdriaan Moors2014-07-046-14/+18
| | * | Unclutter Reporter. Move truncation to ReplReporter.Adriaan Moors2014-07-044-4/+8
| | |/
| | * Merge pull request #3736 from VladimirNik/print-types-issue-2.11.xAdriaan Moors2014-07-031-26/+51
| | |\
| | | * TypeTree printing modified (SI-8447)VladimirNik2014-05-091-26/+51
| | * | Merge pull request #3772 from densh/si/8609Adriaan Moors2014-07-031-0/+12
| | |\ \
| | | * | SI-8609 Fix flattening of definitions and imports in quasiquotesDenys Shabalin2014-05-211-0/+12
| | * | | Merge pull request #3828 from retronym/ticket/8675Adriaan Moors2014-07-034-0/+63
| | |\ \ \
| | | * | | 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-252-0/+35
| | * | | | SI-8690 BufferedSource.mkString mistakenly skipped the first char.Antoine Gourlay2014-06-292-0/+14
* | | | | | SI-8710 Fix crasher for value classes + private + overloadingJason Zaugg2014-07-111-0/+17
|/ / / / /
* | | | | Merge pull request #3843 from Blaisorblade/topic/fix-minus-infAdriaan Moors2014-07-031-0/+5
|\ \ \ \ \
| * | | | | SI-8677 Duration: Zero - Inf should be MinusInfPaolo G. Giarrusso2014-06-281-0/+5
* | | | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-2.12.x-20140627Jason Zaugg2014-06-2791-109/+503
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge pull request #3778 from xeno-by/topic/plugins-is-blackboxJason Zaugg2014-06-275-0/+40
| |\ \ \ \
| | * | | | adds MacroPlugin.pluginsIsBlackboxEugene Burmako2014-05-225-0/+40
| * | | | | Merge pull request #3780 from xeno-by/topic/rangepos-macro-argsJason Zaugg2014-06-274-0/+16
| |\ \ \ \ \
| | * | | | | macro args now correctly preserve range positionsEugene Burmako2014-05-234-0/+16
| | |/ / / /
| * | | | | Merge pull request #3832 from jrudolph/w/fix-tailrecJason Zaugg2014-06-274-2/+92
| |\ \ \ \ \
| | * | | | | SI-8657 don't miss tailrec defs in more positionsJohannes Rudolph2014-06-254-2/+92
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #3749 from huitseeker/issue/DeprecWarningJason Zaugg2014-06-2761-71/+71
| |\ \ \ \ \
| | * | | | | SI-8185 Correct grammar for single-warning compilation runFrançois Garillot2014-05-1461-71/+71
| * | | | | | Merge pull request #3758 from gourlaysama/wip/t7372Ichoran2014-06-261-2/+2
| |\ \ \ \ \ \
| | * | | | | | 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-253-31/+67
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | SI-6967 Fix ClassTag unapply for primitivesclhodapp2014-06-103-31/+67
| * | | | | | | SI-8672 Better end-of-sentence detection for ScaladocJason Zaugg2014-06-202-0/+36
| * | | | | | | Merge pull request #3797 from retronym/topic/exhaust-compoundJason Zaugg2014-06-113-0/+45
| |\ \ \ \ \ \ \
| | * | | | | | | SI-8631 Treat `A with Sealed` as enumerable for pattern matchingJason Zaugg2014-06-103-0/+45
| * | | | | | | | Merge pull request #3781 from retronym/topic/8611Jason Zaugg2014-06-117-0/+129
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-8611 Avoid accidental patmat unification with refinement typesJason Zaugg2014-06-107-0/+129
| | |/ / / / / / /
| * | | | | | | | Merge pull request #3777 from som-snytt/issue/5905-testJason Zaugg2014-06-101-3/+5
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | SI-5905 Clarify test caseSom Snytt2014-05-221-3/+5
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.xJason Zaugg2014-06-1021-142/+253
|\| | | | | | |
| * | | | | | | Merge pull request #3815 from retronym/topic/java8-support-2Adriaan Moors2014-06-104-104/+31
| |\ \ \ \ \ \ \