summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add (broken) test for #19966Matthew Pickering2021-06-102-0/+8
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-031-2/+4
* Change representation of field selector occurencesShayne Fletcher2021-05-235-12/+13
* 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
* Remove dynamic-by-default (#16782)Sylvain Henry2021-04-071-5/+1
* Correct warning for deprecated and unrecognised flagsAlfredo Di Napoli2021-04-051-2/+2
* Data.List specialization to []Oleg Grenrus2021-04-0111-12/+27
* Use GHC2021 as default languageJoachim Breitner2021-03-1017-34/+43
* Implement -Wambiguous-fieldsAdam Gundry2021-02-261-0/+11
* Avoid false redundant import warning with DisambiguateRecordFieldsAdam Gundry2021-02-163-0/+22
* Fix tests relying on same-line diagnostic orderingAlfredo Di Napoli2021-01-222-7/+8
* Missing fields: enhance error messages (#18869)Sylvain Henry2021-01-171-1/+1
* Show missing field types (#18869)Sylvain Henry2021-01-173-4/+8
* 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
* PmCheck: Big refactor using guard tree variants more closely following source...Sebastian Graf2020-09-101-0/+4