summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename
Commit message (Expand)AuthorAgeFilesLines
* 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
* testsuite: Add broken test for #18302Ben Gamari2020-09-013-0/+13
* Consolidate imports in getMinimalImports (#18264)Aditya Gupta2020-08-274-0/+32
* Fix minimal imports dump for boot files (fix #18497)Sylvain Henry2020-07-307-0/+46
* 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
* Update testsuiteSylvain Henry2020-06-172-3/+3
* Simplify bindLHsTyVarBndrs and bindHsQTyVarswip/simply-bind-tyvarsRyan Scott2020-06-052-2/+2
* 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-134-4/+4
* Re-quantify when generalising over rewrite rule typesRyan Scott2020-03-111-10/+0
* Fix #17832: Weird handling of exports named main in 8.10-rc1Roland Senn2020-02-204-0/+10
* Fix unboxed tuple size limit (#17837)Joshua Price2020-02-182-0/+47
* Introduce -Wcompat-unqualified-importsBen Gamari2020-02-087-0/+37
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-0812-8/+19
* Print Core type applications with no whitespace after @ (#17643)Ryan Scott2020-01-081-4/+4
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-044-4/+4