summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Context.hs
Commit message (Expand)AuthorAgeFilesLines
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-041-8/+7
* Give plugins a better interface (#17957)Sylvain Henry2021-12-211-2/+2
* Ghci environment: Do not remove shadowed idsJoachim Breitner2021-12-141-24/+25
* InteractiveContext: Smarter caching when rebuilding the ic_rn_gbl_envJoachim Breitner2021-10-191-18/+75
* shadowNames: Use OccEnv a, not [OccName]Joachim Breitner2021-10-151-1/+2
* shadowNames: Accept an OccName, not a GreNameJoachim Breitner2021-10-131-1/+2
* Simplify shadowing of DuplicateRecordFields in GHCi (fixes #19314)Adam Gundry2021-03-101-1/+1
* Do not remove shadowed record selectors from interactive context (fixes #19322)Adam Gundry2021-03-101-1/+4
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-3/+4
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-211-3/+10
* Split GHC.Driver.TypesSylvain Henry2020-10-291-0/+389