summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings
Commit message (Expand)AuthorAgeFilesLines
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-4/+9
* Do eager instantation in termsSimon Peyton Jones2020-04-221-2/+2
* Always display inferred variables using bracesKrzysztof Gogolewski2020-02-121-1/+1
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-082-1/+3
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-042-4/+1
* Give seq a more precise type and remove magicBen Gamari2019-11-191-1/+1
* PmCheck: Look at precendence to give type signatures to some wildcardsSebastian Graf2019-09-272-2/+2
* Fix #16805 by formatting warning messagenineonine2019-06-272-3/+7
* testsuite: Mark Overflow as broken in hpc wayBen Gamari2019-06-121-1/+1
* Warn about unused packagesYuras Shumovich2019-06-113-0/+13
* Handle hs-boot files in -Wmissing-home-modules (#16551)Krzysztof Gogolewski2019-05-295-0/+9
* Let the specialiser work on dicts under lambdasSandy Maguire2019-05-261-5/+10
* Fix #16282.Eric Crockett2019-04-073-0/+20
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-225-146/+0
* testsuite: 32-bit expected output for T15460Ben Gamari2018-12-082-0/+3
* testsuite: Fix tests expecting 64-bit word sizeBen Gamari2018-12-076-0/+33
* Warn on all out-of-range literals in pats/exprsAlec Theriault2018-12-0311-1/+119
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-152-2/+3
* Do not imply NoStarIsType by TypeOperators/TypeInTypeVladislav Zavialov2018-07-163-0/+17
* Remove wc_insol from WantedConstraintsSimon Peyton Jones2017-10-111-2/+2
* Mention which -Werror promoted a warning to an errorÖmer Sinan Ağacan2017-07-114-4/+38
* Improve Wmissing-home-modules warning under CabalBen Gamari2017-07-118-8/+10
* Handle file targets in missing home modules warningHerbert Valerio Riedel2017-05-2216-0/+96
* Correctly expand lines with multiple tabsPhil Ruffwind2017-05-202-0/+11
* Render \t as 8 spaces in caret diagnosticsPhil Ruffwind2017-05-123-1/+25
* Improve error messages for skolemsSimon Peyton Jones2017-03-101-2/+4
* tests: remove extra_files.py (#12223)Reid Barton2017-02-263-4/+4
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-223-19/+8
* Warn on missing home modulesYuras Shumovich2017-01-204-0/+13
* Add caret diagnosticsPhil Ruffwind2016-12-235-0/+100
* Warn about missing instance methods that start with an underscoreRyan Scott2016-12-152-3/+9
* Replace -fshow-source-paths with -fhide-source-pathsSylvain Henry2016-11-292-4/+4
* Implement fine-grained `-Werror=...` facilityMaciej Bielecki2016-11-219-0/+33
* Make default output less verbose (source/object paths)Sylvain HENRY2016-11-112-4/+4
* A collection of type-inference refactorings.Simon Peyton Jones2016-10-211-1/+1
* Don't suggest deprecated flags in error messagesMartin Ceresa2016-10-075-2/+12
* Print foralls in user formatSimon Peyton Jones2016-09-261-1/+1
* Remove redundant-constraints from -Wall (#10635)Adam C. Foltzer2016-08-311-2/+2
* Testsuite: remove `-Wno-warn-tabs` from default flagsThomas Miedema2016-06-201-1/+4
* Kill non-deterministic foldUFM in TrieMap and TcAppMapBartosz Nitka2016-05-041-4/+3
* Typos in non-codeGabor Greif2016-03-302-2/+2
* DynFlags: Add -Wredundant-constraints to -WallBen Gamari2016-02-291-2/+2
* Annotate `[-Wredundant-constraints]` in warnings (re #10752)Herbert Valerio Riedel2016-02-271-2/+2
* Print which flag controls emitted lexer warningsHerbert Valerio Riedel2016-02-271-1/+1
* Print which warning-flag controls an emitted warningMichael Walker2016-02-259-67/+67
* Make warning names more consistentManav Rathi2016-02-252-4/+4
* Add missing newlines at end of file [skip ci]Thomas Miedema2016-02-161-1/+1
* Implement `-Wnoncanonical-monadfail-instances` warningHerbert Valerio Riedel2016-01-243-0/+75
* Visible type applicationRichard Eisenberg2015-12-242-2/+2
* Conditionally show plural "s" in warningsDavid Luposchainsky2015-12-173-0/+54