summaryrefslogtreecommitdiff
path: root/testsuite/tests/th
Commit message (Expand)AuthorAgeFilesLines
* 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
* Testsuite: mark T8761 expect_broken #12077Thomas Miedema2016-05-211-1/+2
* Move Extension type to ghc-boot-thBen Gamari2016-05-162-5/+5
* Add TH support for pattern synonyms (fixes #8761)Dominik Bollmann2016-05-126-8/+276
* Test #11484 in th/T11484Richard Eisenberg2016-04-292-0/+10
* Minor improvement to error messageSimon Peyton Jones2016-04-281-2/+2
* 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