summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/all.T
Commit message (Expand)AuthorAgeFilesLines
* Add support for ImplicitParams and RecursiveDo in THMichael Sloan2018-09-141-0/+5
* Fix #15572 by checking for promoted names in ConTRyan Scott2018-08-281-0/+1
* Fix #15502 by not casting to Int during TH conversionRyan Scott2018-08-271-0/+1
* Fix #15550 by quoting RULE names during TH conversionRyan Scott2018-08-271-0/+1
* Properly designate LambdaCase alts as CaseAlt in THRyan Scott2018-08-141-0/+1
* Fail instead of panic-ing when qAddTopDecls has conversion errorMichael Sloan2018-07-271-0/+1
* Fix pretty-printing of data declarations in splicesKrzysztof Gogolewski2018-07-221-0/+1
* Fix handling of unbound constructor names in TH #14627Michael Sloan2018-07-121-0/+1
* Fix handling of ApplicativeDo in TH AST quotesMichael Sloan2018-07-121-0/+2
* Add a broken test for lingering state from TH unique names #9693Michael Sloan2018-07-061-0/+2
* Fix #15331 with careful blasts of parenthesizeHsTypeRyan Scott2018-07-051-0/+1
* Parenthesize rank-n contexts in ConvertRyan Scott2018-07-051-0/+1
* Add regression test for #15321Ömer Sinan Ağacan2018-07-041-0/+1
* testsuite: Suppress uniques in T15243 outputBen Gamari2018-06-101-1/+1
* Fix #15243 by fixing incorrect uses of NotPromotedRyan Scott2018-06-071-0/+1
* Improved Valid Hole FitsMatthías Páll Gissurarson2018-05-301-1/+1
* Check for mismatched class methods during typecheckingRyan Scott2018-05-241-0/+1
* Another batch of './validation --slow' tweaksAlp Mestanogullari2018-05-201-1/+3
* Fix #14875 by introducing PprPrec, and using itRyan Scott2018-05-131-0/+1
* testsuite: Fix `./validate --slow`Alp Mestanogullari2018-04-191-1/+1
* Revert "Fix #14838 by marking TH-spliced code as FromSource"Ben Gamari2018-04-101-2/+0
* Fix scoped type variables in TH for several constructsHE, Tao2018-03-251-0/+3
* Support adding objects from THAlec Theriault2018-03-251-0/+1
* Fix #14869 by being more mindful of Type vs. ConstraintRyan Scott2018-03-211-0/+2
* Turn a TH Name for built-in syntax into an unqualified RdrNameChaitanya Koparkar2018-03-191-0/+1
* Fix #14888 by adding more special cases for ArrowTRyan Scott2018-03-051-0/+2
* Fix #14838 by marking TH-spliced code as FromSourceRyan Scott2018-03-021-0/+2
* Permit conversion of partially applied PromotedTupleTsRyan Scott2018-03-021-0/+1
* Fix #14817 by not double-printing data family instance kind signaturesRyan Scott2018-03-021-0/+1
* Fix #14681 and #14682 with precision-aimed parenthesesRyan Scott2018-01-181-0/+1
* Inform hole substitutions of typeclass constraints (fixes #14273).Matthías Páll Gissurarson2018-01-181-1/+1
* Parenthesize forall-type args in cvtTypeKindRyan Scott2018-01-151-0/+1
* Incorporate changes from #11721 into Template HaskellRyan Scott2017-10-071-0/+1
* Check if -XStaticPointers is enabled when renaming static expressionsRyan Scott2017-09-131-0/+1
* Fix #13885 by freshening reified GADT constructors' universal tyvarsRyan Scott2017-08-221-0/+1
* Fix #14060 by more conservatively annotating TH-reified typesRyan Scott2017-08-141-0/+1
* Follow-up to #13887, for promoted infix constructorsRyan Scott2017-07-291-0/+1
* Merge types and kinds in DsMetaRyan Scott2017-07-281-1/+1
* Error eagerly after renaming failures in reifyInstancesRyan Scott2017-07-281-0/+1
* Fix #13968 by consulting isBuiltInOcc_maybeRyan Scott2017-07-261-0/+1
* Add Template Haskell support for overloaded labelsMatthew Pickering2017-07-111-0/+1
* Fix pretty-printing of zero-argument lambda expressionsRyan Scott2017-06-231-0/+1
* change filtering of variables in extract_hs_tv_bndrs (fixes #13782)Carlos Tomé2017-06-211-0/+1
* Support signatures at the kind level in Template HaskellRyan Scott2017-06-121-0/+1
* Fix collect_lpat's treatment of HsSplicedPatsRyan Scott2017-05-111-0/+2
* Deal with exceptions in dsWhenNoErrsSimon Peyton Jones2017-05-041-0/+1
* Make the tyvars in TH-reified data family instances uniformRyan Scott2017-04-281-0/+1
* testsuite: Add testcase for #13587Ben Gamari2017-04-231-0/+1
* Allow compilation of C/C++/ObjC/ObjC++ files with module from THFrancesco Mazzoli2017-03-081-5/+1
* Make TH_Roles2 less fragileSimon Peyton Jones2017-03-061-1/+1