Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test Trac #9081 | Simon Peyton Jones | 2014-11-04 | 1 | -0/+1 |
* | Testsuite error message changes | Simon Peyton Jones | 2014-11-04 | 1 | -3/+3 |
* | Test #9738 in th/T9738 | Richard Eisenberg | 2014-11-01 | 1 | -0/+1 |
* | Fix testsuite output from #9084. | Richard Eisenberg | 2014-11-01 | 1 | -1/+1 |
* | Test #9084 in th/T9084. | Richard Eisenberg | 2014-11-01 | 1 | -0/+1 |
* | Test #8953 in th/T8953 | Richard Eisenberg | 2014-11-01 | 1 | -0/+1 |
* | Test #9262 in th/T9262, and update other tests. | Richard Eisenberg | 2014-11-01 | 1 | -1/+2 |
* | Test #9692 in th/T9692 | Richard Eisenberg | 2014-10-21 | 1 | -1/+1 |
* | Python 3 support, second attempt (Trac #9184) | Krzysztof Gogolewski | 2014-10-19 | 1 | -3/+3 |
* | Add support for LINE pragma in template-haskell | Eric Mertens | 2014-10-07 | 1 | -0/+2 |
* | Revert "Basic Python 3 support for testsuite driver (Trac #9184)" | Krzysztof Gogolewski | 2014-10-03 | 1 | -3/+3 |
* | Basic Python 3 support for testsuite driver (Trac #9184) | Krzysztof Gogolewski | 2014-10-01 | 1 | -3/+3 |
* | Line up kind and type variables correctly when desugaring TH brackets | Simon Peyton Jones | 2014-06-12 | 1 | -0/+1 |
* | Emit error in case of duplicate GRE; fixes #7241 | Yuras Shumovich | 2014-06-05 | 1 | -0/+1 |
* | Make qReport force its error message before printing it | Simon Peyton Jones | 2014-04-17 | 1 | -0/+1 |
* | Small issue with signatures in a TH splice (fixes Trac #8932) | Simon Peyton Jones | 2014-04-07 | 1 | -0/+2 |
* | Simplify and tidy up the handling of tuple names | Simon Peyton Jones | 2014-04-04 | 1 | -1/+2 |
* | Fix #8884. | Richard Eisenberg | 2014-03-13 | 1 | -0/+1 |
* | Fix #8807. | Richard Eisenberg | 2014-02-26 | 1 | -1/+2 |
* | Refactor previous commit on fixing #7021. | Richard Eisenberg | 2014-02-09 | 1 | -1/+3 |
* | Fix #8759 by not panicking with TH and patsyns. | Richard Eisenberg | 2014-02-09 | 1 | -0/+2 |
* | Test Trac #8625 | Simon Peyton Jones | 2014-01-02 | 1 | -0/+1 |
* | Test Trac #8633 | Simon Peyton Jones | 2013-12-28 | 1 | -0/+1 |
* | Test Trac #8577 | Simon Peyton Jones | 2013-12-05 | 1 | -0/+4 |
* | Test Trac #8540 | Simon Peyton Jones | 2013-11-22 | 1 | -0/+4 |
* | Test Trac #8507 | Simon Peyton Jones | 2013-11-12 | 1 | -0/+1 |
* | Test for Trac #4135, comment 2 | Simon Peyton Jones | 2013-11-06 | 1 | -1/+2 |
* | Test Trac #7477 | Simon Peyton Jones | 2013-11-06 | 1 | -0/+1 |
* | Test Trac #8499 | Simon Peyton Jones | 2013-11-06 | 1 | -1/+2 |
* | Add new test for the second round of #7667 | Richard Eisenberg | 2013-10-23 | 1 | -0/+1 |
* | Add test for #8455. | Richard Eisenberg | 2013-10-23 | 1 | -1/+2 |
* | Added test for #7667. | Richard Eisenberg | 2013-10-15 | 1 | -0/+1 |
* | Test #8412 (again) | Krzysztof Gogolewski | 2013-10-12 | 1 | -1/+1 |
* | Add tests for new TH #4124, #4128, #4170, #4364, #6062 | Krzysztof Gogolewski | 2013-10-05 | 1 | -0/+7 |
* | Update tests now that declaration splices are legal everywhere. | Geoffrey Mainland | 2013-10-04 | 1 | -1/+1 |
* | Test Trac #8333 | Simon Peyton Jones | 2013-09-20 | 1 | -1/+6 |
* | Update to tests due to change in syntax for role annotations. | Richard Eisenberg | 2013-09-17 | 1 | -0/+1 |
* | Add test for #8186 | Richard Eisenberg | 2013-08-27 | 1 | -1/+3 |
* | Fix duplicate test names | Jan Stolarek | 2013-08-09 | 1 | -2/+2 |
* | Add tests for roles. | Richard Eisenberg | 2013-08-02 | 1 | -0/+4 |
* | Add test T8028 | Richard Eisenberg | 2013-07-02 | 1 | -1/+6 |
* | Updates to support closed type families. | Richard Eisenberg | 2013-06-21 | 1 | -2/+3 |
* | Test Trac #7910 | Simon Peyton Jones | 2013-05-15 | 1 | -1/+2 |
* | Fix T5555 with dynamic ghci | Ian Lynagh | 2013-03-16 | 1 | -1/+1 |
* | Fix tests for dynamic ghc | Ian Lynagh | 2013-03-15 | 1 | -22/+26 |
* | TH empty case expressions now ok (with -XEmptyCase) | Simon Peyton Jones | 2013-02-13 | 1 | -1/+1 |
* | Added testcase for Trac #7681, a Template Haskell missing feature. | Richard Eisenberg | 2013-02-11 | 1 | -0/+1 |
* | Convert more helper functions | Ian Lynagh | 2013-02-11 | 1 | -3/+3 |
* | Pass the test name to the test options | Ian Lynagh | 2013-02-07 | 1 | -1/+1 |
* | Add a test for #1849 | Ian Lynagh | 2013-02-02 | 1 | -0/+1 |