summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-042-2/+2
* 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
* 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
* rename: hadle type signatures with typosWojciech Baranowski2019-04-293-0/+31
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-159-9/+9
* Ignore more version numbers in the testsuiteAlec Theriault2019-03-111-1/+1
* Fix #13839: GHCi warnings do not respect the default module headerwip/magic-carpet-rideRoland Senn2019-03-083-0/+14
* Fix #16385 by appending _maybe to a use of lookupGlobalOccRyan Scott2019-03-063-0/+14
* Fix warnings and fatal parsing errorsVladislav Zavialov2019-02-171-0/+10
* 'forall' always a keyword, plus the dot type operatorVladislav Zavialov2019-02-152-6/+8
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-144-1/+70
* testsuite: Use makefile_testBen Gamari2019-01-301-2/+1
* Revert "Batch merge"Ben Gamari2019-01-301-1/+2
* Batch mergeBen Gamari2019-01-301-2/+1
* Fix #16116 by removing badAssocRhsRyan Scott2019-01-153-0/+10
* Fix #16114 by adding a validity check to rnClsInstDeclRyan Scott2019-01-154-14/+15
* Fix #16002 by moving a validity check to the renamerRyan Scott2018-12-203-0/+13
* Misleading msg with qualified imports "No module named X imported"Roland Senn2018-12-113-0/+6
* Wibble to Taming the Kind Inference MonsterSimon Peyton Jones2018-12-071-1/+1
* Accept T15828 test outputRyan Scott2018-11-291-6/+4
* Fix #15828, from `More explicit foralls`Matthew Yacavone2018-11-293-0/+19
* Fix for Trac #15611: Scope errors lie about what modules are imported.roland2018-11-048-4/+10
* Actually fail in failIfEmitsConstraintsRichard Eisenberg2018-11-012-8/+0
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-273-0/+24
* Parse the (!) type operator and allow type operators in existential contextVladislav Zavialov2018-10-041-3/+4
* Don't show constraint tuples in errors (#14907)Alec Theriault2018-09-255-0/+24