summaryrefslogtreecommitdiff
path: root/docs/users_guide/using-warnings.rst
Commit message (Expand)AuthorAgeFilesLines
* Add -Wmissing-role-annotationsOleg Grenrus2023-05-161-0/+22
* Add structured error messages for GHC.Rename.ModuleTorsten Schmits2023-05-051-3/+7
* Minor doc fixesKrzysztof Gogolewski2023-04-211-1/+1
* Fix reverse flag for -Wunsupported-llvm-versionBrandon Chinn2023-04-061-1/+1
* User's guide: Improve docs for -WallJoachim Breitner2023-03-241-22/+14
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-241-13/+53
* Introduce warning for loopy superclass solvesheaf2023-02-141-0/+16
* Clarify where `f` is definedTom Ellis2023-01-241-4/+7
* Set "since: 9.8" for TypeAbstractions and -Wterm-variable-captureVladislav Zavialov2023-01-231-2/+2
* Move documentation of deferred type error flags out of warnings sectionAdam Gundry2023-01-181-61/+4
* Revise warnings documentation in user's guideAdam Gundry2023-01-181-34/+55
* Enable -Wstar-is-type by default (#22759)Vladislav Zavialov2023-01-181-4/+1
* Added a new warning about compatibility with RequiredTypeArgumentsHaskellMouse2023-01-111-0/+23
* Fixes to 9.4 release notesKrzysztof Gogolewski2022-04-081-2/+2
* Add warnings for file header pragmas that appear in the body of a module (#20...Zubin Duggal2022-04-061-0/+14
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-011-0/+7
* Fix behaviour of -Wunused-packages in ghciMatthew Pickering2022-03-231-5/+9
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-151-0/+44
* Remove -Wunticked-promoted-constructors from -WallKrzysztof Gogolewski2022-02-221-2/+1
* Re #18087 user's guide: add a note that -Wxxx used to be -fwarn-xxxAndreas Abel2022-01-271-0/+7
* Ctd. #18087: complete :since: info for all warnings in users guideAndreas Abel2022-01-271-0/+34
* Fix user-guide typoViktor Dukhovni2021-12-071-1/+1
* Revert "Data.List specialization to []"Matthew Pickering2021-12-031-2/+7
* Add a warning for GADT match + NoMonoLocalBinds (#20485)Krzysztof Gogolewski2021-11-231-1/+27
* Implement -Wforall-identifier (#20609)Vladislav Zavialov2021-11-121-0/+28
* Warn if unicode bidirectional formatting characters are found in the source (...Zubin Duggal2021-10-261-0/+18
* Emit warning if bang is applied to unlifted typesTito Sacchi2021-09-171-0/+14
* Docs: use :default: and :ghc-ticket:Krzysztof Gogolewski2021-07-281-47/+52
* Re #18087 !6238 Empty line in front of :since:Andreas Abel2021-07-271-0/+3
* Issue #18087: :since: for warnings of ghc 6/7/8Andreas Abel2021-07-271-0/+113
* Doc: warnings: since: remove minor version number for uniformityAndreas Abel2021-07-271-5/+5
* Doc: tabs to spacesAndreas Abel2021-07-271-2/+2
* Typos, minor comment fixesKrzysztof Gogolewski2021-06-221-2/+2
* Deprecate -Wmissing-monadfail-instances (#17875)Krzysztof Gogolewski2021-06-191-41/+23
* Add -Wmissing-exported-pattern-synonym-signaturesThomas Winant2021-05-291-0/+18
* Data.List specialization to []Oleg Grenrus2021-04-011-7/+2
* Implement -Wmissing-kind-signaturesOleg Grenrus2021-03-251-0/+27
* Add a Template Haskell warning flag -Wimplicit-liftKrzysztof Gogolewski2021-03-041-0/+17
* Fix typo in docs [skip ci]Sebastian Graf2021-03-031-1/+1
* Pmc: Implement `considerAccessible` (#18610)Sebastian Graf2021-03-011-0/+28
* Implement -Wambiguous-fieldsAdam Gundry2021-02-261-0/+20
* Prefer -Wmissing-signatures over -Wmissing-exported-signatures (#14794)Michiel de Bruijne2021-02-221-3/+4
* Add -Wsafe to flags not enabled by -WallFendor2021-02-101-0/+1
* Documentation fixesKrzysztof Gogolewski2021-01-301-3/+3
* Add two warnings to -WallTom Ellis2020-12-191-2/+0
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-191-0/+52
* Document -Wderiving-typeableMaxGabriel2020-10-091-0/+14
* Document profiling flags, warning flags, and no-pieRachel2020-10-071-31/+86
* Small documentation fixesKrzysztof Gogolewski2020-10-031-2/+6
* Implement -Wredundant-bang-patterns (#17340)nineonine2020-08-191-0/+41