summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/Language
Commit message (Expand)AuthorAgeFilesLines
* Explicit SpecificityGert-Jan Bottu2020-05-215-60/+94
* Define a Quote IO instanceRyan Scott2020-04-281-2/+8
* TH: fix Show/Eq/Ord instances for Bytes (#16457)Sylvain Henry2020-04-271-1/+42
* Modules (#13009)Sylvain Henry2020-04-181-2/+2
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-1/+1
* Require GHC 8.8 as the minimum compiler for bootstrappingRyan Scott2020-03-311-8/+3
* Generalize liftData to work over any Quote (#17857)Ryan Scott2020-02-201-19/+19
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-2/+3
* Add explicit LANGUAGE Safe to template-haskellOleg Grenrus2020-02-148-2/+10
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-124-457/+481
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Parenthesize the * kind in TH.PprVladislav Zavialov2019-12-051-12/+19
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Clean up TH's treatment of unary tuples (or, #16881 part two)Ryan Scott2019-11-071-4/+20
* Template Haskell: make unary tuples legal (#16881)nineonine2019-10-131-20/+11
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-254-1/+6
* TemplateHaskell: reifyType (#16976)Vladislav Zavialov2019-07-262-0/+13
* Fix #16895 by checking whether infix expression operator is a variablenineonine2019-07-052-6/+13
* Fix #15843 by extending Template Haskell AST for tuples to support sectionsnineonine2019-07-024-21/+61
* fix Template Haskell cross compilation on 64 bit compiler with 32 bit targetLuite Stegeman2019-05-222-7/+8
* TH: make `Lift` and `TExp` levity-polymorphicAlec Theriault2019-04-181-16/+214
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-3/+3
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-152-6/+6
* TH: support raw bytes literals (#14741)Sylvain Henry2019-03-084-1/+40
* Visible dependent quantificationRyan Scott2019-03-014-6/+28
* Add `liftedTyped` to `Lift` classAlec Theriault2019-02-131-4/+54
* Add support for ASM foreign files (.s) in TH (#16180)Sylvain Henry2019-01-201-4/+5
* Prepare source-tree for base-4.13 MFP bumpHerbert Valerio Riedel2019-01-181-1/+3
* Visible kind applicationmynguyen2019-01-034-74/+112
* Fix embarrassing infinite loop in pprParendTypeRyan Scott2018-12-031-1/+3
* Add 'Lift' instances for 'NonEmpty' and 'Void'Alec Theriault2018-11-301-0/+16
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-274-46/+85
* Fix #15738 by defining (and using) parenthesizeHsContextRyan Scott2018-10-151-0/+1
* Documentation fixes in 'template-haskell'Alec Theriault2018-10-042-25/+42
* Add support for ImplicitParams and RecursiveDo in THMichael Sloan2018-09-144-10/+57
* Modifications to support loading GHC into GHCiMichael Sloan2018-07-275-0/+6
* Fix handling of unbound constructor names in TH #14627Michael Sloan2018-07-121-1/+6
* Typofixes in comments and whitespace only [ci skip]Gabor Greif2018-06-261-1/+1
* A few more typofixes in docs/comments [ci skip]Gabor Greif2018-06-201-1/+1
* Built-in Natural literals in CoreSylvain Henry2018-06-151-2/+2
* Introduce DerivingViaRyan Scott2018-06-044-13/+57
* Fix #14875 by introducing PprPrec, and using itRyan Scott2018-05-131-6/+13
* Support adding objects from THAlec Theriault2018-03-251-6/+40
* template-haskell: Rip out FamFlavourBen Gamari2017-12-045-59/+2
* Document a law for TH's Lift classRyan Scott2017-09-301-0/+3
* Implement TH addCorePlugin.Facundo Domínguez2017-09-211-0/+14
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-222-0/+2
* Document the intricacies of ForallC variable quantification betterRyan Scott2017-09-021-0/+29
* Fixed a typo in template-haskell documentationBenjamin Hodgson2017-08-221-1/+1
* Add MonadIO Q - by requiring MonadIO => QuasiOleg Grenrus2017-08-051-4/+6