summaryrefslogtreecommitdiff
path: root/testsuite/tests/th
Commit message (Expand)AuthorAgeFilesLines
* Relax test TH_addCStub2 so it succeeds on travis.Facundo Domínguez2017-02-102-7/+11
* Prevent Template Haskell splices from throwing a spurious TypeInType errorRyan Scott2017-02-102-0/+30
* TH-spliced class instances are pretty-printed incorrectly post-#3384Alan Zimmerman2017-02-101-1/+1
* Implement addCStub in template-haskell.Facundo Domínguez2017-02-095-0/+55
* Typos in comments [skip ci]Gabor Greif2017-02-071-1/+1
* Fixes bug #11046Iavor S. Diatchki2017-01-303-0/+20
* Don't unnecessarily qualify TH-converted instances with empty contextsRyan Scott2017-01-264-7/+7
* Add pragCompleteDName to templateHaskellNamesRyan Scott2017-01-251-0/+18
* Template Haskell support for COMPLETE pragmasMatthew Pickering2017-01-262-0/+10
* Don't put foralls in front of TH-spliced GADT constructors that don't need themRyan Scott2017-01-241-0/+7
* Skip path_with_commas when dyn unavailableBartosz Nitka2017-01-241-1/+2
* Don't quantify implicit type variables when quoting type signatures in THRyan Scott2017-01-2310-17/+59
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-223-146/+56
* Always use -Xlinker for -rpathBartosz Nitka2017-01-216-0/+63
* Update levity polymorphismRichard Eisenberg2017-01-195-15/+19
* Testsuite: Skip failing tests on PowerPC 64-bitPeter Trommler2016-12-271-2/+3
* Introduce unboxedSum{Data,Type}Name to template-haskellRyan Scott2016-12-182-1/+19
* Revert "Do not init record accessors as exported"Ben Gamari2016-12-171-2/+1
* testsuite: Add test for #12993Ben Gamari2016-12-163-0/+10
* Make unboxedTuple{Type,Data}Name support 0- and 1-tuplesRyan Scott2016-12-152-0/+13
* Rename TH constructors for deriving strategiesRyan Scott2016-12-092-12/+12
* Disambiguate reified closed type family kinds in THRyan Scott2016-12-094-1/+21
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-0721-154/+147
* Make quoting and reification return the same typesDominik Bollmann2016-11-252-0/+69
* Have reify work for local variables with functional dependencies.Facundo Domínguez2016-11-173-0/+26
* Handle types w/ type variables in signatures inside patterns (DsMeta)Mikhail Vorozhtsov2016-11-056-13/+76
* Add test for #12788Ryan Scott2016-11-034-0/+36
* A collection of type-inference refactorings.Simon Peyton Jones2016-10-212-2/+2
* Add test for #12411Ryan Scott2016-10-123-0/+9
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-6/+6
* Implement deriving strategiesRyan Scott2016-09-307-5/+90
* Don't ignore addTopDecls in module finalizers.Facundo Domínguez2016-09-054-0/+16
* Template Haskell support for TypeApplicationsRyan Scott2016-08-293-0/+26
* Template Haskell support for unboxed sumsRyan Scott2016-08-238-0/+67
* Splice singleton unboxed tuples correctly with Template HaskellRyan Scott2016-08-223-0/+23
* Make okConIdOcc recognize unboxed tuplesRyan Scott2016-07-182-0/+18
* Fix Template Haskell reification of unboxed tuple typesRyan Scott2016-07-183-0/+15
* Have addModFinalizer expose the local type environment.Facundo Domínguez2016-07-063-0/+42
* Don't run the run_command tests with ext-interpSimon Marlow2016-06-271-8/+16
* Make T8761 deterministic, I hopeSimon Marlow2016-06-272-14/+13
* Fix T8761 (#12219, #12077)Simon Marlow2016-06-243-12/+18
* Run all TH tests with -fexternal-interpreter (#12219)Simon Marlow2016-06-241-7/+10
* Testsuite: delete dead code + cleanupThomas Miedema2016-06-201-3/+1
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-208-25/+25
* Testsuite: remove Windows CR [skip ci]Thomas Miedema2016-06-201-46/+46
* Avoid find_tycon panic if datacon is not in scopeAdam Gundry2016-06-193-0/+27
* Improve typechecking of let-bindingsSimon Peyton Jones2016-06-131-46/+46
* Merge MatchFixity and HsMatchContextAlan Zimmerman2016-06-061-1/+1
* Testsuite: introduce TEST_HC_OPTS_INTERACTIVE (#11468)Thomas Miedema2016-05-251-1/+1
* Fix: #12084 deprecate old profiling flagsSeraphime Kirkovski2016-05-241-2/+2