summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime
Commit message (Expand)AuthorAgeFilesLines
* Remove PprStyle param of logging actionsSylvain Henry2020-05-012-6/+5
* Refactor PprDebug handlingSylvain Henry2020-05-011-4/+4
* Unit: split and rename modulesSylvain Henry2020-04-307-8/+8
* Refactoring unit management codeSylvain Henry2020-04-304-12/+12
* Refactor UnitInfoSylvain Henry2020-04-301-14/+14
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-2610-52/+52
* GHC.Runtime: avoid DynFlags (#17957)Sylvain Henry2020-04-212-11/+11
* Use ParserFlags in GHC.Runtime.Eval (#17957)Sylvain Henry2020-04-211-16/+17
* Modules (#13009)Sylvain Henry2020-04-184-10/+10
* Change zipWith to zipWithEqual in a few placesKrzysztof Gogolewski2020-04-141-1/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-074-21/+21
* Kill wORDS_BIGENDIAN and replace it with platformByteOrder (#17957)Sylvain Henry2020-04-011-9/+8
* Store ComponentId detailsSylvain Henry2020-03-291-1/+2
* Modules: Types (#13009)Sylvain Henry2020-03-2910-57/+57
* 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