summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/opt/BTypesFromClassfileTest.scala
Commit message (Expand)AuthorAgeFilesLines
* 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