summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Load.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modules: Core (#13009)Sylvain Henry2020-03-161-3/+3
* Split GHC.Iface.Utils moduleSylvain Henry2020-03-111-4/+9
* plugins: Ensure that loadInterface plugins can see annotationsBen Gamari2020-02-291-2/+3
* Modules: Core (#13009)Sylvain Henry2020-02-261-1/+1
* Modules: Driver (#13009)Sylvain Henry2020-02-211-6/+6
* Use concatMap(M) instead of `concat . map` and the monadic variantÖmer Sinan Ağacan2020-02-201-3/+1
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-0/+1289