summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Remove plain old dead code in ScalaRunTime.Sébastien Doeraene2016-04-131-26/+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-136-24/+11
| * | | | | Move ScalaRunTime.isAnyVal to reify.phases.Reify.Sébastien Doeraene2016-04-132-6/+5
| * | | | | Hide ScalaRunTime.isTuple inside stringOf.Sébastien Doeraene2016-04-131-2/+3
| * | | | | Remove dead-code runtime hash() methods.Sébastien Doeraene2016-04-132-44/+1
| * | | | | Inline ArrayRuntime methods in ScalaRunTime.array_clone().Sébastien Doeraene2016-04-132-35/+9
| |/ / / /
* / / / / SI-9749 REPL strip lead ws on dot continuation (#5097)som-snytt2016-04-151-7/+7
|/ / / /
* | | | Merge pull request #5082 from lrytz/inlineImplClassCleanupLukas Rytz2016-04-0715-283/+73
|\ \ \ \
| * | | | Fix InlineInfo attribute for nested module accessorsLukas Rytz2016-04-071-5/+7
| * | | | Remove references to trait impl classes, mostly in doc commentsLukas Rytz2016-04-079-84/+25
| * | | | 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
* | | | | Delete unnecessary blank linesh0hei2016-04-071-2/+0
* | | | | Generate AnyVal source stubs from sbtStefan Zeiger2016-04-0612-565/+18
* | | | | 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
| |/ / / /
* | | | | 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
|/ / / /
* | | | Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-0112-62/+60
|\ \ \ \
| * | | | 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-291-1/+4
| * | | | 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-291-7/+4
| * | | | 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-011-7/+13
|\ \ \ \ \ \
| * | | | | | Add initial unit test for Catch and augment documentationJanek Bogucki2016-03-311-7/+13
| |/ / / / /
* | | | | | Merge pull request #5059 from lrytz/t9702Adriaan Moors2016-03-316-55/+57
|\ \ \ \ \ \
| * | | | | | SI-9702 Fix backend crash with classOf[T] annotation argumentLukas Rytz2016-03-306-55/+57
* | | | | | | Merge pull request #4971 from adriaanm/genbcode-delambdafyAdriaan Moors2016-03-3134-1204/+1025
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | 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-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