summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5112 from lrytz/dropRecursiveClasspathJason Zaugg2016-05-056-254/+29
|\
| * Remove abstraction layer in classpath implementationLukas Rytz2016-05-025-31/+25
| * remove recursive classpath implementationLukas Rytz2016-04-235-226/+7
* | Merge pull request #5132 from acdenhartog/patch-1Jason Zaugg2016-05-051-0/+7
|\ \
| * | test PriorityQueue.reverseArno den Hartog2016-05-021-0/+7
* | | Merge pull request #5140 from lrytz/inlineDefaultMethodsJason Zaugg2016-05-053-12/+39
|\ \ \
| * | | SD-140 inline the correct default methodLukas Rytz2016-04-283-12/+39
| |/ /
* | | Emit a warning when a constant expression evaluates to an ArithmeticException...Olli Helenius2016-05-023-0/+8
* | | SI-9752 never ignore blank lines when parsing code blocks (#5125)Antoine Gourlay2016-05-022-0/+33
* | | Merge pull request #5094 from lrytz/classOfUnitAdriaan Moors2016-04-271-0/+12
|\ \ \ | |/ / |/| |
| * | Fix erasure for classOf[Unit], don't erase to classOf[BoxedUnit]Lukas Rytz2016-04-201-0/+12
* | | More efficient code for deciding if a mixin forwarder is needed (#5116)Lukas Rytz2016-04-254-0/+15
* | | Merge pull request #5115 from lrytz/merge-2.11-to-2.12-apr-22Lukas Rytz2016-04-254-0/+76
|\ \ \
| * \ \ Merge commit '684c314' into merge-2.11-to-2.12-apr-22Lukas Rytz2016-04-224-0/+76
| |\ \ \ | | |_|/ | |/| |
| | * | SI-9734 Narrow type when import REPL history (#5084)som-snytt2016-04-202-0/+40
| | * | SI-9735 REPL prefer standard escapes for code text (#5086)som-snytt2016-04-202-0/+36
| | * | SI-9488 - adds the same default toString format to Scala Futures as 2.12.xViktor Klang2016-03-221-2/+18
* | | | Merge pull request #5109 from lrytz/pr5064Lukas Rytz2016-04-2340-65/+88
|\ \ \ \
| * | | | Rename the (deprecated) implicit conversion methods in JavaConversionsLukas Rytz2016-04-222-0/+21
| * | | | SI-9684 Deprecate JavaConversionsSom Snytt2016-04-2238-65/+67
| |/ / /
* / / / SI-9516 Fix the behavior of Int shift Long operations. (#5117)Sébastien Doeraene2016-04-231-0/+52
|/ / /
* | | Merge pull request #5110 from sjrd/remove-duplicate-implem-of-hashcodesLukas Rytz2016-04-222-7/+6
|\ \ \ | |_|/ |/| |
| * | Remove the duplicate implem of hash codes for numbers.Sébastien Doeraene2016-04-213-15/+6
| * | Bring Statics.doubleHash in sync with BoxesRunTime.hashFromDouble.Sébastien Doeraene2016-04-211-0/+8
* | | Merge pull request #5096 from lrytz/traitParentsLukas Rytz2016-04-2019-90/+363
|\ \ \
| * | | Ensure that lzycompute methods are entered into the scopeLukas Rytz2016-04-201-2/+14
| * | | Ensure ClassBTypes constructed from symbol and classfile are identicalLukas Rytz2016-04-201-13/+1
| * | | Clean up code gen for method invocationsLukas Rytz2016-04-204-7/+148
| * | | Move test run/origins.scala to pendingLukas Rytz2016-04-123-0/+0
| * | | SD-98 don't emit unnecessary mixin forwardersLukas Rytz2016-04-1211-54/+188
| * | | Rewrite JUnit tests to avoid `@Test` methods in traitsLukas Rytz2016-04-121-14/+12
* | | | Merge pull request #5100 from lrytz/unitBoxLukas Rytz2016-04-201-0/+119
|\ \ \ \ | |_|/ / |/| | |
| * | | SI-6710 / PR 5072 follow-up: fix Unit.box / Unit.unboxLukas Rytz2016-04-201-0/+119
| |/ /
* | | Merge pull request #5098 from sjrd/simplify-scala-runtimeLukas Rytz2016-04-205-176/+20
|\ \ \
| * | | Remove plain old dead code in ScalaRunTime.Sébastien Doeraene2016-04-131-40/+0
| * | | Inline ScalaRunTime.arrayElementClass at call sites.Sébastien Doeraene2016-04-131-9/+0
| * | | Move ScalaRunTime.isAnyVal to reify.phases.Reify.Sébastien Doeraene2016-04-131-5/+0
| * | | Hide ScalaRunTime.isTuple inside stringOf.Sébastien Doeraene2016-04-132-63/+7
| * | | Remove dead-code runtime hash() methods.Sébastien Doeraene2016-04-134-50/+4
| * | | Inline ArrayRuntime methods in ScalaRunTime.array_clone().Sébastien Doeraene2016-04-131-9/+9
| |/ /
* / / SI-9749 REPL strip lead ws on dot continuation (#5097)som-snytt2016-04-152-0/+18
|/ /
* | Fix InlineInfo attribute for nested module accessorsLukas Rytz2016-04-071-29/+67
* | Remove references to trait impl classes, mostly in doc commentsLukas Rytz2016-04-072-1/+24
* | Remove unused optimizer warnings related to trait impl classesLukas Rytz2016-04-041-24/+0
* | Remove dead code in the optimizer related to trait impl classesLukas Rytz2016-04-041-21/+20
* | Fix minor typoNafer Sanabria2016-04-041-1/+1
* | Merge pull request #5068 from retronym/topic/jdk8ism2v2.12.0-M4Lukas Rytz2016-04-014-5/+22
|\ \
| * | Java types and type parameters can be annotated since JSR 308Jason Zaugg2016-03-292-0/+10
| * | SI-7474 Record extra errors in Throwable#suppressedExceptionsJason Zaugg2016-03-292-5/+12
* | | Merge pull request #5071 from janekdb/topic/2.12.x-scaladoc-ExceptionsLukas Rytz2016-04-011-0/+42
|\ \ \