summaryrefslogtreecommitdiff
path: root/compiler/GHC/Utils/Logger.hs
Commit message (Expand)AuthorAgeFilesLines
* ghc: Fix data race in dump file handlingBen Gamari2022-12-161-12/+21
* Add Javascript backendSylvain Henry2022-11-291-0/+1
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-251-7/+7
* Fix typosKrzysztof Gogolewski2022-09-141-1/+1
* Fix typosEric Lindblad2022-09-141-1/+1
* Add diagnostic codessheaf2022-09-131-36/+12
* Remove label style from printing contextKrzysztof Gogolewski2022-08-261-1/+1
* Align the behaviour of `dopt` and `log_dopt`Dominik Peteler2022-07-161-1/+1
* Include the way string in the file name for dump files.Andreas Klebinger2022-04-221-4/+16
* 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