summaryrefslogtreecommitdiff
path: root/test/junit/scala/tools/nsc/transform
Commit message (Expand)AuthorAgeFilesLines
* Rename -Yopt to -opt, -Yopt-warnings to -opt-warningsLukas Rytz2016-05-251-1/+1
* Clean up bytecode testing methods.Lukas Rytz2016-05-201-24/+24
* Better abstraction for bytecode tests. Also organize some imports.Lukas Rytz2016-05-202-24/+20
* Rename nsc.backend.jvm.CodeGenTools to testing.BytecodeTestingLukas Rytz2016-05-202-5/+2
* Reduce boilerplate in compiler JUnit tests (#5158)Jason Zaugg2016-05-161-10/+2
* Merge pull request #4968 from lrytz/oldOptCleanupAdriaan Moors2016-02-241-2/+2
|\
| * Remove -Y settings that are no longer used in 2.12Lukas Rytz2016-02-161-2/+2
* | Tests for optimizing val patternsLukas Rytz2016-02-161-13/+46
|/
* Merge pull request #4920 from lrytz/oldOptimizerTestsLukas Rytz2016-02-031-0/+25
|\
| * Re-write and Re-enable optimizer testsLukas Rytz2016-02-031-0/+25
* | SI-9398 Treat case classes as one-element ADTs for analysisJason Zaugg2016-01-291-1/+1
|/
* Rewrite test: no local for underscoreLukas Rytz2016-01-251-0/+19
* Rewrite test: no null in patmatLukas Rytz2016-01-251-0/+13
* Rewrite test: no type test on primitives in patmatLukas Rytz2016-01-251-0/+19
* Rewrite test for SI-6955Lukas Rytz2016-01-251-0/+28
* Rewrite test for SI-6956Lukas Rytz2016-01-251-0/+58
* Test addedwpopielarski2015-11-061-0/+73
* Patmat: efficient reasoning about mutual exclusionGerard Basler2015-04-061-3/+55
* Add a check to ensure that if the formulas originating from the exhaustivity /Gerard Basler2015-03-021-0/+3
* Add unit tests for Tseitin CNF conversion.Gerard Basler2014-12-291-0/+555