summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/opt/BTypesFromClassfileTest.scala
Commit message (Expand)AuthorAgeFilesLines
* re-enable two tests (starr is up to date now)Lukas Rytz2016-09-301-4/+2
* Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-251-1/+1
* All JUnit tests pass without bootstrap (when run in intellij, sbt)Lukas Rytz2016-05-201-2/+4
* Better abstraction for bytecode tests. Also organize some imports.Lukas Rytz2016-05-201-18/+10
* Rename nsc.backend.jvm.CodeGenTools to testing.BytecodeTestingLukas Rytz2016-05-201-1/+1
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-1/+1
* Ensure ClassBTypes constructed from symbol and classfile are identicalLukas Rytz2016-04-201-13/+1
* Inline super calls, as they are statically resolvedLukas Rytz2016-03-231-2/+5
* New trait encoding: use default methods, jettison impl classesJason Zaugg2016-03-181-1/+10
* Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-1/+1
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-111-3/+5
* Inline final methods defined in traitsLukas Rytz2015-03-111-9/+4
* Don't crash the inliner in mixed compilationLukas Rytz2015-03-111-1/+1
* Build a call graph for inlining decisionsLukas Rytz2015-03-111-0/+9
* Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-111-1/+3
* Construct ClassBTypes from parsed classfilesLukas Rytz2015-01-161-0/+95