summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5110 from sjrd/remove-duplicate-implem-of-hashcodesLukas Rytz2016-04-229-101/+68
|\
| * Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-219-88/+55
| * Bring Statics.doubleHash in sync with BoxesRunTime.hashFromDouble.Sébastien Doeraene2016-04-211-13/+13
* | 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
* | | scala-dev-113: Sync root package words to layout (#5107)Janek Bogucki2016-04-201-1/+1
* | | Merge pull request #5100 from lrytz/unitBoxLukas Rytz2016-04-202-6/+6
|\ \ \ | |_|/ |/| |
| * | SI-6710 / PR 5072 follow-up: fix Unit.box / Unit.unboxLukas Rytz2016-04-202-6/+6
| |/
* | Merge pull request #5098 from sjrd/simplify-scala-runtimeLukas Rytz2016-04-2011-167/+46
|\ \
| * | 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-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
|\ \ \