summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail
Commit message (Expand)AuthorAgeFilesLines
* Add structured error messages for GHC.Rename.NamesTorsten Schmits2023-04-3021-20/+33
* testsuite: add missing annotations for some testsCheng Shao2023-04-271-1/+1
* More informative errors for bad imports (#21826)Soham Chowdhury2023-04-2513-55/+63
* Convert diagnostics in GHC.Rename.HsType to proper TcRnMessageHaskell-mouse2023-04-033-7/+11
* Add structured error messages for GHC.Tc.TyClTorsten Schmits2023-04-012-3/+5
* Handle records in the renamersheaf2023-03-2917-46/+48
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-241-1/+1
* Convert diagnostics in GHC.Rename.Module to proper TcRnMessage (#20115)Andrei Borzenkov2023-03-0612-43/+69
* GHC proposal 496 - Nullary record wildcardsGeorgi Lyubenov2023-02-218-2/+35
* CI: JavaScript backend runs testsuitedoyougnu2023-02-021-1/+1
* Convert diagnostics in GHC.Rename.Bind to proper TcRnMessage (#20115)Andrei Borzenkov2023-01-2817-8/+92
* Replace errors from badOrigBinding with new one (#22839)Andrei Borzenkov2023-01-275-14/+26
* Parse qualified terms in type signaturesHaskellMouse2023-01-119-1/+62
* Only store Name in FunRhs rather than Id with knot-tied fieldsMatthew Pickering2023-01-061-2/+2
* Convert diagnostics in GHC.Rename.Expr to proper TcRnMessage (#20115)Andrei Borzenkov2022-11-2410-10/+48
* Testsuite: more precise test optionsSylvain Henry2022-10-261-2/+2
* Diagnostic codes: acccept test changessheaf2022-09-13102-223/+260
* Print constraints in quotes (#21167)Swann Moreau2022-08-191-5/+5
* Remove TcRnUnknownMessage usage from GHC.Rename.Env #20115uhbif192022-06-092-4/+8
* Typecheck remaining ValArgs in rebuildHsAppssheaf2022-06-091-0/+1
* OverloadedRecordFields: mention parent name in 'ambiguous occurrence' error f...nineonine2022-05-171-6/+10
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-153-7/+0
* Make implication tidying agree with Note [Tidying multiple names at once]Matthew Pickering2022-02-051-1/+1
* Improve errors for non-existent labelsSimon Peyton Jones2022-02-041-5/+1
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-1739-124/+156
* Check quoted TH names are in the correct namespacesheaf2022-01-042-9/+9
* Revert "Data.List specialization to []"Matthew Pickering2021-12-036-43/+1
* fuzzyLookup: More deterministic orderJoachim Breitner2021-10-144-7/+7
* Add Hint to "Empty 'do' block" Error Message#20147Carrie Xu2021-10-123-0/+12
* Modify InlineSpec data constructor (helps fix #18138)Alina Banerjee2021-08-114-5/+5
* Refactor SuggestExtension constructor in GhcHintAlfredo Di Napoli2021-07-211-6/+9
* Change representation of field selector occurencesShayne Fletcher2021-05-233-0/+36
* Only suggest names that make sense (#19843)Jakob Brünker2021-05-2129-3/+213
* Improve hs-boot binds error (#19781)sheaf2021-05-035-0/+27
* Correct warning for deprecated and unrecognised flagsAlfredo Di Napoli2021-04-051-2/+2
* Data.List specialization to []Oleg Grenrus2021-04-016-1/+43
* Use GHC2021 as default languageJoachim Breitner2021-03-1013-27/+34
* Fix tests relying on same-line diagnostic orderingAlfredo Di Napoli2021-01-221-4/+4
* Missing fields: enhance error messages (#18869)Sylvain Henry2021-01-171-1/+1
* Show missing field types (#18869)Sylvain Henry2021-01-172-2/+4
* Reject dodgy scoping in associated family instance RHSesRyan Scott2020-12-173-0/+27
* Check for large tuples more thoroughlywip/T18723Ryan Scott2020-10-2911-31/+80
* Extend mAX_TUPLE_SIZE to 64GHC GitLab CI2020-10-152-10/+10
* Fall back to types when looking up data constructors (#18740)wip/ghc-18740-lookup-updateDaniel Rogozin2020-10-116-2/+30
* Don't mark closed type family equations as occurrencesRyan Scott2020-07-301-4/+4
* Reject nested foralls/contexts in instance types more consistentlyRyan Scott2020-06-307-10/+130
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-1/+1
* Fix #18145 and also avoid needless work with implicit varsJohn Ericson2020-05-233-0/+24
* Handle single unused importJeff Happily2020-05-132-2/+2