summaryrefslogtreecommitdiff
path: root/testsuite/tests/overloadedrecflds/ghci
Commit message (Expand)AuthorAgeFilesLines
* Handle records in the renamersheaf2023-03-297-17/+39
* Diagnostic codes: acccept test changessheaf2022-09-132-3/+3
* OverloadedRecordFields: mention parent name in 'ambiguous occurrence' error f...nineonine2022-05-171-2/+2
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-171-8/+10
* Simplify shadowing of DuplicateRecordFields in GHCi (fixes #19314)Adam Gundry2021-03-104-22/+33
* Do not remove shadowed record selectors from interactive context (fixes #19322)Adam Gundry2021-03-103-0/+7
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-1/+1
* Implement NoFieldSelectors extension (ghc-proposals 160)Adam Gundry2021-02-164-0/+64
* Refactor renamer datastructuresAdam Gundry2020-12-244-0/+19
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-251-1/+4
* Improve ambiguous-occurrence error messageSimon Peyton Jones2018-08-211-9/+9
* Implement HasField constraint solving and modify OverloadedLabelsAdam Gundry2017-02-144-4/+5
* Narrow scope of special-case for unqualified printing of names in core librariesBen Gamari2015-12-151-1/+1
* Implement OverloadedLabelsAdam Gundry2015-11-173-0/+17
* Make GHCi & TH work when the compiler is built with -profSimon Marlow2015-11-071-2/+0
* Implement DuplicateRecordFieldsAdam Gundry2015-10-164-0/+49