summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/opt/InlinerSeparateCompilationTest.scala
Commit message (Expand)AuthorAgeFilesLines
* Small cleanup in JUnit testLukas Rytz2016-05-201-5/+1
* Clean up bytecode testing methods.Lukas Rytz2016-05-201-7/+7
* Better abstraction for bytecode tests. Also organize some imports.Lukas Rytz2016-05-201-8/+1
* Rename nsc.backend.jvm.CodeGenTools to testing.BytecodeTestingLukas Rytz2016-05-201-1/+1
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-1/+1
* Inline super calls, as they are statically resolvedLukas Rytz2016-03-231-8/+3
* New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-8/+13
* Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-1/+1
* Make some testing tools from InlinerTest available to other testsLukas Rytz2015-12-131-1/+0
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-111-1/+2
* Inline final methods defined in traitsLukas Rytz2015-03-111-0/+114