summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4415 from Ichoran/issue/9254Adriaan Moors2015-04-221-0/+25
|\
| * SI-9254 UnrolledBuffer appends in wrong positionRex Kerr2015-03-311-0/+25
* | Merge pull request #4416 from Ichoran/issue/9197Adriaan Moors2015-04-221-0/+24
|\ \
| * | SI-9197 Duration.Inf not a singleton when deserializedRex Kerr2015-03-311-0/+24
* | | Merge pull request #4462 from som-snytt/issue/badtabAdriaan Moors2015-04-221-0/+20
|\ \ \
| * | | SI-9275 Fix row-first display in REPLSom Snytt2015-04-211-0/+20
* | | | Merge pull request #4461 from adriaanm/rebase-4446Adriaan Moors2015-04-229-10/+10
|\ \ \ \
| * | | | Fix many typosMichaƂ Pociecha2015-04-219-10/+10
| |/ / /
* | | | Merge pull request #4452 from lrytz/valueClassSelfTypeBCodeAdriaan Moors2015-04-221-0/+52
|\ \ \ \
| * | | | Don't crash GenBCode for value classes with a self declarationLukas Rytz2015-04-161-0/+52
* | | | | Merge pull request #4455 from adriaanm/sbt-buildAdriaan Moors2015-04-221-1/+0
|\ \ \ \ \
| * | | | | Remove stdout/stderr output from Junit testsJason Zaugg2015-04-211-1/+0
* | | | | | Merge pull request #4464 from gourlaysama/wip/scaladoc-deprecatedVlad Ureche2015-04-223-1/+66
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-4476 add an index of deprecated members to scaladocAntoine Gourlay2015-04-223-1/+66
| | |/ / / | |/| | |
* | | | | SI-9268 Be robust against absent classfiles during signature parsingJason Zaugg2015-04-213-0/+57
* | | | | Make lambda body public rather than using static accessorJason Zaugg2015-04-171-1/+1
| |/ / / |/| | |
* | | | Merge pull request #4451 from som-snytt/issue/3368-remediateAdriaan Moors2015-04-168-2/+390
|\ \ \ \ | |/ / / |/| | |
| * | | SI-3368 Default to coalescing for 2.11Som Snytt2015-04-168-2/+390
* | | | SI-9273 Avoid unpositioned error for bare classOfJason Zaugg2015-04-152-0/+19
* | | | Merge pull request #4367 from retronym/topic/indylambda-specializationAdriaan Moors2015-04-1311-36/+59
|\ \ \ \ | |/ / / |/| | |
| * | | Disable -Ydelambdafy:method for specialized FunctionNJason Zaugg2015-04-1011-36/+59
* | | | Merge pull request #4431 from adriaanm/rebase-4379Adriaan Moors2015-04-134-3/+869
|\ \ \ \
| * | | | Patmat: efficient reasoning about mutual exclusionGerard Basler2015-04-064-3/+869
* | | | | Merge pull request #4373 from retronym/topic/indylambda-permutations-2Lukas Rytz2015-04-103-0/+74
|\ \ \ \ \
| * | | | | SI-8359 Adjust parameter order of accessor method in DelambdafyJason Zaugg2015-03-243-0/+74
| | |/ / / | |/| | |
* | | | | Merge pull request #4306 from som-snytt/issue/3368-bAdriaan Moors2015-04-095-11/+73
|\ \ \ \ \
| * | | | | SI-3368 ReviewSom Snytt2015-04-081-1/+1
| * | | | | SI-3368 Promote xml option to -XxmlSom Snytt2015-04-081-1/+1
| * | | | | SI-5699 Use ParserTestSom Snytt2015-04-081-10/+2
| * | | | | SI-3368 CDATA gets a NodeSom Snytt2015-04-084-0/+70
* | | | | | Merge pull request #4403 from gourlaysama/wip/t9239-generic-signatureAdriaan Moors2015-04-092-0/+18
|\ \ \ \ \ \
| * | | | | | SI-9239 fix java generic signature when traits extend classesAntoine Gourlay2015-03-252-0/+18
* | | | | | | Merge pull request #4386 from retronym/ticket/7741Lukas Rytz2015-04-096-0/+355
|\ \ \ \ \ \ \
| * | | | | | | SI-7741 Tread more lightly during classfile parsingJason Zaugg2015-03-256-0/+355
* | | | | | | | Merge pull request #4427 from gourlaysama/wip/t5795-scaladoc-empty-paramsLukas Rytz2015-04-094-3/+88
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-5795 empty scaladoc tags should be omitted from outputAntoine Gourlay2015-04-022-0/+67
| * | | | | | | | fix scaladoc issue with parsing of empty tagsAntoine Gourlay2015-04-022-3/+21
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #4411 from xeno-by/ticket/9252Lukas Rytz2015-04-092-0/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | SI-9252 gets rid of custom logic for jArrayClass in runtime reflectionEugene Burmako2015-03-272-0/+6
* | | | | | | | | Error message improvementesfandiar amirrahimi2015-04-082-4/+4
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #4413 from lrytz/opt/inliningEverythingLukas Rytz2015-04-0715-31/+115
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | SI-9139 don't inline across @strictfp modesLukas Rytz2015-04-011-0/+21
| * | | | | | | Test case: cannot inline a private call into a different class.Lukas Rytz2015-04-011-0/+27
| * | | | | | | Don't inlinie if the resulting method becomes too large for the JVMLukas Rytz2015-04-013-0/+18
| * | | | | | | Don't force the GenASM backend when passing -optimizeLukas Rytz2015-04-015-5/+5
| * | | | | | | Clean up the way compiler settings are accessed in the backend.Lukas Rytz2015-04-016-26/+19
| * | | | | | | Don't try to inline native methodsLukas Rytz2015-04-011-0/+11
| * | | | | | | Eliminate unreachable code before inlining a methodLukas Rytz2015-04-012-1/+15
* | | | | | | | Merge pull request #4370 from gbasler/ticket/SI-9181Adriaan Moors2015-04-064-1/+811
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add a check to ensure that if the formulas originating from the exhaustivity /Gerard Basler2015-03-024-1/+811
| | |_|/ / / / | |/| | | | |