summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Make t8960 pass under delambdafy:methodLukas Rytz2014-11-071-1/+7
| | |/ / / / /
| * | | | | | Merge pull request #4109 from retronym/ticket/1994Lukas Rytz2014-11-101-0/+20
| |\ \ \ \ \ \
| | * | | | | | SI-1994 Test case for fixed overriding problemJason Zaugg2014-11-071-0/+20
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #4108 from retronym/ticket/7750Lukas Rytz2014-11-102-0/+9
| |\ \ \ \ \ \
| | * | | | | | SI-7750 Test case for fixed spurious existential feature warningJason Zaugg2014-11-072-0/+9
| | |/ / / / /
| * | | | | | Merge pull request #4102 from retronym/ticket/8965Lukas Rytz2014-11-102-0/+8
| |\ \ \ \ \ \
| | * | | | | | SI-8965 Account for corner case in "unrelated types" warningJason Zaugg2014-11-072-0/+8
| | |/ / / / /
| * | | | | | Merge pull request #4101 from adriaanm/sam-exLukas Rytz2014-11-1015-14/+97
| |\ \ \ \ \ \
| | * | | | | | [sammy] support repeated paramsAdriaan Moors2014-11-073-0/+10
| | * | | | | | [sammy] use correct type for method to overrideAdriaan Moors2014-11-077-24/+39
| | * | | | | | [sammy] eta-expansion, overloading (SI-8310)Adriaan Moors2014-11-066-0/+58
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge pull request #4100 from gourlaysama/wip/lint-buildLukas Rytz2014-11-103-0/+53
| |\ \ \ \ \ \
| | * | | | | | SI-8954 Make @deprecated{Overriding,Inheritance} aware of @deprecated.Antoine Gourlay2014-11-063-0/+53
| * | | | | | | Merge pull request #4095 from retronym/ticket/8933Lukas Rytz2014-11-106-0/+44
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | SI-7974 Fix over-eager optimization of Symbol literalsJason Zaugg2014-11-071-0/+14
| | * | | | | | SI-8933 Disable static Symbol literal cache in traitsJason Zaugg2014-11-075-0/+30
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge pull request #4047 from lrytz/delambda-method-testsLukas Rytz2014-11-077-8/+19
| |\ \ \ \ \ \
| | * | | | | | Fix lambda names under delambdafy:method in innerClassAttribute testLukas Rytz2014-10-101-3/+3
| | * | | | | | Ensure delambafy:inline for anonymous function class javap testLukas Rytz2014-10-102-1/+5
| | * | | | | | Ensure closure elimination test runs under -Ydelambdafy:inlineLukas Rytz2014-10-101-1/+1
| | * | | | | | Fix t8549 under -Ydelambdafy:methodLukas Rytz2014-10-101-1/+4
| | * | | | | | Update check files for -Ydelambdafy:methodLukas Rytz2014-10-102-2/+6
| * | | | | | | Merge pull request #4080 from gourlaysama/wip/t8931-redundant-interfaces-2Jason Zaugg2014-11-072-0/+16
| |\ \ \ \ \ \ \
| | * | | | | | | SI-8931 make generic signature consistent with interface list in classfilesAntoine Gourlay2014-11-052-0/+16
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge pull request #4097 from retronym/ticket/7602Jason Zaugg2014-11-072-0/+31
| |\ \ \ \ \ \ \
| | * | | | | | | SI-7602 Avoid crash in LUBs with erroneous codeJason Zaugg2014-11-072-0/+31
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge pull request #4096 from retronym/ticket/7019Jason Zaugg2014-11-071-0/+10
| |\ \ \ \ \ \ \
| | * | | | | | | SI-7019 Fix crasher with private[this] extension methodsJason Zaugg2014-11-061-0/+10
| | |/ / / / / /
| * | | | | | | Merge pull request #4083 from retronym/ticket/8947Jason Zaugg2014-11-072-0/+42
| |\ \ \ \ \ \ \
| | * | | | | | | SI-8947 Avoid cross talk between tag materializers and reifyJason Zaugg2014-10-302-0/+42
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #4094 from retronym/ticket/8962Jason Zaugg2014-11-061-0/+31
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | SI-8962 Fix regression with skolems in pattern translationJason Zaugg2014-11-061-0/+31
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #4093 from lrytz/t8960Lukas Rytz2014-11-065-5/+71
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | SI-8960 Bring back the SerialVersionUID to anonymous function classesLukas Rytz2014-11-055-5/+71
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #4092 from som-snytt/issue/5217Lukas Rytz2014-11-051-0/+17
| |\ \ \ \ \
| | * | | | | SI-5217 Companion privates in scope of class parmsSom Snytt2014-11-041-0/+17
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #4069 from som-snytt/issue/8898Lukas Rytz2014-11-052-0/+27
| |\ \ \ \ \
| | * | | | | SI-8898 javap -fun under new style lambdasSom Snytt2014-11-042-0/+27
| * | | | | | Merge pull request #4044 from retronym/ticket/5091Lukas Rytz2014-11-053-0/+39
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge pull request #7 from lrytz/t6051Jason Zaugg2014-11-041-0/+19
| | |\ \ \ \ \ \
| | | * | | | | | SI-6051 Test case, the issue seems to be fixed.Lukas Rytz2014-11-041-0/+19
| | | |/ / / / /
| | * / / / / / SI-5091 Move named-args cycle test from pending to negJason Zaugg2014-10-102-0/+20
| | |/ / / / /
| * | | | | | Merge pull request #4017 from lrytz/t6541Lukas Rytz2014-11-055-0/+113
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | SI-6541 valid wildcard existentials for case-module-unapplyLukas Rytz2014-11-053-0/+45
| | * | | | | Fix default value for ScalaVersionSettingLukas Rytz2014-11-042-0/+68
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #4036 from retronym/topic/opt-tail-callsJason Zaugg2014-11-043-0/+184
| |\ \ \ \ \
| | * | | | | SI-8893 Test tailcall transform for mix of tail/non-tail recursionJason Zaugg2014-11-031-0/+15
| | * | | | | SI-8893 Test case to show that tailrec continues to workJason Zaugg2014-11-021-0/+40
| | * | | | | SI-8893 Restore linear perf in TailCalls with nested matchesJason Zaugg2014-10-101-0/+129
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #4063 from som-snytt/issue/direct-showdef-testJason Zaugg2014-11-042-36/+24
| |\ \ \ \ \