summaryrefslogtreecommitdiff
path: root/testsuite/tests/th
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: accept output without Windows line endings (#11631)Thomas Miedema2016-02-231-4/+2
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-2316-189/+189
* Testsuite: delete compiler_lt/le/gt/ge setup functionsThomas Miedema2016-02-171-7/+2
* add Template Haskell regression test for #9022.Dominik Bollmann2016-02-103-0/+23
* Refactor the typechecker to use ExpTypes.Richard Eisenberg2016-01-274-1/+23
* Testsuite: fixup req_profiling tests (#11496)Thomas Miedema2016-01-272-2/+2
* Rename InjectiveTypeFamilies to TypeFamilyDependenciesBen Gamari2016-01-142-2/+2
* Add InjectiveTypeFamilies language extensionJan Stolarek2016-01-092-3/+3
* fix -ddump-splices to parenthesize ((\x -> x) a) correctlyYuri de Wit2016-01-092-5/+3
* Add failing testcase for #10603Ben Gamari2016-01-093-0/+12
* Fix Template Haskell's handling of infix GADT constructorsRyanGlScott2016-01-084-16/+72
* Change Template Haskell representation of GADTs.Jan Stolarek2016-01-068-123/+71
* Omit TEST=T10697_decided_3 WAY=ghciThomas Miedema2016-01-031-1/+1
* Synchronise ghci-package version with ghc-packageHerbert Valerio Riedel2015-12-281-2/+3
* Fix #11287.Richard Eisenberg2015-12-261-1/+1
* Testsuite: mark T7681 expect_broken (#11287)Thomas Miedema2015-12-251-1/+1
* Visible type applicationRichard Eisenberg2015-12-242-29/+33
* Don't drop last char of file if -osuf contains dotThomas Miedema2015-12-242-2/+6
* Allow CallStacks to be frozenEric Seidel2015-12-231-2/+0
* Delete incorrect *-ws-32 expected test outputErik de Castro Lopo2015-12-231-21/+0
* Rework Template Haskell's handling of strictnessRyanGlScott2015-12-2222-30/+216
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-2127-50/+279
* Update containers submodule to v0.5.7.1 release tagHerbert Valerio Riedel2015-12-201-1/+1
* Update containers submodule to v0.5.7.0 releaseHerbert Valerio Riedel2015-12-181-1/+1
* accept outputSimon Marlow2015-12-171-1/+1
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-178-2/+56
* Expose enabled language extensions to THBen Gamari2015-12-153-0/+22
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-155-13/+16
* Update expected test output for 32 bit platformsErik de Castro Lopo2015-12-151-0/+1
* Use Cxt for deriving clauses in TH (#10819)Ben Gamari2015-12-144-2/+36
* Refactor type families in Template HaskellJohn Leo2015-12-128-31/+35
* Rework the Implicit CallStack solver to handle local lets.Eric Seidel2015-12-121-3/+3
* Add kind equalities to GHC.Richard Eisenberg2015-12-117-17/+20
* Update test outputBen Gamari2015-12-031-0/+4
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-014-60/+62
* Refactor default methods (Trac #11105)Simon Peyton Jones2015-11-251-3/+2
* Rearrange error msgs and add section markers (Trac #11014).Evan Laforge2015-11-242-20/+20
* New expected test output for 32 bit platformsErik de Castro Lopo2015-11-231-0/+20
* Fix inconsistent pretty-printing of type familiesMichał Sośnicki2015-11-181-2/+2
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-134-6/+6
* fix #10734 by adding braces to pretty-printing of let inside doarcpatch-D1448John Leo2015-11-073-0/+15
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-076-21/+6
* Bump ghc-prim version to 0.5.0.0 (closes #11043)Herbert Valerio Riedel2015-11-011-1/+1
* Bump `base` version to 4.9.0.0 (closes #11026)Herbert Valerio Riedel2015-11-011-1/+1
* Generate Typeable info at definition sitesBen Gamari2015-10-301-0/+8
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-8/+0
* Generate Typeable info at definition sitesBen Gamari2015-10-291-0/+8
* Reject top-level typed TH splices. Fixes #10945Jan Stolarek2015-10-202-1/+30
* Add typed holes support in Template Haskell.Jan Stolarek2015-10-166-8/+91
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-3/+3