summaryrefslogtreecommitdiff
path: root/compiler/GHC/Utils/Logger.hs
Commit message (Expand)AuthorAgeFilesLines
* Dump non-module specific info to file #20316Carrie Xu2021-12-011-10/+8
* Fix colourised output in error messageswip/t20276Matthew Pickering2021-08-241-1/+1
* Inline less logging codeSimon Peyton Jones2021-07-281-3/+12
* Put tracing functions into their own moduleSylvain Henry2021-06-221-2/+2
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-102/+223
* Move warning flag handling into Flags moduleSylvain Henry2021-05-241-6/+8
* Introduce SevIgnore Severity to suppress warningsAlfredo Di Napoli2021-04-051-6/+9
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-41/+37
* Use explicit import list for Data.ListOleg Grenrus2021-02-161-1/+1
* Refactor LoggerSylvain Henry2021-02-131-0/+473