summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Types.hs
Commit message (Expand)AuthorAgeFilesLines
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-1/+2
* Move 'nextWrapperNum' into 'DsM' and 'TcM'Fendor2021-04-221-0/+4
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-2/+2
* Introduce the DecoratedSDoc typeAlfredo Di Napoli2021-02-011-1/+1
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-1/+1
* Parameterise Messages over eAlfredo Di Napoli2021-01-221-1/+1
* Remove flattening variablesRichard Eisenberg2020-12-011-0/+4
* Split GHC.Driver.TypesSylvain Henry2020-10-291-1/+1
* PmCheck: Big refactor of module structureSebastian Graf2020-09-261-2/+2
* PmCheck: Rewrite inhabitation testSebastian Graf2020-09-221-1/+1
* Hackily decouple the parser from the desugarerSebastian Graf2020-09-121-1/+9
* Extract definition of DsM into GHC.HsToCore.TypesSebastian Graf2020-09-121-0/+77