summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/opt/InlinerSeparateCompilationTest.scala
Commit message (Expand)AuthorAgeFilesLines
* assorted typo fixes, cleanup, updating of commentsSeth Tisue2016-10-241-1/+1
* SD-192 Change scheme for trait super accessorsJason Zaugg2016-08-151-2/+2
* Emit trait method bodies in staticsJason Zaugg2016-06-281-2/+2
* Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-251-2/+2
* 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