summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Automate Eclipse settings and update project files: (#5091)Iulian Dragos2016-04-209-27/+101
| | * | | | Merge pull request #5054 from lrytz/intellij-2.112.11.xLukas Rytz2016-03-2323-234/+336
| | |\ \ \ \
| | * | | | | SI-9488 - adds the same default toString format to Scala Futures as 2.12.xViktor Klang2016-03-221-0/+4
* | | | | | | Merge pull request #5109 from lrytz/pr5064Lukas Rytz2016-04-2332-434/+781
|\ \ \ \ \ \ \
| * | | | | | | Rename the (deprecated) implicit conversion methods in JavaConversionsLukas Rytz2016-04-222-2/+38
| * | | | | | | Cleaned up Scaladoc for JavaConverters and non-deprecated friendsLukas Rytz2016-04-227-872/+261
| * | | | | | | SI-9684 Deprecate JavaConversionsSom Snytt2016-04-2232-83/+1005
| |/ / / / / /
* / / / / / / SI-9516 Fix the behavior of Int shift Long operations. (#5117)Sébastien Doeraene2016-04-232-7/+8
|/ / / / / /
* | | | | | 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