summaryrefslogtreecommitdiff
path: root/compiler/iface/IfaceEnv.hs
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-298/+0
* Fix typosBrian Wignall2019-11-231-1/+1
* Fix space leaksSimon Marlow2018-07-161-3/+4
* Less Tc inside simplCore (Phase 1 for #14391)Artem Pelenitsyn2018-05-151-30/+53
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Typos in comments [ci skip]Gabor Greif2017-03-301-1/+1
* Clean up handling of known-key Names in interface filesBen Gamari2016-10-131-127/+30
* The Backpack patch.Edward Z. Yang2016-10-081-2/+26
* Revert "Clean up interaction between name cache and built-in syntax"Ben Gamari2016-07-201-28/+12
* Clean up interaction between name cache and built-in syntaxBen Gamari2016-07-201-12/+28
* IfaceEnv: Only check for built-in OccNames if mod is GHC.TypesBen Gamari2016-07-161-8/+20
* Kill varEnvElts in tcPragExprBartosz Nitka2016-05-181-8/+8
* Address #11471 by putting RuntimeRep in kinds.wip/runtime-repRichard Eisenberg2016-02-241-1/+1
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-3/+22
* IfaceEnv: Clean up updNameCache a bitBen Gamari2015-08-271-13/+8
* Move newImplicitBinder to from IfaceEnv to BuildTyClBen Gamari2015-08-271-19/+1
* Use lookupIfaceTop for loading IfaceDecls.Edward Z. Yang2015-07-221-1/+4
* Refactor RdrName.Provenance, to fix #7672Simon Peyton Jones2015-06-031-3/+5
* Refactor the GlobalRdrEnv, fixing #7672Simon Peyton Jones2015-06-021-21/+41
* Use strict atomicModifyIORef' (added in GHC 7.6).Edward Z. Yang2015-01-281-5/+2
* compiler: de-lhs iface/Austin Seipp2014-12-031-0/+315