summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Loader.hs
Commit message (Expand)AuthorAgeFilesLines
* Add support for external static plugins (#20964)Sylvain Henry2022-08-101-5/+32
* Track object file dependencies for TH accurately (#20604)Zubin Duggal2022-02-201-28/+35
* Multiple Home UnitsMatthew Pickering2021-12-281-1/+1
* Give plugins a better interface (#17957)Sylvain Henry2021-12-211-5/+7
* Plugin load order should follow the commandline order (fixes #17884)Andrei Barbu2021-12-151-2/+2
* Reflect type change in the haddock commentKai Prott2021-11-261-1/+1
* Fix plugin type to GHC.Plugins.PluginKai Prott2021-11-261-1/+1
* Simplify printQualificationKai Prott2021-11-261-7/+2
* Remove duplicate importKai Prott2021-11-261-1/+0
* Improve error message for mis-typed plugins #20671Kai Prott2021-11-261-14/+24
* More support for optional home-unitSylvain Henry2021-11-201-6/+8
* Introduce FinderLocations for decoupling Finder from DynFlagsFendor2021-07-231-1/+3
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-6/+5
* Driver Rework PatchMatthew Pickering2021-06-031-18/+19
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Make GHC.Runtime.Interpreter independent of GHC.DriverSylvain Henry2021-04-301-1/+1
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-4/+2
* Refactor FinderCacheSylvain Henry2021-03-261-2/+5
* Move loader state into InterpSylvain Henry2021-03-231-12/+14
* Move Hooks into HscEnvSylvain Henry2021-02-221-1/+4
* Refactor LoggerSylvain Henry2021-02-131-6/+8
* Refactor renamer datastructuresAdam Gundry2020-12-241-2/+2
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-3/+3
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-211-14/+15
* Linker: reorganize linker related codeSylvain Henry2020-11-031-3/+3
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-2/+1
* 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