summaryrefslogtreecommitdiff
path: root/test/files
Commit message (Expand)AuthorAgeFilesLines
* remove recursive classpath implementationLukas Rytz2016-04-232-20/+4
* Merge pull request #5110 from sjrd/remove-duplicate-implem-of-hashcodesLukas Rytz2016-04-222-7/+6
|\
| * Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-212-7/+6
* | Merge pull request #5096 from lrytz/traitParentsLukas Rytz2016-04-2012-62/+50
|\ \ | |/ |/|
| * Clean up code gen for method invocationsLukas Rytz2016-04-201-1/+1
| * Move test run/origins.scala to pendingLukas Rytz2016-04-123-28/+0
| * SD-98 don't emit unnecessary mixin forwardersLukas Rytz2016-04-128-33/+49
* | Merge pull request #5098 from sjrd/simplify-scala-runtimeLukas Rytz2016-04-202-6/+3
|\ \
| * | Remove dead-code runtime hash() methods.Sébastien Doeraene2016-04-132-6/+3
| |/
* / SI-9749 REPL strip lead ws on dot continuation (#5097)som-snytt2016-04-152-0/+18
|/
* Remove references to trait impl classes, mostly in doc commentsLukas Rytz2016-04-072-1/+24
* Fix minor typoNafer Sanabria2016-04-041-1/+1
* Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-014-5/+22
|\
| * Java types and type parameters can be annotated since JSR 308Jason Zaugg2016-03-292-0/+10
| * SI-7474 Record extra errors in Throwable#suppressedExceptionsJason Zaugg2016-03-292-5/+12
* | Merge pull request #4971 from adriaanm/genbcode-delambdafyAdriaan Moors2016-03-3152-65/+353
|\ \
| * | typedFunction undoes eta-expansion regardless of expected typeAdriaan Moors2016-03-301-0/+10
| * | Keep Function when CBN arg thunk targets a SAMAdriaan Moors2016-03-301-0/+9
| * | Bring back AbstractFunction parentAdriaan Moors2016-03-304-7/+5
| * | Keep SAM body in anonfun method in enclosing classJason Zaugg2016-03-301-1/+3
| * | LMF cannot instantiate SAM of trait with non-trait superclassAdriaan Moors2016-03-296-6/+17
| * | LMF cannot run trait's "initializer" (constructor)Adriaan Moors2016-03-292-1/+9
| * | Better detection of types LMF cannot instantiate.Adriaan Moors2016-03-292-34/+42
| * | Specialization precludes use of LambdaMetaFactory for SAMAdriaan Moors2016-03-291-0/+34
| * | Target FunctionN, not scala/runtime/java8/JFunction.Adriaan Moors2016-03-281-2/+2
| * | SAM conversion can be disabled using `-Xsource:2.11`Adriaan Moors2016-03-263-0/+8
| * | SAM conversion precedes implicit view application (as in dotty).Adriaan Moors2016-03-261-10/+10
| * | Soften sam restrictionsAdriaan Moors2016-03-262-54/+68
| * | Track Function's SAM symbol & target type using an attachmentAdriaan Moors2016-03-261-0/+22
| * | Don't adapt erroneous tree to SAM type.Adriaan Moors2016-03-262-0/+11
| * | Test bytecode emitted for indy sammyAdriaan Moors2016-03-261-0/+28
| * | Additional SAM restrictions identified by JasonAdriaan Moors2016-03-268-71/+111
| * | More fixes based on feedback by LukasAdriaan Moors2016-03-2611-8/+43
| * | Refactoring. Simplify inferImplicit's boolean leversAdriaan Moors2016-03-261-1/+1
| * | Treat `Function` literals uniformly, expecting SAM or FunctionN.Adriaan Moors2016-03-265-10/+9
| * | Review feedback from LukasAdriaan Moors2016-03-261-1/+1
| * | SI-9449 sam expansion for explicitly eta-expanded methodAdriaan Moors2016-03-261-0/+19
| * | Refactor typedFunction, rework synthesizeSAMFunction for sammyAdriaan Moors2016-03-268-6/+51
| * | SI-9415 Turn on SAM by defaultJason Zaugg2016-03-2613-13/+0
| |/
* | Merge pull request #5008 from janekdb/2.12.x-remove-Predef-errorSeth Tisue2016-03-292-2/+2
|\ \
| * | Remove deprecated Predef.errorJanek Bogucki2016-03-262-2/+2
| |/
* | Merge pull request #5021 from szeiger/wip/remove-deprecationsSeth Tisue2016-03-291-1/+2
|\ \ | |/ |/|
| * Make some collection classes final or sealedStefan Zeiger2016-03-231-1/+2
* | Merge pull request #5053 from som-snytt/issue/9314Lukas Rytz2016-03-232-13/+44
|\ \
| * | SI-9314 No warn on ${nonid}Som Snytt2016-03-232-6/+25
| * | SI-9314 Ignore "${}"Som Snytt2016-03-201-0/+2
| * | SI-9314 Don't warn on "$pkg"Som Snytt2016-03-202-8/+18
| |/
* | Support :require when using the flat classpath representation.Lukas Rytz2016-03-221-25/+20
* | Merge pull request #5043 from dongjoon-hyun/fix_typos_in_spec_and_commentsJason Zaugg2016-03-211-1/+1
|\ \
| * | Fix some typos in `spec` documents and comments.Dongjoon Hyun2016-03-151-1/+1
| |/