summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/Language/Haskell/TH/Lib.hs
Commit message (Expand)AuthorAgeFilesLines
* Handle OverloadedRecordDot in TH (#20185)Zubin Duggal2021-08-031-0/+1
* template-haskell: Add support for default declarationsMario Blažević2021-07-211-0/+3
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-1/+5
* The Char kind (#11342)Daniel Rogozin2021-02-061-1/+1
* Implement type applications in patternsCale Gibbard2020-12-141-0/+8
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-211-1/+1
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-0/+12
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-0/+1
* Explicit SpecificityGert-Jan Bottu2020-05-211-16/+19
* Add explicit LANGUAGE Safe to template-haskellOleg Grenrus2020-02-141-0/+2
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-121-39/+39
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-251-1/+1
* Fix #15843 by extending Template Haskell AST for tuples to support sectionsnineonine2019-07-021-0/+12
* TH: support raw bytes literals (#14741)Sylvain Henry2019-03-081-1/+17
* Visible dependent quantificationRyan Scott2019-03-011-4/+4
* Visible kind applicationmynguyen2019-01-031-11/+12
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-271-2/+19
* Add support for ImplicitParams and RecursiveDo in THMichael Sloan2018-09-141-5/+8
* Modifications to support loading GHC into GHCiMichael Sloan2018-07-271-0/+1
* Introduce DerivingViaRyan Scott2018-06-041-2/+21
* template-haskell: Rip out FamFlavourBen Gamari2017-12-041-2/+1
* Merge types and kinds in DsMetaRyan Scott2017-07-281-788/+48
* Add Template Haskell support for overloaded labelsMatthew Pickering2017-07-111-1/+4
* configure.ac: Bump version to 8.3ghc-8.3-startBen Gamari2017-03-091-1/+1
* Template Haskell support for COMPLETE pragmasMatthew Pickering2017-01-261-1/+4
* Reexport Language.Haskell.TH.Lib from Language.Haskell.THRyan Scott2016-12-171-1/+103
* Implement deriving strategiesRyan Scott2016-09-301-10/+22
* Template Haskell support for TypeApplicationsRyan Scott2016-08-291-0/+3
* Template Haskell support for unboxed sumsRyan Scott2016-08-231-0/+13
* Add TH support for pattern synonyms (fixes #8761)Dominik Bollmann2016-05-121-2/+37
* Add TemplateHaskell support for Overlapping pragmasIavor S. Diatchki2016-04-171-2/+7
* TemplateHaskell: revive isStrict, notStrict and unpackedThomas Miedema2016-01-131-0/+14
* Change Template Haskell representation of GADTs.Jan Stolarek2016-01-061-7/+5
* Bump GHC HEAD's Version from 7.11 to 8.1ghc-8.1-startHerbert Valerio Riedel2015-12-301-1/+1
* Update a few references to GHC 7.12Ben Gamari2015-12-291-1/+1
* Refactor named wildcards (again)Simon Peyton Jones2015-12-221-4/+1
* Rework Template Haskell's handling of strictnessRyanGlScott2015-12-221-35/+62
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-211-13/+20
* Fix-up GHC 7.12 artifactsHerbert Valerio Riedel2015-12-211-1/+1
* Use Cxt for deriving clauses in TH (#10819)Ben Gamari2015-12-141-8/+12
* Refactor type families in Template HaskellJohn Leo2015-12-121-6/+8
* Add typed holes support in Template Haskell.Jan Stolarek2015-10-161-0/+3
* Injective type familiesJan Stolarek2015-09-031-18/+68
* Add UInfixT to TH types (fixes #10522)Michael Smith2015-07-271-0/+14
* Support wild cards in TH splicesThomas Winant2015-07-201-0/+6
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-171-0/+2
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+4
* Make calling conventions in template haskell Syntax.hs consistent with those ...Luite Stegeman2014-11-191-3/+6
* Fix #9064 by adding support for generic default signatures to TH.Richard Eisenberg2014-11-121-0/+6
* Fix #8100, by adding StandaloneDerivD to TH's Dec type.Richard Eisenberg2014-11-121-0/+7