summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-0116-67/+82
|\
| * At the end of a run, close macro runtime's classloaderJason Zaugg2016-03-303-10/+36
| * Java types and type parameters can be annotated since JSR 308Jason Zaugg2016-03-293-1/+14
| * Use System.lineSeparator, rather than sys.propsJason Zaugg2016-03-293-4/+3
| * Use Java's highestOneBit, rather than our own versions.Jason Zaugg2016-03-291-21/+2
| * Note the availability of writableStackTrace in JDK 1.7+Jason Zaugg2016-03-291-0/+2
| * SI-7474 Record extra errors in Throwable#suppressedExceptionsJason Zaugg2016-03-293-12/+16
| * Delegate more primitive comparison to the Java stdlibJason Zaugg2016-03-291-16/+6
| * Avoid intermediate boxing in BoxesRuntime.hashCodeFromJason Zaugg2016-03-291-3/+3
* | Merge pull request #5070 from markus1189/stream-docsLukas Rytz2016-04-011-1/+1
|\ \
| * | Fix typo in the docs for the ++ method of StreamMarkus Hauck2016-03-311-1/+1
* | | Merge pull request #5071 from janekdb/topic/2.12.x-scaladoc-ExceptionsLukas Rytz2016-04-012-7/+55
|\ \ \
| * | | Add initial unit test for Catch and augment documentationJanek Bogucki2016-03-312-7/+55
| |/ /
* | | Merge pull request #5059 from lrytz/t9702Adriaan Moors2016-03-317-55/+200
|\ \ \
| * | | SI-9702 Fix backend crash with classOf[T] annotation argumentLukas Rytz2016-03-307-55/+200
* | | | Merge pull request #4971 from adriaanm/genbcode-delambdafyAdriaan Moors2016-03-3195-1452/+1739
|\ \ \ \ | |_|/ / |/| | |
| * | | Clarify how/when typedFunction unrolls eta-expansionAdriaan Moors2016-03-312-21/+41
| * | | typedFunction undoes eta-expansion regardless of expected typeAdriaan Moors2016-03-303-45/+41
| * | | Keep Function when CBN arg thunk targets a SAMAdriaan Moors2016-03-305-29/+50
| * | | Bring back AbstractFunction parentAdriaan Moors2016-03-306-8/+11
| * | | Keep SAM body in anonfun method in enclosing classJason Zaugg2016-03-302-6/+14
| * | | LMF cannot instantiate SAM of trait with non-trait superclassAdriaan Moors2016-03-2910-23/+48
| * | | LMF cannot run trait's "initializer" (constructor)Adriaan Moors2016-03-293-1/+13
| * | | Better detection of types LMF cannot instantiate.Adriaan Moors2016-03-294-49/+80
| * | | Specialization precludes use of LambdaMetaFactory for SAMAdriaan Moors2016-03-295-7/+78
| * | | Target FunctionN, not scala/runtime/java8/JFunction.Adriaan Moors2016-03-287-17/+18
| * | | SAM conversion can be disabled using `-Xsource:2.11`Adriaan Moors2016-03-267-1/+15
| * | | Refactor: simplify fallbackAfterVanillaAdapt.Adriaan Moors2016-03-263-108/+107
| * | | SAM conversion precedes implicit view application (as in dotty).Adriaan Moors2016-03-263-29/+29
| * | | Soften sam restrictionsAdriaan Moors2016-03-267-83/+122
| * | | Track Function's SAM symbol & target type using an attachmentAdriaan Moors2016-03-268-13/+60
| * | | Don't adapt erroneous tree to SAM type.Adriaan Moors2016-03-263-2/+13
| * | | Jason's review feedback (ThisReferringMethodTraverser)Adriaan Moors2016-03-263-11/+13
| * | | Refactor flag juggling. Review feedback from Jason.Adriaan Moors2016-03-265-49/+54
| * | | Test bytecode emitted for indy sammyAdriaan Moors2016-03-262-0/+158
| * | | Additional SAM restrictions identified by JasonAdriaan Moors2016-03-2612-83/+139
| * | | More fixes based on feedback by LukasAdriaan Moors2016-03-2613-23/+58
| * | | Refactoring. Simplify inferImplicit's boolean leversAdriaan Moors2016-03-266-59/+73
| * | | For backwards compat, sammy comes lastAdriaan Moors2016-03-261-7/+7
| * | | Refactoring. Decakify TypeAdaptingTransformerAdriaan Moors2016-03-263-52/+47
| * | | Treat `Function` literals uniformly, expecting SAM or FunctionN.Adriaan Moors2016-03-2612-335/+331
| * | | Review feedback from LukasAdriaan Moors2016-03-262-2/+5
| * | | Set the scene for Sammy.Adriaan Moors2016-03-267-76/+71
| * | | Refactoring. Sweep Sammy's backyard.Adriaan Moors2016-03-265-232/+190
| * | | SI-9449 sam expansion for explicitly eta-expanded methodAdriaan Moors2016-03-262-2/+29
| * | | Refactor typedFunction, rework synthesizeSAMFunction for sammyAdriaan Moors2016-03-2612-195/+251
| * | | SI-9415 Turn on SAM by defaultJason Zaugg2016-03-2616-18/+3
| * | | Spec updates for Sammy.Adriaan Moors2016-03-264-169/+157
| * | | Refactor. Extract mkLiteralUnit and mkUnitBlockAdriaan Moors2016-03-262-5/+8
| * | | Remove dead code now that `genBCodeActive` is always true.Adriaan Moors2016-03-266-347/+57