summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename
Commit message (Expand)AuthorAgeFilesLines
* 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
* lookupBindGroupOcc: recommend names in the same namespace (#17593)Ryan Scott2019-12-203-0/+17
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-274-5/+5
* Improve SPECIALIZE pragma error messages (Fixes #12126)Alina Banerjee2019-11-101-1/+1
* testsuite: Make ExplicitForAllRules1 more robustBen Gamari2019-11-012-11/+15
* Whitespace forward compatibility for proposal #229Vladislav Zavialov2019-10-301-1/+1
* Improve documentation around empty tuples/listsRichard Eisenberg2019-10-031-1/+1
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-251-15/+33
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-141-1/+1
* Add regression test for old panic on inlining undeclared identifier (#495)Kevin Buhr2019-07-113-0/+15
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-141-1/+1
* Do not report error if Name in pragma is unboundnineonine2019-06-093-0/+10
* Add a regression test for #14548Vladislav Zavialov2019-05-083-0/+28
* Suggest only local candidates from global envWojciech Baranowski2019-04-292-4/+7