summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/BTypesTest.scala
Commit message (Expand)AuthorAgeFilesLines
* Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-251-1/+1
* Better abstraction for bytecode tests. Also organize some imports.Lukas Rytz2016-05-201-17/+16
* Rename nsc.backend.jvm.CodeGenTools to testing.BytecodeTestingLukas Rytz2016-05-201-1/+1
* Reduce boilerplate in compiler JUnit tests (#5158)Jason Zaugg2016-05-161-11/+4
* Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-1/+1
* Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-111-23/+29
* Construct ClassBTypes from parsed classfilesLukas Rytz2015-01-161-1/+1
* JUnit tests for dead code elimination.Lukas Rytz2014-09-101-1/+0
* Remove Tracked, add type information to ClassBTypeLukas Rytz2014-08-191-34/+21
* Unit tests for new BType classesLukas Rytz2014-06-011-0/+104