summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bring Statics.doubleHash in sync with BoxesRunTime.hashFromDouble.Sébastien Doeraene2016-04-212-13/+21
* Merge pull request #5098 from sjrd/simplify-scala-runtimeLukas Rytz2016-04-2016-343/+66
|\
| * Remove the unused scala.runtime.Boxed trait.Sébastien Doeraene2016-04-131-12/+0
| * Remove plain old dead code in ScalaRunTime.Sébastien Doeraene2016-04-132-66/+0
| * Do not rely on ScalaRunTime.{inlineEquals,hash} in JavaMirrors.Sébastien Doeraene2016-04-131-3/+3
| * Move ScalaRunTime.box to typechecker.Macros.Sébastien Doeraene2016-04-132-15/+14
| * Inline ScalaRunTime.arrayElementClass at call sites.Sébastien Doeraene2016-04-137-33/+11
| * Move ScalaRunTime.isAnyVal to reify.phases.Reify.Sébastien Doeraene2016-04-133-11/+5
| * 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