summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4036 from retronym/topic/opt-tail-callsJason Zaugg2014-11-042-0/+55
|\
| * 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
* | Merge pull request #4063 from som-snytt/issue/direct-showdef-testJason Zaugg2014-11-042-36/+24
|\ \
| * | Reduce compiles for global-showdef testSom Snytt2014-10-282-7/+9
| * | Make global-showdef a DirectTestSom Snytt2014-10-281-32/+18
* | | SI-4950 Add tests, looks like it has been fixed earlierSimon Ochsenreither2014-10-232-0/+21
|/ /
* | Merge pull request #4048 from lrytz/t8899Grzegorz Kossakowski2014-10-201-1/+1
|\ \
| * | [nomerge] SI-8899 Revert "SI-8627 make Stream.filterNot non-eager"Lukas Rytz2014-10-121-1/+1
| |/
* / SI-8907 Don't force symbol info in isModuleNotMethodLukas Rytz2014-10-151-0/+39
|/
* SI-4788/SI-5948 Respect RetentionPolicy of Java annotationsSimon Ochsenreither2014-10-0718-0/+132
* Merge pull request #4030 from som-snytt/issue/8843Grzegorz Kossakowski2014-10-071-0/+33
|\
| * SI-8843 AbsFileCL acts like a CLSom Snytt2014-10-061-0/+33
* | Merge pull request #3986 from som-snytt/issue/6502-no-cpGrzegorz Kossakowski2014-10-071-1/+1
|\ \
| * | SI-6502 Repl reset/replay take settings argsSom Snytt2014-09-221-1/+1
* | | Merge pull request #4016 from lrytz/t8731Grzegorz Kossakowski2014-10-073-8/+8
|\ \ \
| * | | SI-8731 warning if @switch is ignoredLukas Rytz2014-10-063-8/+8
* | | | Merge pull request #4033 from retronym/ticket/8888Lukas Rytz2014-10-072-0/+13
|\ \ \ \
| * | | | SI-8888 Avoid ClassFormatError under -Ydelambdafy:methodJason Zaugg2014-10-072-0/+13
| | |_|/ | |/| |
* | | | Merge pull request #3954 from gbasler/ticket/7746-2.11Grzegorz Kossakowski2014-10-062-0/+2
|\ \ \ \
| * | | | SI-7746 patmat: fix non-determinism, infeasible counter examplesGerard Basler2014-10-052-0/+2
* | | | | Merge pull request #3982 from retronym/ticket/8845Lukas Rytz2014-10-062-0/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | SI-8845 Control flow pot-pourri crashes GenASM, but not -BCodeJason Zaugg2014-10-012-0/+18
| | |/ / | |/| |
* | | | Merge pull request #4010 from lrytz/t8087Jason Zaugg2014-10-011-0/+12
|\ \ \ \ | |/ / / |/| | |
| * | | SI-8087 keep annotations on mixed-in private[this] fieldsLukas Rytz2014-09-301-0/+12
| | |/ | |/|
* | | Merge pull request #4011 from lrytz/t8445-6622Jason Zaugg2014-09-304-0/+72
|\ \ \
| * | | SI-8445, SI-6622 test cases, already fixedLukas Rytz2014-09-294-0/+72
| |/ /
* / / Cleanup a few flags in test/files/Antoine Gourlay2014-09-293-3/+0
|/ /
* / SI-8852 Support joint compilation of Java interfaces w. staticsJason Zaugg2014-09-181-0/+34
|/
* Merge pull request #3848 from Ichoran/issue/8680Lukas Rytz2014-09-161-0/+53
|\
| * SI-8680 Stream.addString is too eagerRex Kerr2014-09-121-0/+53
* | Merge pull request #3972 from lrytz/BCodeDelambdafyFixJason Zaugg2014-09-164-0/+11
|\ \
| * | isAnonymousClass/Function for delambdafy classes is not trueLukas Rytz2014-09-124-0/+11
| |/
* | Address review feedback.Lukas Rytz2014-09-111-1/+3
* | Clarify why we emit ATHROW after expressions of type NothingLukas Rytz2014-09-107-0/+187
|/
* Merge pull request #3938 from gourlaysama/wip/t8764Grzegorz Kossakowski2014-09-093-0/+22
|\
| * [nomaster] SI-8764 fix return type of case class productElement under Xexperi...Antoine Gourlay2014-09-093-0/+22
* | Merge pull request #3935 from lrytz/t8803Jason Zaugg2014-09-052-0/+73
|\ \
| * | SI-8803 generate super accessor for super[A], if A is outer superclassLukas Rytz2014-08-202-0/+73
| |/
* | Merge pull request #3948 from retronym/ticket/8823Grzegorz Kossakowski2014-09-021-0/+10
|\ \
| * | SI-8823 Exclude specialized methods from extension method rewriteJason Zaugg2014-08-271-0/+10
| |/
* | Merge pull request #3931 from lrytz/opt/tracked-finalLukas Rytz2014-09-011-1/+1
|\ \
| * | Fix InnerClass / EnclosingMethod attributesLukas Rytz2014-09-011-1/+1
| |/
* / SI-8627 make Stream.filterNot non-eagerLukas Rytz2014-08-271-1/+1
|/
* Merge pull request #3902 from gourlaysama/wip/t4563Lukas Rytz2014-08-1275-77/+77
|\
| * SI-4563 friendlier behavior for Ctrl+D in the REPLAntoine Gourlay2014-07-2975-77/+77
* | Merge pull request #3889 from som-snytt/issue/6476-altLukas Rytz2014-08-121-18/+0
|\ \
| * | SI-6476 DocumentationSom Snytt2014-07-181-18/+0
* | | Orphan check fileSom Snytt2014-08-031-1/+0
| |/ |/|
* | Better error message than 'bad symbolic reference'.Adriaan Moors2014-07-224-12/+14