summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Debugger.hs
Commit message (Expand)AuthorAgeFilesLines
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-5/+3
* Allow primops in a :print (and friends) command. Fix #19394Roland Senn2021-06-021-10/+32
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-1/+1
* Move loader state into InterpSylvain Henry2021-03-231-5/+5
* Refactor LoggerSylvain Henry2021-02-131-16/+23
* Linker: reorganize linker related codeSylvain Henry2020-11-031-5/+6
* Split GHC.Driver.TypesSylvain Henry2020-10-291-13/+18
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-2/+0
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-2/+2
* Don't return preload units when we set DyNFlagsSylvain Henry2020-06-131-1/+1
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-041-2/+3
* Remove PprStyle param of logging actionsSylvain Henry2020-05-011-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Modules: Types (#13009)Sylvain Henry2020-03-291-5/+5
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+1
* Modules: Core (#13009)Sylvain Henry2020-02-261-1/+1
* Modules: Driver (#13009)Sylvain Henry2020-02-211-3/+3
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-0/+237