summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Errors/Ppr.hs
Commit message (Expand)AuthorAgeFilesLines
* Split DynFlags structure into own moduleOleg Grenrus2023-05-151-1/+1
* Convert interface file loading errors into proper diagnosticsMatthew Pickering2023-04-181-2/+7
* Improve driver diagnostic messages by including UnitId in messageMatthew Pickering2023-01-241-7/+8
* Use TcRnDiagnostic in GHC.Tc.TyCl.Instance (#20117)Giles Anderson2022-11-091-1/+1
* Allow configuration of error message printingMatthew Pickering2022-10-181-12/+22
* Add diagnostic codessheaf2022-09-131-1/+9
* TTG for ForeignImport/Exportromes2022-07-061-1/+1
* Refine warning about defining rules in SAFE modulesMatthew Pickering2022-04-131-1/+1
* driver: Improve -Wunused-packages error message (and simplify implementation)Matthew Pickering2022-04-011-3/+11
* Multiple Home UnitsMatthew Pickering2021-12-281-0/+38
* Port more DriverUnknownMessage into richer DriverMessage constructorsAlfredo Di Napoli2021-07-281-0/+90
* Support new parser types in GHCAlfredo Di Napoli2021-05-261-5/+5
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-201-16/+44
* Add some DriverMessage type constructorsAlfredo Di Napoli2021-05-051-8/+112
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-0/+45