summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge pull request #5397 from retronym/ticket/9920Adriaan Moors2016-09-285-0/+75
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-9920 Avoid linkage errors with captured local objects + self typesJason Zaugg2016-09-275-0/+75
| |/ /
* | | Cast more pro-actively in synthetic accessor trees.Adriaan Moors2016-09-262-2/+2
* | | Avoid mismatched symbols in fields phaseAdriaan Moors2016-09-261-0/+11
|/ /
* | Merge pull request #5395 from retronym/pr/5394Jason Zaugg2016-09-151-0/+16
|\ \
| * | Avoid omitting constant typed vals in constructorsJason Zaugg2016-09-121-0/+16
| |/
* | Merge pull request #5398 from retronym/ticket/SD-225Jason Zaugg2016-09-152-4/+6
|\ \
| * | SD-225 Use a "lzycompute" method for module initializationJason Zaugg2016-09-142-4/+6
| |/
* / SI-9918 object in trait mixed into package objectAdriaan Moors2016-09-102-0/+4
|/
* Merge pull request #5368 from retronym/ticket/SD-208Adriaan Moors2016-09-061-1/+1
|\
| * SD-208 Restore 2.11 names for arrayOps implicitsJason Zaugg2016-08-311-1/+1
* | Merge pull request #5369 from lrytz/sd210Lukas Rytz2016-09-027-17/+26
|\ \
| * | Allow per-choice help in ChoiceSettingLukas Rytz2016-09-021-2/+1
| * | Emit mixin forwarders for JUnit-annotated trait methods by defaultLukas Rytz2016-09-016-15/+25
| |/
* | Merge pull request #5294 from adriaanm/fields-laziesAdriaan Moors2016-09-0143-190/+551
|\ \ | |/ |/|
| * Cleanups after integrating lazyvals into fields.Adriaan Moors2016-09-011-2/+2
| * 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
| * Ensure access from subclass to trait lazy valAdriaan Moors2016-08-291-0/+2
| * Fields does bitmaps & synch for lazy vals & modulesAdriaan Moors2016-08-2915-68/+430
| * SI-8873 don't propagate primary ctor arg to case class's applyAdriaan Moors2016-08-291-0/+1
| * Fields phase expands lazy vals like modulesAdriaan Moors2016-08-2926-110/+110