summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser/Errors/Ppr.hs
Commit message (Expand)AuthorAgeFilesLines
* Reject illegal quote mark in data con declarations (#17865)Vladislav Zavialov2022-04-081-0/+6
* Add warnings for file header pragmas that appear in the body of a module (#20...Zubin Duggal2022-04-061-0/+10
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-011-9/+16
* Don't allow Float#/Double# literal patternssheaf2022-03-051-0/+4
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-171-5/+6
* Warn if unicode bidirectional formatting characters are found in the source (...Zubin Duggal2021-10-261-0/+17
* ffi: Don't allow wrapper stub with CApi conventionMatthew Pickering2021-09-081-0/+3
* Port more DriverUnknownMessage into richer DriverMessage constructorsAlfredo Di Napoli2021-07-281-1/+16
* Parser: suggest TemplateHaskell on $$(...) (#20157)Krzysztof Gogolewski2021-07-271-0/+1
* Refactor SuggestExtension constructor in GhcHintAlfredo Di Napoli2021-07-211-40/+36
* Add proper GHCHints for most PsMessage constructorswip/adinapoli-issue-20055Alfredo Di Napoli2021-07-121-92/+68
* Fix issue 20038 - Change 'variable' -> 'variables'Edward2021-07-061-1/+1
* Parser: make less DynFlags dependentSylvain Henry2021-06-071-3/+2
* Add PsHeaderMessage diagnostic (fixes #19923)Alfredo Di Napoli2021-06-041-0/+41
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-031-3/+1
* Disallow linear arrows in GADT records (#19928)Vladislav Zavialov2021-06-021-0/+8
* Support new parser types in GHCAlfredo Di Napoli2021-05-261-533/+677
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-201-34/+23
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-2/+2
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-9/+21
* fix #19736Daniel Rogozin2021-04-271-0/+3
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-011-22/+27
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-9/+7
* GHC Exactprint main commitAlan Zimmerman2021-03-201-0/+2
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-1/+9
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-011-1/+1
* Introduce the DecoratedSDoc typeAlfredo Di Napoli2021-02-011-6/+6
* Rename ErrMsg into MsgEnvelopeAlfredo Di Napoli2021-02-011-6/+6
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-6/+6
* Parameterise Messages over eAlfredo Di Napoli2021-01-221-6/+6
* Remove errShortString, cleanup error-related functionsAlfredo Di Napoli2021-01-091-2/+0
* Rename parser Error and Warning typesAlfredo Di Napoli2020-12-181-104/+104
* Implement type applications in patternsCale Gibbard2020-12-141-3/+2
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-191-0/+28
* Use ADTs for parser errors/warningsSylvain Henry2020-10-011-0/+585