summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Hide ScalaRunTime.isTuple inside stringOf.Sébastien Doeraene2016-04-133-65/+10
| * | | Remove dead-code runtime hash() methods.Sébastien Doeraene2016-04-136-94/+5
| * | | Inline ArrayRuntime methods in ScalaRunTime.array_clone().Sébastien Doeraene2016-04-133-44/+18
| |/ /
* / / SI-9749 REPL strip lead ws on dot continuation (#5097)som-snytt2016-04-153-7/+25
|/ /
* | Merge pull request #5082 from lrytz/inlineImplClassCleanupLukas Rytz2016-04-0719-338/+164
|\ \
| * | Fix InlineInfo attribute for nested module accessorsLukas Rytz2016-04-072-34/+74
| * | Remove references to trait impl classes, mostly in doc commentsLukas Rytz2016-04-0711-85/+49
| * | Remove unused optimizer warnings related to trait impl classesLukas Rytz2016-04-042-30/+0
| * | Remove dead code in the optimizer related to trait impl classesLukas Rytz2016-04-048-209/+61
* | | Merge pull request #5087 from sh0hei/delete_unnecessary_blank_lineAdriaan Moors2016-04-071-2/+0
|\ \ \
| * | | Delete unnecessary blank linesh0hei2016-04-071-2/+0
|/ / /
* | | Generate AnyVal source stubs from sbtStefan Zeiger2016-04-0615-114/+43
* | | Merge pull request #5081 from adriaanm/2.12.xAdriaan Moors2016-04-041-2/+2
|\ \ \
| * | | Bump STARR to 2.12.0-M4.Adriaan Moors2016-04-041-2/+2
* | | | General cleanups and less warnings during a Scala buildsoc2016-04-0448-128/+80
|/ / /
* | | SI-6710 Clarify stub methods in primitive value classesLukas Rytz2016-04-0410-39/+47
|\ \ \
| * | | SI-6710 Clarify stub methods in primitive value classesLukas Rytz2016-04-0110-39/+47
* | | | Merge pull request #5077 from felixmulder/topic/scaladoc-minor-fixes1Vlad Ureche2016-04-048-52/+101
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix incorrect svg on objects with companion traitsFelix Mulder2016-04-035-35/+71
| * | | Fix expansion on click for "Full Signature" elementFelix Mulder2016-04-031-1/+6
| * | | Fix sidebar not displaying objects with no companionFelix Mulder2016-04-032-15/+23
| * | | Fix inconsistent icon elem insertionFelix Mulder2016-04-031-1/+1
| |/ /
* / / Fix minor typoNafer Sanabria2016-04-041-1/+1
|/ /
* | Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-0116-67/+82
|\ \
| * | At the end of a run, close macro runtime's classloaderJason Zaugg2016-03-303-10/+36
| * | Java types and type parameters can be annotated since JSR 308Jason Zaugg2016-03-293-1/+14
| * | Use System.lineSeparator, rather than sys.propsJason Zaugg2016-03-293-4/+3
| * | Use Java's highestOneBit, rather than our own versions.Jason Zaugg2016-03-291-21/+2
| * | Note the availability of writableStackTrace in JDK 1.7+Jason Zaugg2016-03-291-0/+2
| * | SI-7474 Record extra errors in Throwable#suppressedExceptionsJason Zaugg2016-03-293-12/+16
| * | Delegate more primitive comparison to the Java stdlibJason Zaugg2016-03-291-16/+6
| * | Avoid intermediate boxing in BoxesRuntime.hashCodeFromJason Zaugg2016-03-291-3/+3
* | | Merge pull request #5070 from markus1189/stream-docsLukas Rytz2016-04-011-1/+1
|\ \ \
| * | | Fix typo in the docs for the ++ method of StreamMarkus Hauck2016-03-311-1/+1
* | | | Merge pull request #5071 from janekdb/topic/2.12.x-scaladoc-ExceptionsLukas Rytz2016-04-012-7/+55
|\ \ \ \
| * | | | Add initial unit test for Catch and augment documentationJanek Bogucki2016-03-312-7/+55
| |/ / /
* | | | Merge pull request #5059 from lrytz/t9702Adriaan Moors2016-03-317-55/+200
|\ \ \ \
| * | | | SI-9702 Fix backend crash with classOf[T] annotation argumentLukas Rytz2016-03-307-55/+200
* | | | | Merge pull request #4971 from adriaanm/genbcode-delambdafyAdriaan Moors2016-03-3195-1452/+1739
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Clarify how/when typedFunction unrolls eta-expansionAdriaan Moors2016-03-312-21/+41
| * | | | typedFunction undoes eta-expansion regardless of expected typeAdriaan Moors2016-03-303-45/+41
| * | | | Keep Function when CBN arg thunk targets a SAMAdriaan Moors2016-03-305-29/+50
| * | | | 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