summaryrefslogtreecommitdiff
path: root/test/files/run
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-9920 Avoid linkage errors with captured local objects + self typesJason Zaugg2016-09-274-0/+69
| |/ /
* / / Cast more pro-actively in synthetic accessor trees.Adriaan Moors2016-09-262-2/+2
|/ /
* / SD-225 Use a "lzycompute" method for module initializationJason Zaugg2016-09-142-4/+6
|/
* Merge pull request #5369 from lrytz/sd210Lukas Rytz2016-09-022-0/+25
|\
| * Emit mixin forwarders for JUnit-annotated trait methods by defaultLukas Rytz2016-09-012-0/+25
* | Specialize erasure of `synchronized` primitive methodAdriaan Moors2016-08-302-16/+4
* | Double-checked locking for local lazy vals.Adriaan Moors2016-08-291-1/+1
* | Double-checked locking for modules.Adriaan Moors2016-08-292-10/+18
* | Fields does bitmaps & synch for lazy vals & modulesAdriaan Moors2016-08-2911-26/+392