summaryrefslogtreecommitdiff
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
...
* | | SI-7916: ScriptEngine supportSom Snytt2016-05-191-0/+83
|/ /
* | 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
* | Merge pull request #5103 from ruippeixotog/improve-list-map-set-perfLukas Rytz2016-05-172-0/+101
|\ \
| * | Improve performance and behavior of ListMap and ListSetRui Gonçalves2016-05-172-0/+101
* | | Reduce boilerplate in compiler JUnit tests (#5158)Jason Zaugg2016-05-1625-258/+112
* | | SI-9666: Use inline group names in Regex (#4990)som-snytt2016-05-111-0/+64
* | | Merge pull request #5112 from lrytz/dropRecursiveClasspathJason Zaugg2016-05-054-232/+24
|\ \ \
| * | | Remove abstraction layer in classpath implementationLukas Rytz2016-05-023-29/+24
| * | | remove recursive classpath implementationLukas Rytz2016-04-233-206/+3
* | | | 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
| |/ / /
* | | | 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
| |/ /
* / / SI-9684 Deprecate JavaConversionsSom Snytt2016-04-2213-13/+13
|/ /
* | 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