summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* scaladoc fix permalinksDavid Hoepelman2016-03-251-25/+30
* Fixed Typo in scaladoc scheduler.jsPim Verkerk2016-03-251-1/+1
* Merge pull request #5055 from lrytz/merge-2.11-to-2.12-mar-21Adriaan Moors2016-03-2323-228/+364
|\
| * Updates to IntelliJ files for 2.12.xLukas Rytz2016-03-212-32/+41
| * Merge commit '5f5cc18' into merge-2.11-to-2.12-mar-21Lukas Rytz2016-03-2123-228/+355
| |\
| | * Update IntelliJ build for use with sbtLukas Rytz2016-03-2123-234/+336
* | | Merge pull request #5051 from kmizu/improve-api-docsAdriaan Moors2016-03-231-0/+1
|\ \ \
| * | | Add scaladoc comment about the case when Exception will be thrown by invocati...Kota Mizushima2016-03-241-0/+1
* | | | Merge pull request #5053 from som-snytt/issue/9314Lukas Rytz2016-03-231-7/+13
|\ \ \ \
| * | | | SI-9314 No warn on ${nonid}Som Snytt2016-03-231-7/+11
| * | | | SI-9314 Ignore "${}"Som Snytt2016-03-201-3/+5
| * | | | SI-9314 Don't warn on "$pkg"Som Snytt2016-03-201-1/+1
| |/ / /
* | | | Merge pull request #5057 from lrytz/flatClasspathLukas Rytz2016-03-2316-202/+361
|\ \ \ \
| * | | | Support :require when using the flat classpath representation.Lukas Rytz2016-03-227-82/+198
| * | | | Enable flat classpath by defaultLukas Rytz2016-03-2210-120/+163
| | |/ / | |/| |
* | | | Merge pull request #5047 from kmizu/resolve-several-warningsAdriaan Moors2016-03-226-12/+12
|\ \ \ \
| * | | | Resolve warnings related to SyncVar#setKota Mizushima2016-03-183-9/+9
| * | | | * Replace isPackage with hasPackageFlagKota Mizushima2016-03-172-2/+2
| * | | | Fix one warning in Util.scalaKota Mizushima2016-03-171-1/+1
| | |/ / | |/| |
* | | | Merge pull request #5034 from janekdb/topic/2.12.x-scaladoc-Predef-method-groupsSeth Tisue2016-03-211-0/+106
|\ \ \ \ | |_|/ / |/| | |