summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5570 from adriaanm/t10075Adriaan Moors2016-12-055-2/+157
|\
| * Drop annotations from trait static super accessorAdriaan Moors2016-12-051-2/+2
| * SI-10075 annotations go to lazy val's underlying fieldAdriaan Moors2016-12-054-0/+155
* | Merge pull request #5284 from milessabin/topic/si-7046Adriaan Moors2016-11-304-0/+67
|\ \
| * | Partial fix for SI-7046Miles Sabin2016-11-284-0/+67
* | | Merge pull request #5376 from milessabin/topic/clean-experimentalAdriaan Moors2016-11-301-1/+1
|\ \ \ | |_|/ |/| |
| * | Pattern matching virtualization now guarded by -Yvirtpatmat.Miles Sabin2016-11-281-1/+1
| |/
* | Merge pull request #5562 from retronym/ticket/SD-275Jason Zaugg2016-11-305-0/+111
|\ \
| * | SD-275 Further harden against refs to absentee classesJason Zaugg2016-11-295-0/+111
* | | Merge pull request #5554 from retronym/ticket/10009Adriaan Moors2016-11-291-0/+28
|\ \ \ | |/ / |/| |
| * | SI-10009 Fields survive untypecheck/retypecheckJason Zaugg2016-11-281-0/+28
* | | Support inlining under -Yrepl-class-based REPLJason Zaugg2016-11-283-9/+20
* | | SI-8779 Enable inlining of code within a REPL sessionJason Zaugg2016-11-282-0/+27
| |/ |/|
* | Merge pull request #5556 from dragos/ticket/10071Iulian Dragos2016-11-252-0/+15
|\ \
| * | SI-10071 Separate compilation for varargs methodsIulian Dragos2016-11-252-0/+15
* | | Merge pull request #5540 from retronym/ticket/9814Lukas Rytz2016-11-251-0/+28
|\ \ \ | |/ / |/| |
| * | SI-9814 Fix synchronized in specialized overridesJason Zaugg2016-11-251-0/+28
| |/
* | Merge pull request #5480 from SethTisue/remove-reflection-mem-typecheck-testSeth Tisue2016-11-231-28/+0
|\ \ | |/ |/|
| * SI-6412 remove flaky testSeth Tisue2016-10-261-28/+0
* | Merge pull request #5440 from som-snytt/issue/9944Lukas Rytz2016-11-162-0/+19
|\ \
| * | SI-9944 Scan after interp expr keeps CRSom Snytt2016-10-012-0/+19
* | | Merge pull request #5533 from som-snytt/issue/broken-9915Seth Tisue2016-11-161-1/+3
|\ \ \
| * | | SI-9915 Fix test on windowsSom Snytt2016-11-161-1/+3
* | | | Merge pull request #5534 from lrytz/t10059Lukas Rytz2016-11-162-0/+12
|\ \ \ \ | |/ / / |/| | |
| * | | SI-10059 reset the `DEFERRED` flag for Java varargs forwardersLukas Rytz2016-11-162-0/+12
* | | | Merge pull request #5384 from som-snytt/issue/9915Seth Tisue2016-11-142-0/+30
|\ \ \ \
| * | | | SI-9915 Utf8_info are modified UTF8Som Snytt2016-10-202-0/+30
* | | | | SI-8433 SI-9689 Progressive testsSom Snytt2016-11-125-0/+82
* | | | | Typo and spelling correctionsJanek Bogucki2016-11-111-1/+1
* | | | | Fix returns from within finalizersLukas Rytz2016-11-092-13/+97
* | | | | SI-10032 Fix code gen with returns in nested try-finally blocksLukas Rytz2016-11-082-0/+162
| |/ / / |/| | |
* | | | SI-7139 test case, fixed by one of the recent commitsLukas Rytz2016-10-273-0/+28
| |_|/ |/| |
* | | assorted typo fixes, cleanup, updating of commentsSeth Tisue2016-10-242-4/+4
* | | Merge pull request #5439 from som-snytt/issue/fields-fieldwidthSeth Tisue2016-10-201-1/+1
|\ \ \
| * | | Shorten fields phase descriptionSom Snytt2016-09-301-1/+1
| | |/ | |/|
* | | Merge pull request #5429 from lrytz/sd224Adriaan Moors2016-10-114-27/+148
|\ \ \
| * | | Test cases for super callsLukas Rytz2016-09-301-0/+127
| * | | Default -Xmixin-force-forwarders to trueLukas Rytz2016-09-303-22/+16
| * | | Explicit SerialVersionUID for all ClassTags / ManifestsLukas Rytz2016-09-301-6/+6
| | |/ | |/|
* | | Merge pull request #5452 from lrytz/sd242Adriaan Moors2016-10-101-0/+13
|\ \ \
| * | | Fix the interface flag when re-writing a closure call to the body methodLukas Rytz2016-10-091-0/+13
* | | | SI-9946 don't null field in lazy accessors that turn out to be liveJason Zaugg2016-10-072-0/+22
* | | | SI-9946 make nullification of lazy val dependencies module awareJason Zaugg2016-10-071-0/+14
|/ / /
* / / SI-5293 delete flaky collection performance testsSeth Tisue2016-10-062-171/+0
|/ /
* | Merge pull request #5430 from adriaanm/dev235Adriaan Moors2016-09-294-16/+66
|\ \
| * | Emit local module like lazy valAdriaan Moors2016-09-294-16/+66
* | | Merge pull request #5423 from lrytz/sd229Adriaan Moors2016-09-282-0/+205
|\ \ \
| * | | SI-4683 fix $outer accesses in class bodies extending DelayedInitLukas Rytz2016-09-282-1/+78
| * | | SI-9697 / SD-229 Fix DelayedInit subclass capturing local valueLukas Rytz2016-09-282-0/+128
* | | | Merge pull request #5397 from retronym/ticket/9920Adriaan Moors2016-09-284-0/+69
|\ \ \ \ | |_|/ / |/| | |