summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Make two tests work under -Ydelambdafy:methodJason Zaugg2015-05-264-61/+66
* Fix several tests under GenBCodeLukas Rytz2015-05-2612-14/+17
* Merge pull request #4477 from retronym/ticket/9286Adriaan Moors2015-05-216-0/+53
|\
| * SI-9286 Check subclass privates for "same type after erasure"Jason Zaugg2015-05-186-0/+53
* | [indylambda] Enable caching for lambda deserializationJason Zaugg2015-05-181-0/+40
* | [indylambda] Support lambda {de}serializationJason Zaugg2015-05-171-0/+35
|/
* [indylambda] Relieve LambdaMetafactory of boxing dutiesJason Zaugg2015-05-153-0/+39
* [backport] Update versions.properitesLukas Rytz2015-05-061-1/+1
* SI-9302 -Xdisable-assertions raises elide levelSom Snytt2015-05-052-0/+15
* SI-9298 Fix erasure of value classes in JavaJason Zaugg2015-05-054-0/+27
* Merge pull request #4475 from smarter/fix/old-spec-linksLukas Rytz2015-05-041-2/+2
|\
| * Remove references to the old PDF version of the specificationGuillaume Martres2015-04-301-2/+2
* | Merge pull request #4486 from mpociecha/ticket/8679Lukas Rytz2015-05-042-0/+7005
|\ \
| * | SI-8679 Add support for ScalaLongSignature attribute in scalapMichał Pociecha2015-05-032-0/+7005
* | | Merge pull request #4463 from retronym/topic/indylambda-emit-indyLukas Rytz2015-05-041-0/+1
|\ \ \
| * | | SI-8359 Update a test to work with indylambdaJason Zaugg2015-04-211-0/+1
* | | | Merge pull request #4473 from retronym/ticket/9285Lukas Rytz2015-05-042-0/+2
|\ \ \ \
| * | | | SI-9285 Don't warn about non-sensible equals in synthetic methodsJason Zaugg2015-04-292-0/+2
| | |/ / | |/| |
* / | | Move test files to the right place.Gerard Basler2015-05-034-0/+73
|/ / /
* | | Merge pull request #4461 from adriaanm/rebase-4446Adriaan Moors2015-04-226-7/+7
|\ \ \
| * | | Fix many typosMichał Pociecha2015-04-216-7/+7
* | | | 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
* | | | 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-133-0/+814
|\ \ \
| * | | Patmat: efficient reasoning about mutual exclusionGerard Basler2015-04-063-0/+814
* | | | Merge pull request #4373 from retronym/topic/indylambda-permutations-2Lukas Rytz2015-04-102-0/+24
|\ \ \ \
| * | | | SI-8359 Adjust parameter order of accessor method in DelambdafyJason Zaugg2015-03-242-0/+24
| | |/ / | |/| |
* | | | 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 #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-078-5/+23
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | 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
* | | | | | | Merge pull request #4370 from gbasler/ticket/SI-9181Adriaan Moors2015-04-063-1/+808
|\ \ \ \ \ \ \