summaryrefslogtreecommitdiff
path: root/test/junit/scala
Commit message (Expand)AuthorAgeFilesLines
* SD-98 don't emit unnecessary mixin forwardersLukas Rytz2016-04-123-21/+139
* Rewrite JUnit tests to avoid `@Test` methods in traitsLukas Rytz2016-04-121-14/+12
* Fix InlineInfo attribute for nested module accessorsLukas Rytz2016-04-071-29/+67
* 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
* Merge pull request #5071 from janekdb/topic/2.12.x-scaladoc-ExceptionsLukas Rytz2016-04-011-0/+42
|\
| * Add initial unit test for Catch and augment documentationJanek Bogucki2016-03-311-0/+42
* | Merge pull request #5059 from lrytz/t9702Adriaan Moors2016-03-311-0/+143
|\ \
| * | SI-9702 Fix backend crash with classOf[T] annotation argumentLukas Rytz2016-03-301-0/+143
* | | Merge pull request #4971 from adriaanm/genbcode-delambdafyAdriaan Moors2016-03-314-9/+188
|\ \ \ | |_|/ |/| |
| * | Specialization precludes use of LambdaMetaFactory for SAMAdriaan Moors2016-03-291-0/+24
| * | Jason's review feedback (ThisReferringMethodTraverser)Adriaan Moors2016-03-261-0/+6
| * | Test bytecode emitted for indy sammyAdriaan Moors2016-03-261-0/+130
| * | Additional SAM restrictions identified by JasonAdriaan Moors2016-03-262-4/+4
| * | Treat `Function` literals uniformly, expecting SAM or FunctionN.Adriaan Moors2016-03-261-5/+24
| |/
* / Inline super calls, as they are statically resolvedLukas Rytz2016-03-235-58/+49
|/
* Support :require when using the flat classpath representation.Lukas Rytz2016-03-221-3/+3
* New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-187-71/+100
* Merge pull request #4968 from lrytz/oldOptCleanupAdriaan Moors2016-02-2420-28/+87
|\
| * Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-1620-28/+35
| * Rewrite a few more tests to the new optimizerLukas Rytz2016-02-151-0/+52
* | Clean up some bytecode testsLukas Rytz2016-02-166-168/+111
* | Tests for optimizing val patternsLukas Rytz2016-02-162-14/+72
|/
* SD-79 don't issue spurious inliner warnings under l:projectLukas Rytz2016-02-151-0/+9
* Merge pull request #4963 from lrytz/simplerBranchingLukas Rytz2016-02-153-5/+127
|\
| * Avoid generating ACONST_NULL; POP; ACONST_NULL when loading nullLukas Rytz2016-02-142-1/+48
| * Generate leaner code for branchesLukas Rytz2016-02-131-4/+79
* | SI-8790 test caseLukas Rytz2016-02-131-0/+20
|/
* Merge pull request #4944 from lrytz/stringBuilderNoBoxLukas Rytz2016-02-122-36/+114
|\
| * SI-9571 Avoid boxing primitives in string concatenationMarko Elezovic2016-02-061-36/+99
| * test case for optimizing BooleanOrdering.compareLukas Rytz2016-02-041-0/+15
* | Merge pull request #4957 from retronym/topic/merge-2.11.x-to-2.12.x-20160210Seth Tisue2016-02-111-0/+28
|\ \
| * \ Merge branch '2.11.x' into topic/merge-2.11.x-to-2.12.x-20160210Jason Zaugg2016-02-101-0/+28
| |\ \
| | * \ Merge pull request #4937 from szeiger/issue/9623-2.11Seth Tisue2016-02-081-0/+28
| | |\ \
| | | * | SI-9623 Avoid unnecessary hasNext calls in JoinIterator & ConcatIteratorStefan Zeiger2016-02-011-0/+28
* | | | | Merge pull request #4924 from ShaneDelmore/SI-9452Lukas Rytz2016-02-102-0/+21
|\ \ \ \ \
| * \ \ \ \ Merge branch '2.12.x' into SI-9452Shane Delmore2016-02-046-6/+497
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Extend BigInt with Ordered for java interopShane Delmore2016-02-011-0/+16
| * | | | | Extend BigDecimal with Ordered for java interopShane Delmore2016-02-011-0/+5
* | | | | | Merge pull request #4868 from retronym/ticket/9542-comboJason Zaugg2016-02-101-1/+27
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | SI-9542 Unify different reprs. of module type refsJason Zaugg2016-02-011-1/+27
| |/ / / /
* | | | | Merge remote-tracking branch 'origin/2.12.x' into merge/2.11.x-to-2.12.x-2016...Jason Zaugg2016-02-046-6/+497
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #4920 from lrytz/oldOptimizerTestsLukas Rytz2016-02-034-6/+379
| |\ \ \ \
| | * | | | Re-write and Re-enable optimizer testsLukas Rytz2016-02-032-0/+356
| | * | | | show erroneous compiler flags in junit compiler testsLukas Rytz2016-02-031-2/+4
| | * | | | Improve simplifyJumpsLukas Rytz2016-02-031-4/+19
| * | | | | Merge pull request #4737 from soc/SI-9315Lukas Rytz2016-02-031-0/+70
| |\ \ \ \ \
| | * | | | | SI-9315 Desugar string concat to java.lang.StringBuilder ...Simon Ochsenreither2016-02-031-0/+70
| | |/ / / /
| * | / / / Clarified and expanded which Builders were reusableRex Kerr2016-01-301-0/+48
| | |/ / / | |/| | |
* | | | | Merge commit 'cc6fea6' into merge/2.11.x-to-2.12.x-20160203Jason Zaugg2016-02-041-1/+11
|\ \ \ \ \ | | |_|/ / | |/| | |