summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds/should_run
Commit message (Expand)AuthorAgeFilesLines
* Add regression test for #11228Adam Gundry2021-01-273-0/+15
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-142-5/+6
* Fix #13391 by checking for kind-GADTsRichard Eisenberg2017-09-281-3/+4
* tests: remove extra_files.py (#12223)Reid Barton2017-02-261-2/+3
* Implement HasField constraint solving and modify OverloadedLabelsAdam Gundry2017-02-1413-6/+162
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-10/+5
* Testsuite: for tests that use TH, omit *all* prof_waysThomas Miedema2016-02-251-3/+5
* Rework Template Haskell's handling of strictnessRyanGlScott2015-12-221-1/+4
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-211-2/+3
* Reify DuplicateRecordFields by label, rather than by selectorAdam Gundry2015-12-172-2/+18
* Use TypeLits in the meta-data encoding of GHC.GenericsRyanGlScott2015-12-071-3/+4
* Fix interaction of DuplicateRecordFields and GHC.GenericsAdam Gundry2015-11-193-0/+54
* Implement OverloadedLabelsAdam Gundry2015-11-1710-0/+147
* Disambiguate record selectors by type signatureAdam Gundry2015-10-303-0/+24
* Implement DuplicateRecordFieldsAdam Gundry2015-10-1613-0/+134