summaryrefslogtreecommitdiff
path: root/testsuite/tests/th
Commit message (Expand)AuthorAgeFilesLines
* 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
* Better -ddump-typesSimon Peyton Jones2018-10-041-5/+5
* Fix for recover with -fexternal-interpreter (#15418)Simon Marlow2018-09-275-0/+45
* Fix T15502 on 32-bitKrzysztof Gogolewski2018-09-142-0/+4
* Add support for ImplicitParams and RecursiveDo in THMichael Sloan2018-09-1412-0/+124
* Fix #15572 by checking for promoted names in ConTRyan Scott2018-08-283-0/+15
* Don't reify redundant class method tyvars/contextsRyan Scott2018-08-274-15/+10
* Fix #15502 by not casting to Int during TH conversionRyan Scott2018-08-273-0/+14
* Fix #15550 by quoting RULE names during TH conversionRyan Scott2018-08-273-0/+20
* Properly designate LambdaCase alts as CaseAlt in THRyan Scott2018-08-143-0/+19
* Remove decideKindGeneralisationPlanRichard Eisenberg2018-08-021-20/+0
* Remove the type-checking knot.Richard Eisenberg2018-08-011-3/+3
* Fail instead of panic-ing when qAddTopDecls has conversion errorMichael Sloan2018-07-273-0/+14
* Refactor (~) to reduce the suerpclass stackSimon Peyton Jones2018-07-271-3/+3
* Fix pretty-printing of data declarations in splicesKrzysztof Gogolewski2018-07-223-0/+65
* Do not imply NoStarIsType by TypeOperators/TypeInTypeVladislav Zavialov2018-07-162-0/+2
* Fix handling of unbound constructor names in TH #14627Michael Sloan2018-07-123-0/+9
* Fix handling of ApplicativeDo in TH AST quotesMichael Sloan2018-07-125-0/+38
* Add a broken test for lingering state from TH unique names #9693Michael Sloan2018-07-065-0/+31
* Fix #15331 with careful blasts of parenthesizeHsTypeRyan Scott2018-07-053-0/+16
* Parenthesize rank-n contexts in ConvertRyan Scott2018-07-053-0/+14
* Add regression test for #15321Ömer Sinan Ağacan2018-07-043-0/+22
* Mark some TH tests as req_interpÖmer Sinan Ağacan2018-06-192-4/+4
* Built-in Natural literals in CoreSylvain Henry2018-06-158-17/+17
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-149-11/+12
* testsuite: Remove uniques from T15243's stderr outputBen Gamari2018-06-101-10/+10
* testsuite: Suppress uniques in T15243 outputBen Gamari2018-06-101-1/+1
* Fix #15243 by fixing incorrect uses of NotPromotedRyan Scott2018-06-075-4/+32
* Improved Valid Hole FitsMatthías Páll Gissurarson2018-05-302-27/+33
* Check for mismatched class methods during typecheckingRyan Scott2018-05-243-0/+15
* Another batch of './validation --slow' tweaksAlp Mestanogullari2018-05-203-4/+23
* Fix #14875 by introducing PprPrec, and using itRyan Scott2018-05-133-0/+39
* Add 'addWordC#' PrimOpSebastian Graf2018-05-051-1/+1
* testsuite: Fix `./validate --slow`Alp Mestanogullari2018-04-191-1/+1
* Revert "Fix #14838 by marking TH-spliced code as FromSource"Ben Gamari2018-04-104-48/+0