summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* Remove abstraction layer in classpath implementationLukas Rytz2016-05-023-29/+24
* remove recursive classpath implementationLukas Rytz2016-04-233-206/+3
* Merge pull request #5096 from lrytz/traitParentsLukas Rytz2016-04-207-56/+313
|\
| * 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-203-6/+147
| * 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
* | 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
| |/
* / Hide ScalaRunTime.isTuple inside stringOf.Sébastien Doeraene2016-04-131-61/+4
|/
* 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
| |/ / / /