summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs
Commit message (Expand)AuthorAgeFilesLines
* Handle type data declarations in Template Haskell quotations and splices (fix...Ross Paterson2022-12-031-0/+23
* Export liftA2 from PreludeGeorgi Lyubenov2022-09-081-2/+2
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-011-0/+5
* Add the OPAQUE pragmaChristiaan Baaij2022-03-251-0/+3
* Add PromotedInfixT/PromotedUInfixT to THJakob Brünker2021-12-111-0/+10
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-11-201-1/+2
* Handle OverloadedRecordDot in TH (#20185)Zubin Duggal2021-08-031-0/+8
* template-haskell: Add support for default declarationsMario Blažević2021-07-211-0/+4
* Reword: representation instead of levitysheaf2021-06-101-1/+1
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-0/+168
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-091-9/+5
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+3
* Implement type applications in patternsCale Gibbard2020-12-141-3/+4
* Make CodeQ and TExpQ levity polymorphicRyan Scott2020-08-051-3/+16
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-211-0/+1
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-4/+4
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-0/+3
* Explicit SpecificityGert-Jan Bottu2020-05-211-20/+34
* Add explicit LANGUAGE Safe to template-haskellOleg Grenrus2020-02-141-0/+2
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-121-367/+371
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-251-0/+3
* Fix #15843 by extending Template Haskell AST for tuples to support sectionsnineonine2019-07-021-4/+4
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-3/+3
* TH: support raw bytes literals (#14741)Sylvain Henry2019-03-081-0/+2
* Visible dependent quantificationRyan Scott2019-03-011-0/+3
* Visible kind applicationmynguyen2019-01-031-25/+31
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-271-26/+31
* Add support for ImplicitParams and RecursiveDo in THMichael Sloan2018-09-141-0/+23
* Modifications to support loading GHC into GHCiMichael Sloan2018-07-271-0/+1
* Introduce DerivingViaRyan Scott2018-06-041-6/+21
* template-haskell: Rip out FamFlavourBen Gamari2017-12-041-48/+0
* Merge types and kinds in DsMetaRyan Scott2017-07-281-0/+936