summaryrefslogtreecommitdiff
path: root/compiler/GHC/Unit/Module
Commit message (Expand)AuthorAgeFilesLines
* driver: Correct output of -fno-code and -dynamic-tooMatthew Pickering2021-10-191-11/+10
* driver: Cleanups related to ModLocationMatthew Pickering2021-10-193-5/+28
* ghci: Explicitly store and restore interface file cacheMatthew Pickering2021-10-171-0/+4
* Make ms_ghc_prim_import field strictMatthew Pickering2021-10-121-1/+1
* Don't link plugins' units with target code (#20218)Sylvain Henry2021-10-081-1/+12
* Refactor module dependencies codeSylvain Henry2021-09-172-8/+187
* Driver rework pt3: the upsweepMatthew Pickering2021-08-182-5/+5
* Refactoring module dependenciesSylvain Henry2021-08-132-6/+19
* Improve documentation for HscTypes.usg_mod_hashAndreas Klebinger2021-08-031-2/+5
* driver: Fix recompilation for modules importing GHC.PrimMatthew Pickering2021-07-211-0/+3
* profiling: Look in RHS of rules for cost centre ticksMatthew Pickering2021-06-161-0/+2
* Driver Rework PatchMatthew Pickering2021-06-035-21/+73
* Refactor driver code; de-duplicate and split APIs (#14095, !5555)Divam2021-05-251-11/+13
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-192-21/+118
* Always generate ModDetails from ModIfaceMatthew Pickering2021-04-141-1/+0
* Add UnitId to Target recordFendor2021-03-281-4/+8
* Add -finfo-table-map which maps info tables to source positionsMatthew Pickering2021-03-031-1/+1
* Add missing .hi-boot dependencies with ghc -M (#14482)Sylvain Henry2021-01-291-0/+8
* Put hole instantiation typechecking in the module graph and fix driver batch ...John Ericson2020-12-282-45/+145
* Refactor -dynamic-too handlingSylvain Henry2020-11-061-7/+0
* Linker: reorganize linker related codeSylvain Henry2020-11-031-1/+1
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-2/+0
* Split GHC.Driver.TypesSylvain Henry2020-10-299-0/+1460
* Remove "Ord FastString" instanceSylvain Henry2020-09-011-1/+1
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-2/+3
* Rename Package into Unit (2)Sylvain Henry2020-06-131-2/+2
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-041-4/+5
* Remove unused hs-boot filejneira2020-05-041-6/+0
* Unit: split and rename modulesSylvain Henry2020-04-305-0/+412