summaryrefslogtreecommitdiff
path: root/testsuite/tests/th
Commit message (Expand)AuthorAgeFilesLines
* Fix #13571 by adding an extension flag checkRichard Eisenberg2019-09-171-1/+1
* Encode shape information in `PmOracle`Sebastian Graf2019-09-161-0/+4
* TemplateHaskell: reifyType (#16976)Vladislav Zavialov2019-07-267-0/+66
* Fix #16895 by checking whether infix expression operator is a variablenineonine2019-07-0511-0/+68
* Bump template-haskell version to 2.16.0.0Ryan Scott2019-07-031-1/+1
* Fix #15843 by extending Template Haskell AST for tuples to support sectionsnineonine2019-07-026-2/+107
* testsuite: Mark T16180 as broken in ghci and ext-interp waysBen Gamari2019-06-121-2/+5
* Print role annotations in TemplateHaskell brackets (#16718)Vladislav Zavialov2019-06-101-0/+2
* Fix #16666 by parenthesizing contexts in ConvertRyan Scott2019-05-213-0/+19
* Dont refer to `cLeadingUnderscore` in testJohn Ericson2019-05-142-12/+18
* Add `-optcxx` option (#16477)Yuriy Syrovetskiy2019-04-081-1/+1
* Bump ghc-prim's version where neededAlexandre2019-04-011-1/+1
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-2/+2
* Reject nested predicates in impredicativity checkingRyan Scott2019-03-201-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-1513-14/+14
* TH: support raw bytes literals (#14741)Sylvain Henry2019-03-083-0/+30
* Visible dependent quantificationRyan Scott2019-03-013-1/+48
* Exit with exit code 1 when tests unexpectedly passMatthew Pickering2019-02-231-2/+8
* Fix #16293 by cleaning up Proxy# infelicitiesRyan Scott2019-02-122-0/+14
* Capture and simplify constraints arising from running typed splicesMatthew Pickering2019-02-103-0/+29
* Fix test for T16180 on Darwin (fix #16128)Sylvain Henry2019-02-082-12/+11
* testsuite: Use makefile_testBen Gamari2019-01-303-17/+10
* Revert "Batch merge"Ben Gamari2019-01-303-10/+17
* Batch mergeBen Gamari2019-01-303-17/+10
* Use sigPrec in more places in Convert and HsUtilsRyan Scott2019-01-284-2/+26
* testsuite: Mark T16180 as broken on DarwinBen Gamari2019-01-231-1/+1
* Add support for ASM foreign files (.s) in TH (#16180)Sylvain Henry2019-01-203-0/+28
* Run typed splices in the zonkerMatthew Pickering2019-01-113-0/+26
* Fix #16133 by checking for TypeApplications in rnExprRyan Scott2019-01-063-0/+22
* Visible kind applicationmynguyen2019-01-0320-84/+213
* testsuite: Disable more tests in unregisterised buildwip/disable-fragile-unreg-testsBen Gamari2018-12-281-1/+4
* testsuite: Mark th tests as broken in ext-interp way in LLVM build flavoursBen Gamari2018-12-241-0/+2
* testsuite: Mark objcpp-hi and T13366 as broken on Darwin due to #16083Ben Gamari2018-12-221-1/+4
* testsuite: Add tests for #15270Ben Gamari2018-12-115-0/+28
* Wibble to Taming the Kind Inference MonsterSimon Peyton Jones2018-12-071-2/+2
* Fix embarrassing infinite loop in pprParendTypeRyan Scott2018-12-032-0/+8
* Add 'Lift' instances for 'NonEmpty' and 'Void'Alec Theriault2018-11-301-0/+3
* Taming the Kind Inference MonsterSimon Peyton Jones2018-11-292-2/+2
* Add test for #15437Matthew Pickering2018-11-223-0/+21
* Fix #15845 by defining etaExpandFamInstLHS and using itRyan Scott2018-11-084-1/+25
* Fix #15815 by parenthesizing the arguments to infix ~Ryan Scott2018-10-293-0/+15
* Bump template-haskell version to 2.15.0.0Ryan Scott2018-10-281-1/+1
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-2716-31/+124
* Improve output from -ddump-typesSimon Peyton Jones2018-10-241-2/+0
* Fix #15792 by not reifying invisible arguments in AppTysRyan Scott2018-10-243-0/+19
* Keep top-level names in typed TH quotes aliveRyan Scott2018-10-243-0/+14
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-1519-69/+91
* Fix #15738 by defining (and using) parenthesizeHsContextRyan Scott2018-10-153-0/+25
* Set `infixr -1 ->`Alec Theriault2018-10-041-1/+1
* Don't drop arguments in TH type argumentsAlec Theriault2018-10-044-0/+54