summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Test case for SI-5183, tagged primitives in case classes (#5144)Ben Hutchison2016-05-192-0/+42
* Merge pull request #5176 from lrytz/t9671Lukas Rytz2016-05-193-16/+122
|\
| * SI-9066 fix null.asInstanceOf[Unit]Lukas Rytz2016-05-182-23/+23
| * SI-9671, SI-7397 fix null.asInstanceOf[Int] when pt erases to ObjectLukas Rytz2016-05-183-10/+116
* | Generate static forwarders for object members in companion interface (#5131)Jason Zaugg2016-05-193-0/+11
|/
* SI-8756 Fix generic signature for refinement of primitiveJason Zaugg2016-05-181-1/+1
* SI-8756 Test to demonstrate the status quoJason Zaugg2016-05-182-0/+31
* Merge pull request #5103 from ruippeixotog/improve-list-map-set-perfLukas Rytz2016-05-178-41/+112
|\
| * Add SerialVersionUID to ListSetRui Gonçalves2016-05-171-1/+3
| * Make ListMap and ListSet implementations similarRui Gonçalves2016-05-172-4/+4
| * Improve performance and behavior of ListMap and ListSetRui Gonçalves2016-05-177-36/+105
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-05-174-4/+49
|\ \
| * | SI-9740 Repl import fix -Yrepl-class-basedSom Snytt2016-05-026-73/+55
* | | Reduce boilerplate in compiler JUnit tests (#5158)Jason Zaugg2016-05-1625-258/+112
* | | Merge pull request #5146 from som-snytt/issue/9045-msgLukas Rytz2016-05-135-3/+18
|\ \ \
| * | | SI-9045 Error on recursive ctorSom Snytt2016-05-045-3/+18
* | | | Add check to scala REPL package to improve feedback about implicits (#5159)Jens2016-05-134-0/+25
* | | | SI-9397 Add "_root_" to "GenUtils.scalaFactoryCall" to avoid the scala packag...Shixiong Zhu2016-05-111-0/+12
* | | | SI-9666: Use inline group names in Regex (#4990)som-snytt2016-05-112-1/+64
* | | | 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