summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Errors/Types.hs
Commit message (Expand)AuthorAgeFilesLines
* Split DynFlags structure into own moduleOleg Grenrus2023-05-151-2/+2
* Convert interface file loading errors into proper diagnosticsMatthew Pickering2023-04-181-10/+8
* Add import lists to few GHC.Driver.Session importsOleg Grenrus2023-04-161-1/+2
* Improve driver diagnostic messages by including UnitId in messageMatthew Pickering2023-01-241-3/+3
* Allow configuration of error message printingMatthew Pickering2022-10-181-2/+16
* Add diagnostic codessheaf2022-09-131-3/+11
* driver: Improve -Wunused-packages error message (and simplify implementation)Matthew Pickering2022-04-011-1/+1
* Multiple Home UnitsMatthew Pickering2021-12-281-0/+14
* Port more DriverUnknownMessage into richer DriverMessage constructorsAlfredo Di Napoli2021-07-281-0/+138
* Add PsHeaderMessage diagnostic (fixes #19923)Alfredo Di Napoli2021-06-041-2/+2
* Support new parser types in GHCAlfredo Di Napoli2021-05-261-11/+1
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-201-19/+4
* Add some DriverMessage type constructorsAlfredo Di Napoli2021-05-051-10/+129
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-0/+120