summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-1/+1
* Move checking for missing signatures to RnNames.reportUnusedNamesEric Seidel2015-12-072-0/+11
* Avoid panic due to partial ieNameEric Seidel2015-12-023-0/+7
* Implement new `-fwarn-noncanonical-monad-instances`Herbert Valerio Riedel2015-11-243-0/+71
* Fix unused-import stuff in a better waySimon Peyton Jones2015-10-305-0/+34
* Fix incorrect import warnings when methods with identical names are importedÖmer Sinan Ağacan2015-10-138-0/+73
* Move orphan instance/rule warnings to typechecker/desugarer.Edward Z. Yang2015-10-081-2/+2
* Check options before warning about source imports.Alex Rozenshteyn2015-08-226-0/+16
* renamer: fix module-level deprecation messageSergei Trofimovich2015-07-254-0/+26
* Update some tests for recent Safe Haskell change.David Terei2015-05-121-2/+2
* Change 'Tab character' warnings so there is one per file (#9723)Dave Laing2015-04-021-1/+3
* Add flag `-fwarn-missing-exported-sigs`Eric Seidel2014-11-203-0/+12
* Enabled warn on tabs by default (fixes #9230)Mateusz Lenik2014-10-213-1/+9
* Better warning message for orphan instances (Ticket #9178)Dr. Heinrich Hördegen2014-06-095-0/+28
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-253-23/+23
* Follow changes in [7ab62490/base] (re #7633)Herbert Valerio Riedel2013-09-181-1/+3
* Tests for MINIMAL pragma (#7633)Twan van Laarhoven2013-09-1811-0/+213