summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #5100 from lrytz/unitBoxLukas Rytz2016-04-201-0/+119
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-6710 / PR 5072 follow-up: fix Unit.box / Unit.unboxLukas Rytz2016-04-201-0/+119
| |/ /
* | | Merge pull request #5098 from sjrd/simplify-scala-runtimeLukas Rytz2016-04-205-176/+20
|\ \ \
| * | | Remove plain old dead code in ScalaRunTime.Sébastien Doeraene2016-04-131-40/+0
| * | | Inline ScalaRunTime.arrayElementClass at call sites.Sébastien Doeraene2016-04-131-9/+0
| * | | Move ScalaRunTime.isAnyVal to reify.phases.Reify.Sébastien Doeraene2016-04-131-5/+0
| * | | Hide ScalaRunTime.isTuple inside stringOf.Sébastien Doeraene2016-04-132-63/+7
| * | | Remove dead-code runtime hash() methods.Sébastien Doeraene2016-04-134-50/+4
| * | | Inline ArrayRuntime methods in ScalaRunTime.array_clone().Sébastien Doeraene2016-04-131-9/+9
| |/ /
* / / SI-9749 REPL strip lead ws on dot continuation (#5097)som-snytt2016-04-152-0/+18
|/ /
* | Fix InlineInfo attribute for nested module accessorsLukas Rytz2016-04-071-29/+67
* | Remove references to trait impl classes, mostly in doc commentsLukas Rytz2016-04-072-1/+24
* | Remove unused optimizer warnings related to trait impl classesLukas Rytz2016-04-041-24/+0
* | Remove dead code in the optimizer related to trait impl classesLukas Rytz2016-04-041-21/+20
* | Fix minor typoNafer Sanabria2016-04-041-1/+1
* | Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-014-5/+22
|\ \
| * | Java types and type parameters can be annotated since JSR 308Jason Zaugg2016-03-292-0/+10
| * | SI-7474 Record extra errors in Throwable#suppressedExceptionsJason Zaugg2016-03-292-5/+12
* | | Merge pull request #5071 from janekdb/topic/2.12.x-scaladoc-ExceptionsLukas Rytz2016-04-011-0/+42
|\ \ \
| * | | Add initial unit test for Catch and augment documentationJanek Bogucki2016-03-311-0/+42
* | | | Merge pull request #5059 from lrytz/t9702Adriaan Moors2016-03-311-0/+143
|\ \ \ \
| * | | | SI-9702 Fix backend crash with classOf[T] annotation argumentLukas Rytz2016-03-301-0/+143
* | | | | Merge pull request #4971 from adriaanm/genbcode-delambdafyAdriaan Moors2016-03-3156-74/+541
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | typedFunction undoes eta-expansion regardless of expected typeAdriaan Moors2016-03-301-0/+10
| * | | | Keep Function when CBN arg thunk targets a SAMAdriaan Moors2016-03-301-0/+9
| * | | | Bring back AbstractFunction parentAdriaan Moors2016-03-304-7/+5
| * | | | Keep SAM body in anonfun method in enclosing classJason Zaugg2016-03-301-1/+3
| * | | | LMF cannot instantiate SAM of trait with non-trait superclassAdriaan Moors2016-03-296-6/+17
| * | | | LMF cannot run trait's "initializer" (constructor)Adriaan Moors2016-03-292-1/+9
| * | | | Better detection of types LMF cannot instantiate.Adriaan Moors2016-03-292-34/+42
| * | | | Specialization precludes use of LambdaMetaFactory for SAMAdriaan Moors2016-03-292-0/+58
| * | | | Target FunctionN, not scala/runtime/java8/JFunction.Adriaan Moors2016-03-281-2/+2
| * | | | SAM conversion can be disabled using `-Xsource:2.11`Adriaan Moors2016-03-263-0/+8
| * | | | SAM conversion precedes implicit view application (as in dotty).Adriaan Moors2016-03-261-10/+10
| * | | | Soften sam restrictionsAdriaan Moors2016-03-262-54/+68
| * | | | Track Function's SAM symbol & target type using an attachmentAdriaan Moors2016-03-261-0/+22
| * | | | Don't adapt erroneous tree to SAM type.Adriaan Moors2016-03-262-0/+11
| * | | | Jason's review feedback (ThisReferringMethodTraverser)Adriaan Moors2016-03-261-0/+6
| * | | | Test bytecode emitted for indy sammyAdriaan Moors2016-03-262-0/+158
| * | | | Additional SAM restrictions identified by JasonAdriaan Moors2016-03-2610-75/+115
| * | | | More fixes based on feedback by LukasAdriaan Moors2016-03-2611-8/+43
| * | | | Refactoring. Simplify inferImplicit's boolean leversAdriaan Moors2016-03-261-1/+1
| * | | | Treat `Function` literals uniformly, expecting SAM or FunctionN.Adriaan Moors2016-03-266-15/+33
| * | | | Review feedback from LukasAdriaan Moors2016-03-261-1/+1
| * | | | SI-9449 sam expansion for explicitly eta-expanded methodAdriaan Moors2016-03-261-0/+19
| * | | | Refactor typedFunction, rework synthesizeSAMFunction for sammyAdriaan Moors2016-03-268-6/+51
| * | | | SI-9415 Turn on SAM by defaultJason Zaugg2016-03-2613-13/+0
| | |/ / | |/| |
* | | | Merge pull request #5058 from lrytz/newTraitsInlinerLukas Rytz2016-03-305-58/+49
|\ \ \ \
| * | | | Inline super calls, as they are statically resolvedLukas Rytz2016-03-235-58/+49
| | |/ / | |/| |
* | | | Merge pull request #5008 from janekdb/2.12.x-remove-Predef-errorSeth Tisue2016-03-292-2/+2
|\ \ \ \