summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Loader.hs
Commit message (Expand)AuthorAgeFilesLines
* Split GHC.Driver.TypesSylvain Henry2020-10-291-11/+18
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-1/+1
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-2/+2
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Rename Package into Unit (2)Sylvain Henry2020-06-131-1/+1
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-6/+6
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-2/+2
* Modules: Types (#13009)Sylvain Henry2020-03-291-12/+12
* Modules: Core (#13009)Sylvain Henry2020-03-161-3/+3
* Refactor interpreterDynamic and interpreterProfiledSylvain Henry2020-03-111-1/+1
* Refactor runtime interpreter codeSylvain Henry2020-02-291-10/+10
* Modules: Driver (#13009)Sylvain Henry2020-02-211-5/+5
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-201-2/+2
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-0/+283