summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Load.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor renamer datastructuresAdam Gundry2020-12-241-9/+9
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-27/+309
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-211-2/+1
* Refactor -dynamic-too handlingSylvain Henry2020-11-061-20/+29
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-1/+1
* Move loadDecl into IfaceToCoreSylvain Henry2020-10-311-112/+5
* Split GHC.Driver.TypesSylvain Henry2020-10-291-20/+40
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-7/+8
* PmCheck: Disattach COMPLETE pragma lookup from TyConsSebastian Graf2020-09-121-9/+6
* Add missing primop documentation (#18454)Krzysztof Gogolewski2020-08-281-1/+3
* Refactor UnitId pretty-printingSylvain Henry2020-08-261-1/+4
* Add HomeUnit typeSylvain Henry2020-08-131-22/+27
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Add GHC.Platform.ProfileSylvain Henry2020-07-251-1/+2
* DynFlags: store printer in TraceBinIfaceReadingSylvain Henry2020-07-251-5/+9
* Replace HscTarget with BackendSylvain Henry2020-07-221-2/+3
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-281-1/+1
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-2/+2
* Update compilerSylvain Henry2020-06-171-5/+11
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-2/+0
* Rename Package into UnitSylvain Henry2020-06-131-1/+1
* Refactor homeUnitSylvain Henry2020-06-131-5/+6
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-1/+1
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-041-12/+14
* Remove PprStyle param of logging actionsSylvain Henry2020-05-011-1/+1
* Refactor PprDebug handlingSylvain Henry2020-05-011-6/+5
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Refactoring unit management codeSylvain Henry2020-04-301-14/+14
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-9/+9
* GHC.Prim docs: note and testmniip2020-04-231-1/+1
* Add :doc to GHC.Primmniip2020-04-231-1/+2
* Modules (#13009)Sylvain Henry2020-04-181-6/+6
* Implement extensible interface filesJosh Meredith2020-04-121-0/+8
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-3/+3
* Modules: Types (#13009)Sylvain Henry2020-03-291-11/+11