summaryrefslogtreecommitdiff
path: root/testsuite/tests/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix plugin tests requirementsTamar Christina2018-10-151-4/+30
* Fix for #13862: Optional "-v" not allowed with :load in GHCiroland2018-09-162-2/+2
* Filter plugin dylib locationsChristiaan Baaij2018-08-114-1/+31
* Plugin dependency information is stored separatelyChristiaan Baaij2018-08-015-3/+28
* testsuite: force plugin tests sequentially on Windows.Tamar Christina2018-07-181-4/+31
* Run the renamed source plugin after each HsGroupMatthew Pickering2018-07-123-9/+9
* Improve error message when importing an unusable packageSean D Gillespie2018-06-171-1/+1
* Built-in Natural literals in CoreSylvain Henry2018-06-152-2/+4
* Run typeCheckResultAction and renamedResultAction in TcM rather than HscMatthew Pickering2018-06-072-3/+3
* Extended the plugin system to run plugins on more representationsBoldizsar Nemeth2018-06-0219-2/+297
* Implement "An API for deciding whether plugins should cause recompilation"Matthew Pickering2018-05-3019-9/+181
* GHCi: Include a note in the hint to expose a hidden packageChaitanya Koparkar2018-05-131-0/+1
* GHCi: Improve the error message for hidden packagesChaitanya Koparkar2018-05-031-0/+1
* Error message and doc improvements for #14335Ömer Sinan Ağacan2018-03-084-8/+6
* Restore 'It is a member of hidden package' message.Edward Z. Yang2018-02-061-2/+1
* testsuite: Add test for #14335Ben Gamari2018-01-182-0/+11
* Implement TH addCorePlugin.Facundo Domínguez2017-09-215-0/+35
* Pass -ffrontend-opt arguments to frontend plugin in the correct orderdoug2017-05-042-2/+2
* tests: remove extra_files.py (#12223)Reid Barton2017-02-261-13/+25
* Ditch static flagsSylvain Henry2017-02-021-5/+5
* Spelling fixesGabor Greif2017-02-023-3/+3
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-46/+21
* testsuite: Mark T10294 as fixedBen Gamari2016-12-151-2/+1
* base: Bump version to 4.10.0.0Ben Gamari2016-12-151-1/+1
* Make globals use sharedCAFMoritz Angermann2016-12-112-4/+1
* Revert "Make globals use sharedCAF"Ben Gamari2016-11-302-1/+4
* Make globals use sharedCAFMoritz Angermann2016-11-292-4/+1
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-293-6/+6
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-113-6/+6
* The Backpack patch.Edward Z. Yang2016-10-081-1/+2
* accept current (problematic) outputGabor Greif2016-09-041-1/+5
* test #12567: add new testcase with expected plugin behaviourGabor Greif2016-09-045-0/+25
* Testsuite: delete dead code + cleanupThomas Miedema2016-06-201-5/+1
* Testsuite: run tests in /tmp after copying required filesThomas Miedema2016-05-171-8/+9
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-251-0/+0
* Testsuite: Introduce config.plugin_way_flags.Thomas Miedema2016-02-251-1/+1
* Testsuite: pass '-s --no-print-directory' to MAKEThomas Miedema2016-02-213-3/+3
* Use a better test for profilingSimon Marlow2016-02-203-3/+3
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-171-1/+0
* Implement -hide-all-plugin-packages and -plugin-package(-id), fixing #11244Edward Z. Yang2015-12-224-3/+23
* Testsuite: mark frontend01 conditionally expect_broken on #10301Thomas Miedema2015-12-171-1/+4
* Frontend plugins.Edward Z. Yang2015-12-125-0/+67
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-073-3/+3
* Bump `base` version to 4.9.0.0 (closes #11026)Herbert Valerio Riedel2015-11-011-1/+1
* Testsuite: mark T10294 conditionally expect_broken on #10301Thomas Miedema2015-07-151-1/+1
* Mark test case for #10294 conditionally expect_broken on #10301Joachim Breitner2015-07-151-1/+1
* Mark test case for #10294 expect_broken on #10301Joachim Breitner2015-07-151-1/+2
* Filter orphan rules based on imports, fixes #10294 and #10420.Edward Z. Yang2015-06-2015-11/+128
* Failing test for #10420 using plugins.Edward Z. Yang2015-05-1510-1/+77
* Basic Python 3 support for testsuite driver (Trac #9184)Krzysztof Gogolewski2014-10-011-2/+2