summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | Reduce compiles for global-showdef testSom Snytt2014-10-282-7/+9
| * | | | Make global-showdef a DirectTestSom Snytt2014-10-281-32/+18
| | |_|/ | |/| |
* | | | Merge pull request #4072 from soc/SI-4950Jason Zaugg2014-11-042-0/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | SI-4950 Add tests, looks like it has been fixed earlierSimon Ochsenreither2014-10-232-0/+21
| |/ /
* | | Merge pull request #4081 from retronym/ticket/8943Jason Zaugg2014-11-023-0/+40
|\ \ \
| * | | SI-8943 Handle non-public case fields in pres. compilerJason Zaugg2014-10-293-0/+40
| |/ /
* | | Merge pull request #4079 from retronym/ticket/8941Jason Zaugg2014-11-025-0/+152
|\ \ \
| * | | SI-8941 Deterministic tests for pres. compiler idempotencyJason Zaugg2014-10-282-0/+126
| * | | SI-8941 Idempotent presentation compilation of implicit classesJason Zaugg2014-10-283-0/+26
| |/ /
* | | Merge pull request #4043 from retronym/ticket/3439-2Jason Zaugg2014-11-023-1/+37
|\ \ \
| * | | SI-5454 Test case for another ticket fixed by the previous commitJason Zaugg2014-10-101-0/+10
| * | | SI-3439 Fix use of implicit constructor params in super callJason Zaugg2014-10-102-1/+27
| | |/ | |/|
* | | Merge pull request #4076 from retronym/ticket/8934Jason Zaugg2014-11-027-0/+70
|\ \ \
| * | | SI-8934 Fix whitebox extractor macros in the pres. compilerJason Zaugg2014-10-277-0/+70
| | |/ | |/|
* | | Merge pull request #4040 from retronym/ticket/8871Jason Zaugg2014-11-028-0/+28
|\ \ \ | |/ / |/| |
| * | SI-6613 Make Java enums work in FSC / REPLJason Zaugg2014-10-094-0/+10
| * | SI-8871 Fix specialization under REPL / FSCJason Zaugg2014-10-094-0/+18
* | | Merge pull request #4049 from lrytz/t8900Grzegorz Kossakowski2014-10-201-0/+11
|\ \ \
| * | | SI-8900 Don't assert !isDelambdafyFunction, it may not be accurateLukas Rytz2014-10-151-0/+11
| | |/ | |/|
* | | 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
|/ /
* | Merge pull request #4038 from adriaanm/t8894v2.11.3Grzegorz Kossakowski2014-10-091-0/+12
|\ \
| * | SI-8894 dealias when looking at tuple componentsAdriaan Moors2014-10-081-0/+12
* | | SI-8890 handle reference to overload with errorAdriaan Moors2014-10-092-0/+15
|/ /
* | 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-079-18/+34
|\ \ \ \
| * | | | SI-8731 warning if @switch is ignoredLukas Rytz2014-10-069-18/+34