summaryrefslogtreecommitdiff
path: root/src/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5110 from sjrd/remove-duplicate-implem-of-hashcodesLukas Rytz2016-04-224-21/+19
|\
| * Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-214-21/+19
* | Merge pull request #5096 from lrytz/traitParentsLukas Rytz2016-04-207-240/+276
|\ \
| * | Ensure that lzycompute methods are entered into the scopeLukas Rytz2016-04-201-6/+8
| * | Ensure ClassBTypes constructed from symbol and classfile are identicalLukas Rytz2016-04-204-21/+58
| * | Clean up code gen for method invocationsLukas Rytz2016-04-203-211/+176
| * | SD-98 don't emit unnecessary mixin forwardersLukas Rytz2016-04-121-3/+35
* | | Merge pull request #5100 from lrytz/unitBoxLukas Rytz2016-04-201-4/+4
|\ \ \ | |_|/ |/| |
| * | SI-6710 / PR 5072 follow-up: fix Unit.box / Unit.unboxLukas Rytz2016-04-201-4/+4
| |/
* | Move ScalaRunTime.box to typechecker.Macros.Sébastien Doeraene2016-04-131-2/+14
* | Move ScalaRunTime.isAnyVal to reify.phases.Reify.Sébastien Doeraene2016-04-131-1/+5
|/
* Merge pull request #5082 from lrytz/inlineImplClassCleanupLukas Rytz2016-04-0710-269/+70
|\
| * Fix InlineInfo attribute for nested module accessorsLukas Rytz2016-04-071-5/+7
| * Remove references to trait impl classes, mostly in doc commentsLukas Rytz2016-04-074-70/+22
| * Remove unused optimizer warnings related to trait impl classesLukas Rytz2016-04-041-6/+0
| * Remove dead code in the optimizer related to trait impl classesLukas Rytz2016-04-047-188/+41
* | Generate AnyVal source stubs from sbtStefan Zeiger2016-04-063-547/+0
* | General cleanups and less warnings during a Scala buildsoc2016-04-0431-89/+64
* | SI-6710 Clarify stub methods in primitive value classesLukas Rytz2016-04-011-12/+11
|/
* Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-012-2/+17
|\
| * At the end of a run, close macro runtime's classloaderJason Zaugg2016-03-301-1/+13
| * Java types and type parameters can be annotated since JSR 308Jason Zaugg2016-03-291-1/+4
* | Merge pull request #5059 from lrytz/t9702Adriaan Moors2016-03-314-53/+53
|\ \
| * | SI-9702 Fix backend crash with classOf[T] annotation argumentLukas Rytz2016-03-304-53/+53
* | | Merge pull request #4971 from adriaanm/genbcode-delambdafyAdriaan Moors2016-03-3125-1182/+949
|\ \ \
| * | | 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-301-1/+5
| * | | 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-292-11/+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-284-13/+11
| * | | SAM conversion can be disabled using `-Xsource:2.11`Adriaan Moors2016-03-261-0/+2
| * | | Refactor: simplify fallbackAfterVanillaAdapt.Adriaan Moors2016-03-262-100/+107
| * | | SAM conversion precedes implicit view application (as in dotty).Adriaan Moors2016-03-261-8/+8
| * | | Soften sam restrictionsAdriaan Moors2016-03-262-3/+26
| * | | Track Function's SAM symbol & target type using an attachmentAdriaan Moors2016-03-265-13/+24
| * | | 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
| * | | More fixes based on feedback by LukasAdriaan Moors2016-03-261-14/+14
| * | | Refactoring. Simplify inferImplicit's boolean leversAdriaan Moors2016-03-264-57/+71
| * | | 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-265-319/+298
| * | | Review feedback from LukasAdriaan Moors2016-03-261-1/+4
| * | | Set the scene for Sammy.Adriaan Moors2016-03-265-76/+48