summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser/Errors
Commit message (Expand)AuthorAgeFilesLines
* Disallow linear arrows in GADT records (#19928)Vladislav Zavialov2021-06-022-0/+11
* Support new parser types in GHCAlfredo Di Napoli2021-05-262-536/+1173
* 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-292-9/+30
* 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