summaryrefslogtreecommitdiff
path: root/testsuite/tests/th
Commit message (Expand)AuthorAgeFilesLines
* Avoid double error on out-of-scope identifierSimon Peyton Jones2016-04-223-0/+14
* Warn about simplifiable class constraintsSimon Peyton Jones2016-04-221-1/+2
* SCC analysis for instances as well as types/classesSimon Peyton Jones2016-04-201-3/+3
* Tighten checking for associated type instancesSimon Peyton Jones2016-04-192-3/+3
* Add TemplateHaskell support for Overlapping pragmasIavor S. Diatchki2016-04-177-6/+37
* Fix #11797.Richard Eisenberg2016-04-124-2/+20
* Filter out invisible kind arguments during TH reificationRyanGlScott2016-04-113-0/+21
* Fix suggestions for unbound variables (#11680)Jason Eisenberg2016-04-103-0/+173
* Fix Template Haskell bug reported in #11809.Dominik Bollmann2016-04-102-1/+14
* Fix regression test for #11145.Dominik Bollmann2016-03-242-2/+2
* T11145: Fix expected outputBen Gamari2016-03-201-1/+1
* Fix the name of the Word16ElemRep wired-in dataconmniip2016-03-141-1/+1
* add regression test for #11145.Dominik Bollmann2016-03-113-0/+18
* Annotate `[-Wdeferred-type-errors]` in warnings (re #10752)Herbert Valerio Riedel2016-02-271-1/+1
* Print which flag controls emitted desugaring warningsHerbert Valerio Riedel2016-02-271-1/+1
* Testsuite: delete empty files [skip ci]Thomas Miedema2016-02-254-0/+0
* Testsuite: Introduce config.plugin_way_flags.Thomas Miedema2016-02-251-1/+2
* (Alternative way to) address #8710George Karachalias2016-02-251-1/+1
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-241-3/+2
* Testsuite: delete Windows line endings [skip ci] (#11631)Thomas Miedema2016-02-2310-53/+53
* 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