summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile
Commit message (Expand)AuthorAgeFilesLines
* 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-258-14/+14
* 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