summaryrefslogtreecommitdiff
path: root/compiler/GHC/SysTools/Process.hs
Commit message (Expand)AuthorAgeFilesLines
* Minimize diffwip/T18159Sven Tennie2021-09-231-4/+0
* Use SomeExceptionWithLocation for latest GHCSven Tennie2021-07-091-1/+5
* SomeExceptionWithLocation always wraps SomeExceptionSven Tennie2021-07-091-0/+4
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-16/+15
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-011-1/+1
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-1/+1
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-091-4/+0
* DynFlags: move temp file management into HscEnv (#17957)Sylvain Henry2021-03-081-9/+18
* Refactor LoggerSylvain Henry2021-02-131-21/+22
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-3/+3
* SysTools.Process: Handle exceptions in readCreateProcessWithExitCode'Ben Gamari2020-08-251-3/+18
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-2/+2
* compiler: Disable use of process jobs with process < 1.6.9Ben Gamari2020-06-041-3/+7
* Remove PprStyle param of logging actionsSylvain Henry2020-05-011-2/+2
* Refactor PprDebug handlingSylvain Henry2020-05-011-2/+2
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-7/+7
* Modules (#13009)Sylvain Henry2020-04-181-0/+387