summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5132 from acdenhartog/patch-1Jason Zaugg2016-05-051-3/+1
|\
| * Avoid function chaining with reverse methodArno den Hartog2016-04-271-3/+1
* | Merge pull request #5140 from lrytz/inlineDefaultMethodsJason Zaugg2016-05-055-53/+161
|\ \
| * | SD-140 inline the correct default methodLukas Rytz2016-04-285-53/+161
| |/
* | Emit a warning when a constant expression evaluates to an ArithmeticException...Olli Helenius2016-05-022-7/+7
* | SI-9752 never ignore blank lines when parsing code blocks (#5125)Antoine Gourlay2016-05-021-1/+1
* | SD-142 Avoid noisy log output in backend (#5134)Jason Zaugg2016-05-022-6/+9
* | Add examples to Exception object and group members (#5111)Janek Bogucki2016-05-021-25/+165
* | Merge pull request #5129 from retronym/ticket/9762Jason Zaugg2016-04-292-28/+10
|\ \
| * | SI-9762 Remove workaround after upstream fix in jlineJason Zaugg2016-04-271-20/+0
| * | SI-9762 Update to JLine 2.14.1Jason Zaugg2016-04-272-8/+10
| |/
* | Fix the Eclipse classpaths for 2.12.0-M4. (#5136)Performant Data2016-04-283-5/+5
* | Merge pull request #5094 from lrytz/classOfUnitAdriaan Moors2016-04-271-2/+3
|\ \ | |/ |/|
| * Fix erasure for classOf[Unit], don't erase to classOf[BoxedUnit]Lukas Rytz2016-04-201-2/+3
* | More efficient code for deciding if a mixin forwarder is needed (#5116)Lukas Rytz2016-04-254-16/+27
* | Merge pull request #5115 from lrytz/merge-2.11-to-2.12-apr-22Lukas Rytz2016-04-2511-34/+116
|\ \
| * \ Merge commit '684c314' into merge-2.11-to-2.12-apr-22Lukas Rytz2016-04-222-5/+13
| |\ \
| | * | SI-9734 Narrow type when import REPL history (#5084)som-snytt2016-04-201-1/+1
| | * | SI-9735 REPL prefer standard escapes for code text (#5086)som-snytt2016-04-201-4/+12
| * | | Merge commit '23159d2' into merge-2.11-to-2.12-apr-22Lukas Rytz2016-04-229-29/+103
| |\| |
| | * | 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
|/ / /