summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Types.hs
Commit message (Expand)AuthorAgeFilesLines
* Don't specialise incoherent instance applicationsGergő Érdi2023-02-271-0/+4
* Accept an orphan declaration (sadly)Simon Peyton Jones2023-01-271-0/+5
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-251-1/+1
* TTG: TH brackets finishing touchesromes2022-03-181-1/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+1
* 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