summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Context.hs
Commit message (Expand)AuthorAgeFilesLines
* igre_prompt_env: discard "only-qualified" namessheaf2023-03-291-6/+10
* Handle records in the renamersheaf2023-03-291-25/+24
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-251-4/+5
* Fix typosEric Lindblad2022-09-141-2/+2
* Remove TCvSubst and use Subst for both term and type-level substYiyun Liu2022-08-041-1/+1
* 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