summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds/should_fail
Commit message (Expand)AuthorAgeFilesLines
* Handle DuplicateRecordFields correctly in filterImports (fixes #14487)Adam Gundry2018-06-173-0/+13
* Fix panic on module re-exports of DuplicateRcordFieldsAdam Gundry2018-03-255-0/+42
* Mention which -Werror promoted a warning to an errorÖmer Sinan Ağacan2017-07-114-21/+9
* Improve error messages for skolemsSimon Peyton Jones2017-03-101-1/+1
* tests: remove extra_files.py (#12223)Reid Barton2017-02-261-5/+5
* tests: manually move some extra_files into *.T filesReid Barton2017-02-261-2/+1
* Implement HasField constraint solving and modify OverloadedLabelsAdam Gundry2017-02-1414-17/+148
* Refactor renaming of operators/sections to fix DuplicateRecordFields bugsAdam Gundry2017-02-143-0/+16
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-21/+12
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-296-15/+15
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-116-16/+16
* Rework renaming of children in export lists.Matthew Pickering2016-10-083-0/+13
* The Backpack patch.Edward Z. Yang2016-10-081-3/+3
* Make the Ord Module independent of Unique order (2nd try)Bartosz Nitka2016-06-221-2/+2
* Revert "Make the Ord Module independent of Unique order"Simon Peyton Jones2016-06-151-2/+2
* Make the Ord Module independent of Unique orderBartosz Nitka2016-06-131-2/+2
* Kill varSetElems in tidyFreeTyCoVarsBartosz Nitka2016-05-181-23/+23
* Fix misattribution of `-Wunused-local-binds` warningsHerbert Valerio Riedel2016-04-052-4/+4
* Print which warning-flag controls an emitted warningMichael Walker2016-02-254-13/+13
* Visible type applicationRichard Eisenberg2015-12-241-5/+6
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-211-1/+1
* Reify DuplicateRecordFields by label, rather than by selectorAdam Gundry2015-12-173-0/+27
* Fix infix record field fixity (#11167 and #11173).Adam Gundry2015-12-118-7/+54
* Refactor treatment of wildcardsSimon Peyton Jones2015-12-011-1/+1
* Implement OverloadedLabelsAdam Gundry2015-11-173-0/+47
* Disambiguate record selectors by type signatureAdam Gundry2015-10-3010-5/+83
* Implement DuplicateRecordFieldsAdam Gundry2015-10-1632-0/+330