summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime
Commit message (Expand)AuthorAgeFilesLines
* DynFlags refactoring IIISylvain Henry2020-03-251-3/+5
* Do not panic on linker errorsPeter Trommler2020-03-251-3/+5
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-191-31/+36
* Modules: Core (#13009)Sylvain Henry2020-03-165-17/+17
* Use a Set to represent WaysSylvain Henry2020-03-111-3/+4
* Refactor interpreterDynamic and interpreterProfiledSylvain Henry2020-03-115-45/+68
* Refactor GHC.Driver.Session (Ways and Flags)Sylvain Henry2020-03-111-11/+12
* Set `ImpredicativeTypes` during :print command. (#14828)Roland Senn2020-03-021-1/+41
* Show breakpoint locations of breakpoints which were ignored during :force (#2...Roland Senn2020-02-293-15/+64
* Refactor runtime interpreter codeSylvain Henry2020-02-295-183/+262
* Modules: Core (#13009)Sylvain Henry2020-02-262-2/+2
* Modules: Driver (#13009)Sylvain Henry2020-02-217-23/+23
* Use concatMap(M) instead of `concat . map` and the monadic variantÖmer Sinan Ağacan2020-02-201-1/+1
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-202-5/+5
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-129-1/+5731
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-0/+563