summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/all.T
Commit message (Expand)AuthorAgeFilesLines
* Relax test TH_addCStub2 so it succeeds on travis.fd/fix-travis2Facundo Domínguez2017-02-101-1/+11
* Implement addCStub in template-haskell.Facundo Domínguez2017-02-091-0/+3
* Fixes bug #11046Iavor S. Diatchki2017-01-301-0/+1
* Template Haskell support for COMPLETE pragmasMatthew Pickering2017-01-261-0/+1
* Don't quantify implicit type variables when quoting type signatures in THRyan Scott2017-01-231-0/+2
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-135/+54
* Testsuite: Skip failing tests on PowerPC 64-bitPeter Trommler2016-12-271-2/+3
* Introduce unboxedSum{Data,Type}Name to template-haskellRyan Scott2016-12-181-1/+2
* Revert "Do not init record accessors as exported"Ben Gamari2016-12-171-2/+1
* testsuite: Add test for #12993Ben Gamari2016-12-161-0/+2
* Make unboxedTuple{Type,Data}Name support 0- and 1-tuplesRyan Scott2016-12-151-0/+1
* Disambiguate reified closed type family kinds in THRyan Scott2016-12-091-0/+1
* Make quoting and reification return the same typesDominik Bollmann2016-11-251-0/+2
* Have reify work for local variables with functional dependencies.Facundo Domínguez2016-11-171-0/+1
* Handle types w/ type variables in signatures inside patterns (DsMeta)Mikhail Vorozhtsov2016-11-051-1/+5
* Add test for #12788Ryan Scott2016-11-031-0/+3
* Add test for #12411Ryan Scott2016-10-121-0/+1
* Implement deriving strategiesRyan Scott2016-09-301-0/+1
* Don't ignore addTopDecls in module finalizers.Facundo Domínguez2016-09-051-0/+3
* Template Haskell support for TypeApplicationsRyan Scott2016-08-291-0/+1
* Template Haskell support for unboxed sumsRyan Scott2016-08-231-0/+5
* Splice singleton unboxed tuples correctly with Template HaskellRyan Scott2016-08-221-0/+1
* Make okConIdOcc recognize unboxed tuplesRyan Scott2016-07-181-0/+1
* Fix Template Haskell reification of unboxed tuple typesRyan Scott2016-07-181-0/+2
* Have addModFinalizer expose the local type environment.Facundo Domínguez2016-07-061-0/+1
* Don't run the run_command tests with ext-interpSimon Marlow2016-06-271-8/+16
* Fix T8761 (#12219, #12077)Simon Marlow2016-06-241-2/+1
* Run all TH tests with -fexternal-interpreter (#12219)Simon Marlow2016-06-241-7/+10
* Testsuite: delete dead code + cleanupThomas Miedema2016-06-201-3/+1
* Avoid find_tycon panic if datacon is not in scopeAdam Gundry2016-06-191-0/+2
* Testsuite: mark T8761 expect_broken #12077Thomas Miedema2016-05-211-1/+2
* Move Extension type to ghc-boot-thBen Gamari2016-05-161-1/+2
* Add TH support for pattern synonyms (fixes #8761)Dominik Bollmann2016-05-121-2/+2
* Test #11484 in th/T11484Richard Eisenberg2016-04-291-0/+1
* Avoid double error on out-of-scope identifierSimon Peyton Jones2016-04-221-0/+1
* Add TemplateHaskell support for Overlapping pragmasIavor S. Diatchki2016-04-171-0/+2
* Fix #11797.Richard Eisenberg2016-04-121-0/+1
* Filter out invisible kind arguments during TH reificationRyanGlScott2016-04-111-0/+1
* Fix suggestions for unbound variables (#11680)Jason Eisenberg2016-04-101-0/+2
* Fix Template Haskell bug reported in #11809.Dominik Bollmann2016-04-101-1/+1
* Fix regression test for #11145.Dominik Bollmann2016-03-241-1/+1
* add regression test for #11145.Dominik Bollmann2016-03-111-0/+1
* Testsuite: Introduce config.plugin_way_flags.Thomas Miedema2016-02-251-1/+2
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-171-7/+2
* add Template Haskell regression test for #9022.Dominik Bollmann2016-02-101-0/+1
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-271-0/+1
* Testsuite: fixup req_profiling tests (#11496)Thomas Miedema2016-01-271-1/+1
* fix -ddump-splices to parenthesize ((\x -> x) a) correctlyYuri de Wit2016-01-091-1/+1
* Add failing testcase for #10603Ben Gamari2016-01-091-0/+1
* Fix Template Haskell's handling of infix GADT constructorsRyanGlScott2016-01-081-0/+1