summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| * | | | | | TypeHistory's toString time travels consistentlyAdriaan Moors2016-03-261-1/+4
| * | | | | | sbt build targets build/Adriaan Moors2016-03-261-5/+5
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #5066 from acjay/cleanup_scaladoc_hoverAdriaan Moors2016-03-301-3/+3
|\ \ \ \ \ \
| * | | | | | minor style updates for Scaladoc formattingAlan Johnson2016-03-281-3/+3
| |/ / / / /
* | | | | | Merge pull request #5033 from szeiger/issue/9623-2.12Adriaan Moors2016-03-301-44/+46
|\ \ \ \ \ \
| * | | | | | Replace JoinIterator & improve ConcatIteratorStefan Zeiger2016-03-111-44/+46
* | | | | | | Merge pull request #5062 from felixmulder/topic/scaladoc-search-historySeth Tisue2016-03-301-0/+24
|\ \ \ \ \ \ \
| * | | | | | | Add search history for ScaladocFelix Mulder2016-03-301-0/+24
* | | | | | | | Merge pull request #5069 from felixmulder/topic/scaladoc-search-types-and-cla...Vlad Ureche2016-03-302-14/+29
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add type and class/trait member search, fixes SI-9721 and SI-9722Felix Mulder2016-03-302-14/+29
|/ / / / / / /
* | | | | | | Merge pull request #5058 from lrytz/newTraitsInlinerLukas Rytz2016-03-307-61/+58
|\ \ \ \ \ \ \
| * | | | | | | Inline super calls, as they are statically resolvedLukas Rytz2016-03-237-61/+58
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #5060 from scala/DarkDimius-patch-1Lukas Rytz2016-03-291-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix a bug in multi-dimensional array creationDmitry Petrashko2016-03-231-2/+2
| |/ / / / / /
* | | | | | | Merge pull request #5008 from janekdb/2.12.x-remove-Predef-errorSeth Tisue2016-03-293-9/+3
|\ \ \ \ \ \ \
| * | | | | | | Remove deprecated Predef.errorJanek Bogucki2016-03-263-9/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #5021 from szeiger/wip/remove-deprecationsSeth Tisue2016-03-2920-250/+216
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Make some collection classes final or sealedStefan Zeiger2016-03-2318-249/+206
| * | | | | | Add a `genprod` command to the sbt buildStefan Zeiger2016-03-172-1/+10
| | |_|_|/ / | |/| | | |