summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/all.T
Commit message (Expand)AuthorAgeFilesLines
* fix #10734 by adding braces to pretty-printing of let inside doarcpatch-D1448John Leo2015-11-071-0/+2
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-9/+5
* Reject top-level typed TH splices. Fixes #10945Jan Stolarek2015-10-201-1/+1
* Add typed holes support in Template Haskell.Jan Stolarek2015-10-161-1/+4
* Make dataToQa aware of Data instances which use functions to implement toConstrRyanGlScott2015-10-131-0/+3
* Tests for #10945 and #10946Jan Stolarek2015-10-081-0/+2
* reify associated types when reifying typeclasses(#10891)Ömer Sinan Ağacan2015-09-261-0/+1
* Revert "reify associated types when reifying typeclasses"Austin Seipp2015-09-231-1/+0
* reify associated types when reifying typeclassesÖmer Sinan Ağacan2015-09-231-0/+1
* testsuite: attempt fixing fallout from 089b72f52Austin Seipp2015-09-231-3/+3
* DeriveLift extension (#1830)RyanGlScott2015-09-211-0/+4
* Small improvement in pretty-printing constructors.Richard Eisenberg2015-09-201-0/+1
* Allow TH quoting of assoc type defaults.Richard Eisenberg2015-09-201-0/+1
* Add namePackage function to template-haskellRyanGlScott2015-09-171-0/+1
* Injective type familiesJan Stolarek2015-09-031-0/+1
* Add Fixity info for infix typesRyanGlScott2015-08-051-0/+4
* Do not treat prim and javascript imports as C imports in TH and QQLuite Stegeman2015-07-201-0/+1
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-171-0/+1
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-141-1/+0
* Fix #10596 by looking up 'Int' not 'Maybe Int' in the map.Edward Z. Yang2015-07-071-0/+1
* Fix ghci-way tests of -XStaticPointers.Facundo Domínguez2015-05-251-1/+3
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-111-26/+5
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-091-5/+26
* Split off quotes/ from th/ for tests that can be done on stage1 compiler.Edward Z. Yang2015-05-091-26/+5
* Give a hint when a TH splice has a bad package key, partially fixes #10279Edward Z. Yang2015-05-041-0/+1
* Permit empty closed type familiesAdam Gundry2015-05-041-1/+4
* Comments only, mostly typosThomas Miedema2015-04-031-1/+1
* Refactor testsuite with normalise_version()Edward Z. Yang2015-03-101-1/+3
* nameIsLocalOrFrom should include interactive modulesSimon Peyton Jones2015-02-111-0/+1
* Refactor the handling of quasi-quotesSimon Peyton Jones2015-02-101-0/+1
* add -th-file which generates a th.hs fileGreg Weber2015-01-131-0/+1
* Merge some instances from th-orphans.Richard Eisenberg2014-12-191-0/+1
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+6
* Test #8031 in th/T8031Richard Eisenberg2014-11-241-0/+1
* Fix #9824 by not warning about unused matches in pattern quotes.Richard Eisenberg2014-11-211-1/+1
* Test #9824 in th/T9824Richard Eisenberg2014-11-211-0/+1
* 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-211-0/+1
* Test #1476 in th/T1476Richard Eisenberg2014-11-211-0/+1
* Fix #7484, checking for good binder names in Convert.Richard Eisenberg2014-11-211-1/+1
* Test #7484 in th/T7484Richard Eisenberg2014-11-211-0/+1
* 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-201-0/+1
* Make calling conventions in template haskell Syntax.hs consistent with those ...Luite Stegeman2014-11-191-0/+3
* Fix #9064 by adding support for generic default signatures to TH.Richard Eisenberg2014-11-121-1/+1
* Test #9064 in th/T9064Richard Eisenberg2014-11-121-0/+1
* Fix #8100, by adding StandaloneDerivD to TH's Dec type.Richard Eisenberg2014-11-121-1/+1
* Test #8100 in th/T8100Richard Eisenberg2014-11-121-0/+1
* Fix #9066.Richard Eisenberg2014-11-121-2/+1
* Test #9066 in th/T9066Richard Eisenberg2014-11-121-0/+2