summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/DefaultMethodTest.scala
Commit message (Expand)AuthorAgeFilesLines
* Emit trait method bodies in staticsJason Zaugg2016-06-281-3/+2
* Clean up bytecode testing methods.Lukas Rytz2016-05-201-1/+1
* Better abstraction for bytecode tests. Also organize some imports.Lukas Rytz2016-05-201-8/+7
* Rename nsc.backend.jvm.CodeGenTools to testing.BytecodeTestingLukas Rytz2016-05-201-1/+1
* Reduce boilerplate in compiler JUnit tests (#5158)Jason Zaugg2016-05-161-7/+1
* Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-1/+1
* Don't create inline requests for callsites that cannot be inlinedLukas Rytz2015-10-201-2/+2
* Allow BCode to emit default interface methodsJason Zaugg2015-08-111-0/+43