summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5059 from lrytz/t9702Adriaan Moors2016-03-316-55/+57
|\
| * SI-9702 Fix backend crash with classOf[T] annotation argumentLukas Rytz2016-03-306-55/+57
* | Merge pull request #4971 from adriaanm/genbcode-delambdafyAdriaan Moors2016-03-3134-1204/+1025
|\ \
| * | Clarify how/when typedFunction unrolls eta-expansionAdriaan Moors2016-03-312-21/+41
| * | typedFunction undoes eta-expansion regardless of expected typeAdriaan Moors2016-03-302-45/+31
| * | Keep Function when CBN arg thunk targets a SAMAdriaan Moors2016-03-304-29/+41
| * | Bring back AbstractFunction parentAdriaan Moors2016-03-302-1/+6
| * | Keep SAM body in anonfun method in enclosing classJason Zaugg2016-03-301-5/+11
| * | LMF cannot instantiate SAM of trait with non-trait superclassAdriaan Moors2016-03-294-17/+31
| * | LMF cannot run trait's "initializer" (constructor)Adriaan Moors2016-03-291-0/+4
| * | Better detection of types LMF cannot instantiate.Adriaan Moors2016-03-292-15/+38
| * | Specialization precludes use of LambdaMetaFactory for SAMAdriaan Moors2016-03-293-7/+20
| * | Target FunctionN, not scala/runtime/java8/JFunction.Adriaan Moors2016-03-286-15/+16
| * | SAM conversion can be disabled using `-Xsource:2.11`Adriaan Moors2016-03-264-1/+7
| * | Refactor: simplify fallbackAfterVanillaAdapt.Adriaan Moors2016-03-263-108/+107
| * | SAM conversion precedes implicit view application (as in dotty).Adriaan Moors2016-03-261-8/+8
| * | Soften sam restrictionsAdriaan Moors2016-03-264-19/+36
| * | Track Function's SAM symbol & target type using an attachmentAdriaan Moors2016-03-267-13/+38
| * | Don't adapt erroneous tree to SAM type.Adriaan Moors2016-03-261-2/+2
| * | Jason's review feedback (ThisReferringMethodTraverser)Adriaan Moors2016-03-262-11/+7
| * | Refactor flag juggling. Review feedback from Jason.Adriaan Moors2016-03-265-49/+54
| * | Additional SAM restrictions identified by JasonAdriaan Moors2016-03-261-6/+19
| * | More fixes based on feedback by LukasAdriaan Moors2016-03-261-14/+14
| * | Refactoring. Simplify inferImplicit's boolean leversAdriaan Moors2016-03-265-58/+72
| * | 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-266-320/+298
| * | Review feedback from LukasAdriaan Moors2016-03-261-1/+4
| * | 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-261-2/+10
| * | Refactor typedFunction, rework synthesizeSAMFunction for sammyAdriaan Moors2016-03-264-189/+200
| * | SI-9415 Turn on SAM by defaultJason Zaugg2016-03-263-5/+3
| * | 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
* | | 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
* | | | | 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-302-3/+9
|\ \ \ \
| * | | | Inline super calls, as they are statically resolvedLukas Rytz2016-03-232-3/+9
| | |_|/ | |/| |
* | | | 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-291-7/+1
|\ \ \ \
| * | | | Remove deprecated Predef.errorJanek Bogucki2016-03-261-7/+1
| | |_|/ | |/| |
* | | | Merge pull request #5021 from szeiger/wip/remove-deprecationsSeth Tisue2016-03-2917-248/+204
|\ \ \ \ | |/ / / |/| | |