summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename
Commit message (Expand)AuthorAgeFilesLines
* Extension shuffling (#23291)wip/sand-witch/modern-STV-extension-shufflingBen Gamari2023-05-176-8/+105
* Migrate errors to diagnostics in GHC.Tc.Modulesheaf2023-05-156-61/+59
* Improve "ambiguous occurrence" error messagessheaf2023-05-156-12/+32
* Add structured error messages for GHC.Rename.UtilsTorsten Schmits2023-05-0537-73/+74
* Don't forget to check the parent in an export listsheaf2023-05-033-0/+6
* Add structured error messages for GHC.Rename.NamesTorsten Schmits2023-04-3028-30/+43
* testsuite: add missing annotations for some testsCheng Shao2023-04-271-1/+1
* More informative errors for bad imports (#21826)Soham Chowdhury2023-04-2517-61/+69
* Renamer: don't call addUsedGRE on an exact Namesheaf2023-04-073-0/+25
* Convert diagnostics in GHC.Rename.HsType to proper TcRnMessageHaskell-mouse2023-04-035-11/+15
* Add structured error messages for GHC.Tc.TyClTorsten Schmits2023-04-012-3/+5
* Handle records in the renamersheaf2023-03-2920-46/+135
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-244-7/+7
* Convert diagnostics in GHC.Rename.Module to proper TcRnMessage (#20115)Andrei Borzenkov2023-03-0615-48/+74
* GHC proposal 496 - Nullary record wildcardsGeorgi Lyubenov2023-02-2117-2/+103
* Fix tyvar scoping within class SPECIALISE pragmassheaf2023-02-082-0/+11
* CI: JavaScript backend runs testsuitedoyougnu2023-02-022-2/+2
* Convert diagnostics in GHC.Rename.Bind to proper TcRnMessage (#20115)Andrei Borzenkov2023-01-2818-10/+95
* Replace errors from badOrigBinding with new one (#22839)Andrei Borzenkov2023-01-275-14/+26
* Parse qualified terms in type signaturesHaskellMouse2023-01-119-1/+62
* Added a new warning about compatibility with RequiredTypeArgumentsHaskellMouse2023-01-1119-0/+125
* Only store Name in FunRhs rather than Id with knot-tied fieldsMatthew Pickering2023-01-061-2/+2
* Store RdrName rather than OccName in HolesMatthew Pickering2022-12-241-2/+4
* Add Javascript backendSylvain Henry2022-11-291-1/+1
* Convert diagnostics in GHC.Rename.Expr to proper TcRnMessage (#20115)Andrei Borzenkov2022-11-2410-10/+48
* Testsuite: more precise test optionsSylvain Henry2022-10-262-3/+3
* -Wunused-pattern-binds: Recurse into patterns to check whether there's a spliceMatthew Pickering2022-09-164-0/+33
* Diagnostic codes: acccept test changessheaf2022-09-13131-291/+326
* Print constraints in quotes (#21167)Swann Moreau2022-08-191-5/+5
* Cleanup BuiltInSyntax vs UserSyntaxMatthew Pickering2022-06-283-13/+0
* Remove TcRnUnknownMessage usage from GHC.Rename.Env #20115uhbif192022-06-092-4/+8
* Typecheck remaining ValArgs in rebuildHsAppssheaf2022-06-091-0/+1
* Deprecate TypeInType extensionHaskellMouse2022-06-062-3/+2
* Fix FreeVars computation for mdosheaf2022-05-282-0/+18
* OverloadedRecordFields: mention parent name in 'ambiguous occurrence' error f...nineonine2022-05-171-6/+10
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-015-3/+70
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-233-0/+12
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-155-3/+14
* Remove -Wunticked-promoted-constructors from -WallKrzysztof Gogolewski2022-02-221-1/+1
* 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-1741-127/+160
* Check quoted TH names are in the correct namespacesheaf2022-01-042-9/+9
* Revert "Data.List specialization to []"Matthew Pickering2021-12-0311-27/+12
* Implement -Wforall-identifier (#20609)Vladislav Zavialov2021-11-1212-0/+158
* Fix deferOutOfScopeVariables for qualified #20472CarrieMY2021-11-053-0/+18
* 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