summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Load.hs
Commit message (Expand)AuthorAgeFilesLines
* compiler: Use compact representation for UsageFile (#22744)Zubin Duggal2023-05-161-1/+1
* Migrate errors to diagnostics in GHC.Tc.Modulesheaf2023-05-151-2/+2
* Convert interface file loading errors into proper diagnosticsMatthew Pickering2023-04-181-53/+49
* Handle records in the renamersheaf2023-03-291-1/+1
* Fix recompilation checking for multiple home unitsMatthew Pickering2023-01-241-2/+4
* Print unticked promoted data constructors (#20531)Vladislav Zavialov2022-11-251-2/+3
* notes: Fix references to HPT space leak noteMatthew Pickering2022-11-231-5/+9
* Export pprTrace and friends from GHC.Prelude.Andreas Klebinger2022-11-031-1/+0
* Interface Files with Core DefinitionsMatthew Pickering2022-10-111-0/+4
* Add diagnostic codessheaf2022-09-131-1/+1
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-17/+6
* warnPprTrace: pass separately the reasonKrzysztof Gogolewski2022-01-111-1/+1
* Multiple Home UnitsMatthew Pickering2021-12-281-42/+36
* Give plugins a better interface (#17957)Sylvain Henry2021-12-211-1/+1
* More support for optional home-unitSylvain Henry2021-11-201-32/+36
* Refactor package importsSylvain Henry2021-10-221-3/+3
* Add note about heap invariants [skip ci]Matthew Pickering2021-10-201-0/+1
* Temporary fix for leak with -fno-code (#20509)Matthew Pickering2021-10-191-10/+9
* Remove DT_Failed stateMatthew Pickering2021-10-191-27/+31
* driver: Cleanups related to ModLocationMatthew Pickering2021-10-191-10/+10
* Be more careful about retaining KnotVarsMatthew Pickering2021-10-121-1/+14
* compiler: Rename nameEnvElts -> nonDetNameEnvEltsBen Gamari2021-09-291-1/+1
* Refactor module dependencies codeSylvain Henry2021-09-171-28/+0
* Driver rework pt3: the upsweepMatthew Pickering2021-08-181-1/+3
* Refactoring module dependenciesSylvain Henry2021-08-131-8/+11
* Fix pprDepsSylvain Henry2021-08-101-1/+3
* Introduce FinderLocations for decoupling Finder from DynFlagsFendor2021-07-231-2/+5
* Make withException use SDocContext instead of DynFlagsSylvain Henry2021-07-011-1/+2
* Try to simplify zoo of functions in `Tc.Utils.Monad`Alfredo Di Napoli2021-06-281-1/+2
* Put tracing functions into their own moduleSylvain Henry2021-06-221-1/+1
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-23/+18
* Driver Rework PatchMatthew Pickering2021-06-031-2/+4
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-191-6/+13
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-3/+1
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-10/+11
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-1/+1
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-2/+2
* Move Iface.Load errors into Iface.Errors moduleAlfredo Di Napoli2021-04-081-320/+5
* Move HPT in UnitEnvSylvain Henry2021-04-011-9/+15
* Move unit DBs in UnitEnvSylvain Henry2021-04-011-2/+8
* Encapsulate the EPS IORef in a newtypeSylvain Henry2021-04-011-28/+0
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-2/+2
* Refactor FinderCacheSylvain Henry2021-03-261-72/+86
* Refactor NameCacheSylvain Henry2021-03-261-27/+24
* Refactor interface loadingSylvain Henry2021-03-261-123/+143
* Don't pass homeUnitId at ExternalPackageState creation time (#10827)Sylvain Henry2021-02-221-11/+5
* Move Hooks into HscEnvSylvain Henry2021-02-221-3/+5
* Refactor LoggerSylvain Henry2021-02-131-7/+12
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-11/+11