summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5449 from som-snytt/issue/9953Lukas Rytz2016-11-163-0/+20
|\
| * SI-9953 Any Any aborts warn on equalsSom Snytt2016-10-073-0/+20
* | 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
* | | | Merge pull request #5335 from rumoku/SI-9888Jason Zaugg2016-11-112-8/+8
|\ \ \ \
| * | | | SI-9888. Prevent OOM on ParRange. Improve toString.Vladimir Glushak2016-10-022-8/+8
* | | | | Merge pull request #5460 from som-snytt/issue/6978Jason Zaugg2016-11-103-0/+13
|\ \ \ \ \
| * | | | | SI-6978 No linting of Java parensSom Snytt2016-10-153-0/+13
| | |/ / / | |/| | |
* | | | | Merge pull request #5486 from som-snytt/issue/6734-synthsJason Zaugg2016-11-101-0/+17
|\ \ \ \ \
| * | | | | SI-6734 CommentSom Snytt2016-10-311-15/+9
| * | | | | SI-6734 Synthesize companion near case classSom Snytt2016-10-271-0/+23
* | | | | | Merge pull request #5509 from lrytz/t10032Lukas Rytz2016-11-102-0/+246
|\ \ \ \ \ \
| * | | | | | 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
| | |_|_|/ / | |/| | | |
* / | | | | Regression: Make Future.failed(e).failed turn into a success instead of failureViktor Klang2016-11-081-1/+1
|/ / / / /
* | | | | For scala classfiles, only parse the scala signature annotationLukas Rytz2016-10-2810-0/+31
* | | | | SI-7139 test case, fixed by one of the recent commitsLukas Rytz2016-10-273-0/+28
* | | | | Ensure companionClass returns a class, not a type aliasLukas Rytz2016-10-263-0/+10
|/ / / /
* | | | assorted typo fixes, cleanup, updating of commentsSeth Tisue2016-10-242-4/+4
* | | | Merge pull request #5466 from dragos/issue/remove-println-SI-8717Lukas Rytz2016-10-212-2/+0
|\ \ \ \
| * | | | Replace println with log calls in BrowsingLoadersIulian Dragos2016-10-192-2/+0
* | | | | Merge pull request #5393 from som-snytt/issue/nowarn-thistype-discardLukas Rytz2016-10-211-0/+6
|\ \ \ \ \
| * | | | | No warn when discarding r.f(): r.typeSom Snytt2016-09-101-0/+6
| | |_|_|/ | |/| | |
* | | | | Merge pull request #5439 from som-snytt/issue/fields-fieldwidthSeth Tisue2016-10-205-5/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Shorten fields phase descriptionSom Snytt2016-09-305-5/+5
| |/ / /
* | | | Detect clash of mixedin val and existing member.Adriaan Moors2016-10-123-9/+11
* | | | Merge pull request #5429 from lrytz/sd224Adriaan Moors2016-10-117-28/+165
|\ \ \ \
| * | | | Test cases for super callsLukas Rytz2016-09-301-0/+127
| * | | | Default -Xmixin-force-forwarders to trueLukas Rytz2016-09-306-23/+33
| * | | | Explicit SerialVersionUID for all ClassTags / ManifestsLukas Rytz2016-09-301-6/+6
| | |/ / | |/| |
* | | | Merge pull request #5442 from adriaanm/t9943Adriaan Moors2016-10-111-0/+9
|\ \ \ \
| * | | | SI-9943 final/sealed class does not yield SAM typeAdriaan Moors2016-10-041-0/+9
| |/ / /
* | | | 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