summaryrefslogtreecommitdiff
path: root/testsuite/tests/th
Commit message (Expand)AuthorAgeFilesLines
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-1133-391/+5
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-0933-5/+391
* Split off quotes/ from th/ for tests that can be done on stage1 compiler.Edward Z. Yang2015-05-0933-391/+5
* Correct parsing of lifted empty list constructorMatthew Pickering2015-05-061-1/+1
* Give a hint when a TH splice has a bad package key, partially fixes #10279Edward Z. Yang2015-05-043-0/+19
* Permit empty closed type familiesAdam Gundry2015-05-046-7/+46
* Bump base version to 4.8.2.0Herbert Valerio Riedel2015-04-251-1/+1
* Error msg wibbles from reduced module prefixesSimon Peyton Jones2015-04-074-14/+12
* Comments only, mostly typosThomas Miedema2015-04-031-1/+1
* Minor bump `base` version to 4.8.1.0Herbert Valerio Riedel2015-03-231-1/+1
* Modify test th/T10019 to wobble lessSimon Peyton Jones2015-03-202-2/+9
* Update deepseq submodule to 1.4.1.1 tagHerbert Valerio Riedel2015-03-201-1/+1
* Refactor testsuite with normalise_version()Edward Z. Yang2015-03-101-1/+3
* Update array submodule (min ver bump to 0.5.1.0)Herbert Valerio Riedel2015-03-101-1/+1
* Re-export `<$>` from Prelude (#10113)Herbert Valerio Riedel2015-03-071-1/+1
* testsuite: accept updated outputAustin Seipp2015-03-051-1/+1
* A raft of small changes associated with -XConstrainedClassMethodsSimon Peyton Jones2015-03-041-0/+1
* nameIsLocalOrFrom should include interactive modulesSimon Peyton Jones2015-02-113-0/+6
* Do not complain about missing fields in Trac #10047Simon Peyton Jones2015-02-101-0/+1
* Refactor the handling of quasi-quotesSimon Peyton Jones2015-02-1018-21/+36
* Put parens around (ty :: kind) when pretty-printing TH syntaxSimon Peyton Jones2015-02-062-13/+13
* add -th-file which generates a th.hs fileGreg Weber2015-01-1318-30/+31
* Update pretty submodule to 1.1.2.0 releaseHerbert Valerio Riedel2015-01-101-1/+1
* Major patch to add -fwarn-redundant-constraintsSimon Peyton Jones2015-01-064-0/+4
* Groom comments related to StaticPointers.Facundo Domínguez2014-12-222-4/+2
* Update pretty and random submodulesHerbert Valerio Riedel2014-12-221-2/+3
* Add instance Lift NaturalRichard Eisenberg2014-12-191-0/+4
* Merge some instances from th-orphans.Richard Eisenberg2014-12-192-0/+76
* Implement -XStaticValuesFacundo Domínguez2014-12-095-0/+49
* Test #8031 in th/T8031Richard Eisenberg2014-11-242-0/+15
* Fix #9824 by not warning about unused matches in pattern quotes.Richard Eisenberg2014-11-211-1/+1
* Test #9824 in th/T9824Richard Eisenberg2014-11-212-0/+7
* Fix #1476 by making splice patterns work.Richard Eisenberg2014-11-211-1/+1
* Test that nested pattern splices don't scope (#1476).Richard Eisenberg2014-11-213-0/+16
* Test #1476 in th/T1476Richard Eisenberg2014-11-212-0/+11
* Fix #7484, checking for good binder names in Convert.Richard Eisenberg2014-11-211-1/+1
* Test #7484 in th/T7484Richard Eisenberg2014-11-213-0/+12
* Fix #9209, by reporting an error instead of panicking on bad splices.Richard Eisenberg2014-11-201-1/+1
* Test #9209 in th/T9209Richard Eisenberg2014-11-203-0/+10
* Make calling conventions in template haskell Syntax.hs consistent with those ...Luite Stegeman2014-11-193-0/+57
* Fix #9064 by adding support for generic default signatures to TH.Richard Eisenberg2014-11-121-1/+1
* Test #9064 in th/T9064Richard Eisenberg2014-11-123-0/+31
* Fix #8100, by adding StandaloneDerivD to TH's Dec type.Richard Eisenberg2014-11-121-1/+1
* Test #8100 in th/T8100Richard Eisenberg2014-11-122-0/+21
* Fix #9066.Richard Eisenberg2014-11-121-2/+1
* Test #9066 in th/T9066Richard Eisenberg2014-11-122-0/+12
* Test Trac #9081Simon Peyton Jones2014-11-042-0/+11
* Testsuite error message changesSimon Peyton Jones2014-11-044-25/+25
* Test #9738 in th/T9738Richard Eisenberg2014-11-013-0/+18
* Fix testsuite output from #9084.Richard Eisenberg2014-11-012-1/+4