summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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 commit 'fedbfd7' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-2127-39/+1024
|\| | | | | | | | | |
| * | | | | | | | | | 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
| | | |_|/ / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge pull request #4436 from adriaanm/rebase-4082Adriaan Moors2015-04-131-0/+43
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | SI-8336: add `fold` & `toEither` to `util.Try`cchantep2015-04-071-0/+43
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-0125-42/+205
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #4418 from lrytz/t8731-relaxAdriaan Moors2015-03-311-4/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | SI-8731 don't issue a @switch warning for two-case matchesLukas Rytz2015-03-311-4/+1
| | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #4375 from som-snytt/issue/8861Lukas Rytz2015-03-312-0/+12
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | SI-8861 Handle alias when probing for AnySom Snytt2015-03-092-0/+12
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | SI-8689 Make a Future test case determisticJason Zaugg2015-03-311-2/+7
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge pull request #4318 from soc/topic/remove-deprecation-warningsLukas Rytz2015-03-283-21/+2
| |\ \ \ \ \ \ \
| | * | | | | | | new{Term,Type}Name→{Term,Type}Name, tpename/nme→{type,term}NamesSimon Ochsenreither2015-03-263-21/+2
| * | | | | | | | Merge pull request #4410 from gourlaysama/wip/t9038-encoding-issuesVlad Ureche2015-03-281-0/+22
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | SI-9038 fix scaladoc syntax highlightning to leave unicode aloneAntoine Gourlay2015-03-261-0/+22
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge pull request #4361 from retronym/ticket/9182Lukas Rytz2015-03-262-0/+15
| |\ \ \ \ \ \ \
| | * | | | | | | SI-9182 Fix runtime reflection with package object, overloadsJason Zaugg2015-02-252-0/+15
| * | | | | | | | Merge pull request #4358 from xeno-by/topic/names-defaultsLukas Rytz2015-03-262-13/+26
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | better errors for macro applications with wrong number of argumentsEugene Burmako2015-02-242-13/+26
| | |/ / / / / /
| * | | | | | | Merge pull request #4310 from som-snytt/issue/9127-bLukas Rytz2015-03-255-2/+25
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | SI-9127 Xlint doesn't think spaces are significantSom Snytt2015-02-215-2/+25
| * | | | | | | Merge pull request #4380 from retronym/ticket/9020Jason Zaugg2015-03-242-0/+11
| |\ \ \ \ \ \ \
| | * | | | | | | SI-9020 Avoid spurious value discarding warning post-typerJason Zaugg2015-03-122-0/+11
| * | | | | | | | Merge pull request #4360 from retronym/ticket/9170Jason Zaugg2015-03-243-0/+13
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-9170 Fix resident compilation / specialization NPEJason Zaugg2015-02-253-0/+13
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #4364 from som-snytt/issue/sessiontestJason Zaugg2015-03-241-0/+58
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-9170 More flexible SessionTestSom Snytt2015-03-031-0/+58
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge pull request #4387 from retronym/ticket/9231Jason Zaugg2015-03-242-0/+13
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SI-9231 Don't attempt implicit search for erroneous parameterJason Zaugg2015-03-172-0/+13
| | | |_|/ / / / / | | |/| | | | | |
* | | | | | | | | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-01108-208/+3948
|\| | | | | | | | | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Merge pull request #4378 from som-snytt/issue/9102Jason Zaugg2015-03-241-0/+81
| |\ \ \ \ \ \ \
| | * | | | | | | SI-9102: Improve testSom Snytt2015-03-111-0/+8