| Commit message (Expand) | Author | Age | Files | Lines |
* | Ditch static flags | Sylvain Henry | 2017-02-02 | 1 | -5/+5 |
* | Spelling fixes | Gabor Greif | 2017-02-02 | 3 | -3/+3 |
* | Remove clean_cmd and extra_clean usage from .T files | Thomas Miedema | 2017-01-22 | 1 | -46/+21 |
* | testsuite: Mark T10294 as fixed | Ben Gamari | 2016-12-15 | 1 | -2/+1 |
* | base: Bump version to 4.10.0.0 | Ben Gamari | 2016-12-15 | 1 | -1/+1 |
* | Make globals use sharedCAF | Moritz Angermann | 2016-12-11 | 2 | -4/+1 |
* | Revert "Make globals use sharedCAF" | Ben Gamari | 2016-11-30 | 2 | -1/+4 |
* | Make globals use sharedCAF | Moritz Angermann | 2016-11-29 | 2 | -4/+1 |
* | Replace -fshow-source-paths with -fhide-source-paths | Sylvain Henry | 2016-11-29 | 3 | -6/+6 |
* | Make default output less verbose (source/object paths) | Sylvain HENRY | 2016-11-11 | 3 | -6/+6 |
* | The Backpack patch. | Edward Z. Yang | 2016-10-08 | 1 | -1/+2 |
* | accept current (problematic) output | Gabor Greif | 2016-09-04 | 1 | -1/+5 |
* | test #12567: add new testcase with expected plugin behaviour | Gabor Greif | 2016-09-04 | 5 | -0/+25 |
* | Testsuite: delete dead code + cleanup | Thomas Miedema | 2016-06-20 | 1 | -5/+1 |
* | Testsuite: run tests in /tmp after copying required files | Thomas Miedema | 2016-05-17 | 1 | -8/+9 |
* | Testsuite: delete empty files [skip ci] | Thomas Miedema | 2016-02-25 | 1 | -0/+0 |
* | Testsuite: Introduce config.plugin_way_flags. | Thomas Miedema | 2016-02-25 | 1 | -1/+1 |
* | Testsuite: pass '-s --no-print-directory' to MAKE | Thomas Miedema | 2016-02-21 | 3 | -3/+3 |
* | Use a better test for profiling | Simon Marlow | 2016-02-20 | 3 | -3/+3 |
* | Testsuite: delete compiler_lt/le/gt/ge setup functions | Thomas Miedema | 2016-02-17 | 1 | -1/+0 |
* | Implement -hide-all-plugin-packages and -plugin-package(-id), fixing #11244 | Edward Z. Yang | 2015-12-22 | 4 | -3/+23 |
* | Testsuite: mark frontend01 conditionally expect_broken on #10301 | Thomas Miedema | 2015-12-17 | 1 | -1/+4 |
* | Frontend plugins. | Edward Z. Yang | 2015-12-12 | 5 | -0/+67 |
* | Make GHCi & TH work when the compiler is built with -prof | Simon Marlow | 2015-11-07 | 3 | -3/+3 |
* | Bump `base` version to 4.9.0.0 (closes #11026) | Herbert Valerio Riedel | 2015-11-01 | 1 | -1/+1 |
* | Testsuite: mark T10294 conditionally expect_broken on #10301 | Thomas Miedema | 2015-07-15 | 1 | -1/+1 |
* | Mark test case for #10294 conditionally expect_broken on #10301 | Joachim Breitner | 2015-07-15 | 1 | -1/+1 |
* | Mark test case for #10294 expect_broken on #10301 | Joachim Breitner | 2015-07-15 | 1 | -1/+2 |
* | Filter orphan rules based on imports, fixes #10294 and #10420. | Edward Z. Yang | 2015-06-20 | 15 | -11/+128 |
* | Failing test for #10420 using plugins. | Edward Z. Yang | 2015-05-15 | 10 | -1/+77 |
* | Basic Python 3 support for testsuite driver (Trac #9184) | Krzysztof Gogolewski | 2014-10-01 | 1 | -2/+2 |
* | Change testsuite to not use old-style file package databases | Duncan Coutts | 2014-08-29 | 1 | -1/+1 |
* | Be less verbose when printing Names when we don't know what's in scope | Simon Peyton Jones | 2014-04-24 | 1 | -1/+1 |
* | Use U+2018 instead of U+201B quote mark in compiler messages | Herbert Valerio Riedel | 2014-02-25 | 2 | -2/+2 |
* | Looks like plugin06 really only works with dynamic libraries enabled | Joachim Breitner | 2013-12-02 | 1 | -1/+2 |
* | Try to set flags for some tests involving TH right | Joachim Breitner | 2013-12-02 | 1 | -2/+1 |
* | Run T7478, plugins06, T7918 only when dynamic libraries are available | Joachim Breitner | 2013-11-12 | 1 | -0/+1 |
* | Fix plugins02 with dynamic GHC | Ian Lynagh | 2013-03-16 | 1 | -1/+1 |
* | Fix tests for dynamic ghc | Ian Lynagh | 2013-03-15 | 3 | -4/+4 |
* | plugins01 should be using $(TEST_HC_OPTS), not $(HC_OPTS) | Ian Lynagh | 2013-03-07 | 1 | -1/+1 |
* | Force recompilation to ensure plugin output, fixes #7597 | Edward Z. Yang | 2013-03-06 | 1 | -1/+1 |
* | Update outputs following the unicode quote change in GHC's output | Ian Lynagh | 2013-02-24 | 2 | -2/+3 |
* | Convert more helper functions | Ian Lynagh | 2013-02-11 | 1 | -1/+1 |
* | Pass the test name to the test options | Ian Lynagh | 2013-02-07 | 1 | -1/+1 |
* | plugins*: Follow changes in ghc | Ian Lynagh | 2012-12-14 | 1 | -1/+1 |
* | Make the plugin tests standalone | Ian Lynagh | 2012-11-17 | 3 | -36/+36 |
* | Testsuite fixes for when we only have dynamic libraries | Ian Lynagh | 2012-10-25 | 1 | -1/+1 |
* | use $(MAKE) instead of make (#7180) | Simon Marlow | 2012-08-23 | 1 | -2/+2 |
* | Follow changes in FastString | Ian Lynagh | 2012-07-15 | 1 | -1/+1 |
* | Fix cleanup for some tests. | Paolo Capriotti | 2012-06-27 | 1 | -1/+2 |