summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/Language/Haskell/TH/Syntax.hs
Commit message (Expand)AuthorAgeFilesLines
* 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-031-10/+21
* Add 'Lift' instances for 'NonEmpty' and 'Void'Alec Theriault2018-11-301-0/+16
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-271-4/+8
* Documentation fixes in 'template-haskell'Alec Theriault2018-10-041-24/+41
* Add support for ImplicitParams and RecursiveDo in THMichael Sloan2018-09-141-5/+15
* Modifications to support loading GHC into GHCiMichael Sloan2018-07-271-0/+1
* 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-041-0/+1
* Support adding objects from THAlec Theriault2018-03-251-6/+40
* template-haskell: Rip out FamFlavourBen Gamari2017-12-041-3/+0
* Document a law for TH's Lift classRyan Scott2017-09-301-0/+3
* Implement TH addCorePlugin.Facundo Domínguez2017-09-211-0/+14
* 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
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-15/+1
* Add Template Haskell support for overloaded labelsMatthew Pickering2017-07-111-0/+1
* Fix Haddock markupGabor Greif2017-06-141-1/+1
* template-haskell: Properly escape StrTyLit docEric Mertens2017-05-271-1/+1
* Fix Haddock markupAlexey Vagarenko2017-05-191-1/+1
* Comments only [ci skip]Gabor Greif2017-03-091-1/+1
* Allow compilation of C/C++/ObjC/ObjC++ files with module from THFrancesco Mazzoli2017-03-081-13/+16
* Implement addCStub in template-haskell.Facundo Domínguez2017-02-091-0/+23
* Spelling fixesGabor Greif2017-02-021-1/+1
* Template Haskell support for COMPLETE pragmasMatthew Pickering2017-01-261-0/+2
* TH: Add Trustworthy language pragmaErik de Castro Lopo2017-01-081-1/+2
* Introduce unboxedSum{Data,Type}Name to template-haskellRyan Scott2016-12-181-0/+43
* Make unboxedTuple{Type,Data}Name support 0- and 1-tuplesRyan Scott2016-12-151-11/+8
* Rename TH constructors for deriving strategiesRyan Scott2016-12-091-3/+3
* Implement deriving strategiesRyan Scott2016-09-301-11/+29
* TH: Use atomicModifyIORef' for fresh namesErik de Castro Lopo2016-09-281-3/+2
* Comments in TH.Syntax (Trac #12596)Simon Peyton Jones2016-09-151-6/+31
* Clarify scope of `getQ`/`putQ` state.Francesco Mazzoli2016-08-311-2/+4
* Fix broken Haddock commentRyan Scott2016-08-291-1/+1
* Template Haskell support for TypeApplicationsRyan Scott2016-08-291-0/+1
* Template Haskell support for unboxed sumsRyan Scott2016-08-231-22/+36
* Have addModFinalizer expose the local type environment.Facundo Domínguez2016-07-061-0/+4
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-50/+50
* Add TH support for pattern synonyms (fixes #8761)Dominik Bollmann2016-05-121-7/+85
* TH: Tweak Haddock languageBen Gamari2016-04-171-2/+2
* Add TemplateHaskell support for Overlapping pragmasIavor S. Diatchki2016-04-171-2/+12
* template-haskell: define `MonadFail Q` instanceHerbert Valerio Riedel2016-03-081-0/+19
* template-haskell: remove redundant CPP useHerbert Valerio Riedel2016-03-081-9/+0
* template-haskell: Drop use of Rank2Types/PolymorphicComponentsHerbert Valerio Riedel2016-03-081-3/+2