summaryrefslogtreecommitdiff
path: root/compiler/GHC/Unit/Module/ModIface.hs
Commit message (Expand)AuthorAgeFilesLines
* Handle records in the renamersheaf2023-03-291-2/+6
* compiler: Use NamedFieldPuns for `ModIface_` and `ModIfaceBackend` `NFData`Zubin Duggal2023-02-101-11/+50
* Force the Docs structure to prevent leaks in GHCi with -haddock without -fwri...wip/force-docsZubin Duggal2023-01-031-2/+2
* Interface Files with Core DefinitionsMatthew Pickering2022-10-111-3/+14
* Desugar RecordUpd in `tcExpr`wip/T18802CarrieMY2022-05-251-3/+3
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-27/+14
* Make sure ModIface values are still forced even if not writtenMatthew Pickering2021-10-201-3/+41
* ghci: Explicitly store and restore interface file cacheMatthew Pickering2021-10-171-0/+4
* Driver Rework PatchMatthew Pickering2021-06-031-3/+13
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-191-1/+1
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-2/+0
* Split GHC.Driver.TypesSylvain Henry2020-10-291-0/+537