summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Make.hs
Commit message (Expand)AuthorAgeFilesLines
* Split up tyThingToIfaceDecl from GHC.Iface.Makesheaf2023-05-151-358/+63
* Handle records in the renamersheaf2023-03-291-7/+13
* Avoid orphans in STGSimon Peyton Jones2023-01-271-1/+1
* Report family instance orphans correctlySimon Peyton Jones2023-01-271-18/+6
* Detect family instance orphans correctlySimon Peyton Jones2023-01-271-1/+2
* Fix mk_mod_usage_info if the interface file is not already loadedMatthew Pickering2022-12-081-1/+1
* Refactor TyCon to have a top-level productSimon Peyton Jones2022-12-021-1/+1
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-9/+9
* Fix TypeData issues (fixes #22315 and #22332)Ross Paterson2022-11-081-4/+5
* Export pprTrace and friends from GHC.Prelude.Andreas Klebinger2022-11-031-1/+0
* Fix typo in `Opt_WriteIfSimplifiedCore`'s nameGergő Érdi2022-10-191-2/+2
* Fix GHCis interaction with tag inference.Andreas Klebinger2022-10-181-9/+18
* Interface Files with Core DefinitionsMatthew Pickering2022-10-111-6/+12
* Clean up some. In particular:M Farkas-Dyck2022-09-171-1/+1
* Remove HscEnv from GHC.HsToCore.Usage (related to #17957)Andre Marianiello2022-05-251-2/+7
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-211-1/+1
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-14/+8
* Track object file dependencies for TH accurately (#20604)Zubin Duggal2022-02-201-2/+3
* Tag inference work.Andreas Klebinger2022-02-121-4/+7
* Include ru_name in toHsRule messageZiyang Liu2022-02-091-10/+8
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-041-4/+6
* warnPprTrace: pass separately the reasonKrzysztof Gogolewski2022-01-111-1/+1
* Give plugins a better interface (#17957)Sylvain Henry2021-12-211-2/+2
* compiler: Rename nameEnvElts -> nonDetNameEnvEltsBen Gamari2021-09-291-2/+2
* Refactor module dependencies codeSylvain Henry2021-09-171-1/+1
* Refactoring module dependenciesSylvain Henry2021-08-131-3/+4
* Put tracing functions into their own moduleSylvain Henry2021-06-221-1/+1
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-1/+1
* Driver Rework PatchMatthew Pickering2021-06-031-9/+17
* 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-4/+4
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-1/+1
* Bring back COMPLETE sets filtered by result TyCon (#14422)Cale Gibbard2021-03-041-2/+3
* Fix a serious bug in roughMatchTcsSimon Peyton Jones2021-02-131-17/+15
* Refactor LoggerSylvain Henry2021-02-131-2/+2
* Refactor renamer datastructuresAdam Gundry2020-12-241-6/+4
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-2/+2
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-211-1/+1
* Name (tc)SplitForAll- functions more consistentlyRyan Scott2020-11-151-1/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-291-11/+33
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-3/+3
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-2/+2
* PmCheck: Disattach COMPLETE pragma lookup from TyConsSebastian Graf2020-09-121-5/+7
* Remove "Ord FastString" instanceSylvain Henry2020-09-011-1/+1
* Refactor UnitId pretty-printingSylvain Henry2020-08-261-1/+3
* Add HomeUnit typeSylvain Henry2020-08-131-6/+6
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+2
* DynFlags: don't use sdocWithDynFlags in datacon pprSylvain Henry2020-07-301-7/+9
* Replace HscTarget with BackendSylvain Henry2020-07-221-3/+4