summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-1524-24/+24
* 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-089-0/+48
* 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-146-1/+92
* testsuite: Use makefile_testBen Gamari2019-01-303-14/+11
* Revert "Batch merge"Ben Gamari2019-01-303-11/+14
* Batch mergeBen Gamari2019-01-303-14/+11
* Fix #16116 by removing badAssocRhsRyan Scott2019-01-155-1/+20
* Fix #16114 by adding a validity check to rnClsInstDeclRyan Scott2019-01-154-14/+15
* Add -Wmissing-deriving-strategieschessai2019-01-067-0/+42
* testsuite: Fix a variety of issues when building with integer-simpleBen Gamari2018-12-241-1/+1
* 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
* Remove duplicates in -ddump-minimial-importsSimon Peyton Jones2018-12-054-1/+13
* Accept T15828 test outputRyan Scott2018-11-291-6/+4
* Fix #15828, from `More explicit foralls`Matthew Yacavone2018-11-293-0/+19
* Fix unused-import warningsDavid Eichmann2018-11-224-1/+13
* 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
* Finish fix for #14880.Tobias Dammers2018-10-281-0/+10
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-278-0/+106
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-151-1/+3
* 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
* Don't look up unnecessary return in LastStmtSimon Peyton Jones2018-09-233-0/+12
* Buglet in reporting out of scope errors in rulesSimon Peyton Jones2018-09-233-1/+12
* Improve ambiguous-occurrence error messageSimon Peyton Jones2018-08-215-4/+23