summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/backend/jvm/DirectCompileTest.scala
Commit message (Expand)AuthorAgeFilesLines
* re-enable two tests (starr is up to date now)Lukas Rytz2016-09-301-3/+1
* Emit trait method bodies in staticsJason Zaugg2016-06-281-1/+3
* SI-9256 check companions in same compilation unit only if same runLukas Rytz2016-06-061-0/+12
* clear all flags when resetting a symbolLukas Rytz2016-06-061-0/+11
* Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-251-1/+1
* Clean up bytecode testing methods.Lukas Rytz2016-05-201-9/+7
* Better abstraction for bytecode tests. Also organize some imports.Lukas Rytz2016-05-201-11/+13
* Rename nsc.backend.jvm.CodeGenTools to testing.BytecodeTestingLukas Rytz2016-05-201-1/+1
* Reduce boilerplate in compiler JUnit tests (#5158)Jason Zaugg2016-05-161-8/+1
* Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-1/+1
* Fix 23 typos (m-o)Janek Bogucki2015-06-281-1/+1
* Issue inliner warnings for callsites that cannot be inlinedLukas Rytz2015-03-111-0/+4
* Inline final methods defined in traitsLukas Rytz2015-03-111-0/+13
* Reuse the same compiler instance for all tests in a JUnit classLukas Rytz2015-03-111-2/+10
* GenBCode: Command-line flags for enabling cleanup optimizationsLukas Rytz2014-11-041-29/+21
* Remove stale local variables and exception handlers after DCELukas Rytz2014-09-101-1/+1
* Tools to run the compiler in JUnit testsLukas Rytz2014-09-101-0/+81