summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings
Commit message (Expand)AuthorAgeFilesLines
* Add structured error messages for GHC.Rename.UtilsTorsten Schmits2023-05-051-2/+2
* Add structured error messages for GHC.Rename.NamesTorsten Schmits2023-04-3011-6/+22
* Account for special GHC.Prim import in warnUnusedPackagesMatthew Pickering2023-04-172-0/+7
* Handle records in the renamersheaf2023-03-291-2/+1
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-2413-2/+169
* Convert diagnostics in GHC.Rename.Bind to proper TcRnMessage (#20115)Andrei Borzenkov2023-01-281-1/+1
* Report family instance orphans correctlySimon Peyton Jones2023-01-271-1/+1
* Improve driver diagnostic messages by including UnitId in messageMatthew Pickering2023-01-248-34/+34
* Augment target filepath by working directory when checking if module satisfie...Matthew Pickering2023-01-242-0/+4
* Add regression test for #22151Ryan Scott2023-01-182-0/+17
* Refactor warning flag parsing to add missing flagsAdam Gundry2023-01-183-0/+14
* Enable -Wstar-is-type by default (#22759)Vladislav Zavialov2023-01-183-0/+11
* Use TcRnDiagnostic in GHC.Tc.TyCl.Instance (#20117)Giles Anderson2022-11-091-8/+8
* Diagnostic codes: acccept test changessheaf2022-09-1351-173/+177
* Deprecate TypeInType extensionHaskellMouse2022-06-063-0/+10
* Bump bytestring, process, and text submodulesBen Gamari2022-06-011-1/+1
* testsuite: Normalise package versions in UnusedPackages testMatthew Pickering2022-04-291-1/+4
* Bump process submoduleBen Gamari2022-04-281-1/+1
* driver: Improve -Wunused-packages error message (and simplify implementation)Matthew Pickering2022-04-011-3/+3
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-1/+1
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-155-0/+29
* Use diagnostics for "missing signature" errorssheaf2022-02-202-1/+2
* Multiple Home UnitsMatthew Pickering2021-12-2812-50/+55
* Warn if unicode bidirectional formatting characters are found in the source (...Zubin Duggal2021-10-263-0/+11
* Add defaulting plugins.Andrei Barbu2021-10-081-2/+2
* Eradicate TcRnUnknownMessage from GHC.Tc.DerivAlfredo Di Napoli2021-10-053-0/+12
* Add and use new constructors to TcRnMessageAlfredo Di Napoli2021-09-071-2/+2
* Fix colourised output in error messageswip/t20276Matthew Pickering2021-08-243-0/+7
* driver: Only check for unused package warning in after succesful downsweepMatthew Pickering2021-08-231-7/+7
* Add proper GHCHints for most PsMessage constructorswip/adinapoli-issue-20055Alfredo Di Napoli2021-07-121-2/+4
* Avoid useless w/w split, take 2Simon Peyton Jones2021-06-051-4/+3
* Add -Wmissing-exported-pattern-synonym-signaturesThomas Winant2021-05-2915-224/+74
* Enable strict dicts by default at -O2.Andreas Klebinger2021-05-274-21/+57
* Support new parser types in GHCAlfredo Di Napoli2021-05-261-1/+1
* Add some TcRn diagnostic messagesAlfredo Di Napoli2021-05-193-0/+10
* Add some DriverMessage type constructorsAlfredo Di Napoli2021-05-051-1/+1
* More accurate SrcSpan when reporting redundant constraintsSimon Peyton Jones2021-04-124-2/+110
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-2/+2
* Implement -Wmissing-kind-signaturesOleg Grenrus2021-03-257-0/+223
* GHC Exactprint main commitAlan Zimmerman2021-03-201-1/+1
* Unify result type earlier to improve error messagesSimon Peyton Jones2021-03-011-33/+10
* Prefer -Wmissing-signatures over -Wmissing-exported-signatures (#14794)Michiel de Bruijne2021-02-2217-12/+288
* Show missing field types (#18869)Sylvain Henry2021-01-171-1/+2
* PmCheck: Print types of uncovered patterns (#18932)Sebastian Graf2020-11-182-2/+3
* Improve kind generalisation, error messagesSimon Peyton Jones2020-09-241-1/+1
* Add right-to-left rule for pattern bindingsSimon Peyton Jones2020-08-191-1/+1
* Warn about empty Char enumerations (#18402)Aaron Allen2020-07-133-0/+19
* 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