summaryrefslogtreecommitdiff
path: root/compiler/GHC/Iface/Tidy.hs
Commit message (Expand)AuthorAgeFilesLines
* Modularize Tidy (#17957)Sylvain Henry2022-03-251-184/+151
* Ticky profiling improvements.Matthew Pickering2022-03-021-1/+1
* Tag inference work.Andreas Klebinger2022-02-121-12/+19
* compiler: Introduce and use RoughMap for instance environmentsBen Gamari2022-02-041-4/+4
* Consistently upper-case "Note ["Ben Gamari2022-02-011-1/+1
* warnPprTrace: pass separately the reasonKrzysztof Gogolewski2022-01-111-2/+2
* Change isUnliftedTyCon to marshalablePrimTyCon (#20401)Krzysztof Gogolewski2021-12-171-103/+0
* Use Ways API instead of Set specific functionsFendor2021-07-211-1/+1
* Simplifier: Do Cast W/W for INLINE strong loop-breakersSebastian Graf2021-06-271-3/+3
* Put tracing functions into their own moduleSylvain Henry2021-06-221-0/+1
* profiling: Look in RHS of rules for cost centre ticksMatthew Pickering2021-06-161-0/+59
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-10/+7
* Avoid useless w/w split, take 2Simon Peyton Jones2021-06-051-4/+14
* Tidy: Ignore rules (more) when -fomit-interface-pragmas is onMatthew Pickering2021-05-191-1/+8
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-191-1/+1
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-4/+2
* Worker/wrapper: Consistent namesSebastian Graf2021-04-201-1/+1
* Rename StrictSig to DmdSig (#19597)Sebastian Graf2021-03-281-7/+7
* Remove UniqSupply from NameCacheSylvain Henry2021-03-261-16/+11
* Refactor NameCacheSylvain Henry2021-03-261-12/+9
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-201-0/+1
* Save the type of breakpoints in the Breakpoint tick in STGLuite Stegeman2021-03-201-1/+1
* Refactor LoggerSylvain Henry2021-02-131-6/+9
* Make PatSyn immutableSimon Peyton Jones2021-01-291-17/+4
* Core: introduce Alt/AnnAlt/IfaceAlt datatypesSylvain Henry2021-01-221-2/+2
* Move Unit related fields from DynFlags to HscEnvSylvain Henry2020-12-141-4/+1
* Split GHC.Driver.TypesSylvain Henry2020-10-291-15/+29
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-4/+5
* Cache HomeUnit in HscEnv (#17957)Sylvain Henry2020-10-091-1/+1
* Introduce OutputablePSylvain Henry2020-09-171-1/+2
* PmCheck: Disattach COMPLETE pragma lookup from TyConsSebastian Graf2020-09-121-31/+31
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-17/+17
* Add HomeUnit typeSylvain Henry2020-08-131-1/+4
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+2
* Replace HscTarget with BackendSylvain Henry2020-07-221-2/+3
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-1/+1
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* Rename GHC.Core.Arity into GHC.Core.Opt.AritySylvain Henry2020-05-241-1/+1
* DmdAnal: Improve handling of precise exceptionsSebastian Graf2020-05-151-3/+3
* Refactor PprDebug handlingSylvain Henry2020-05-011-1/+1
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-7/+7
* GHC.Core.Opt renamingSylvain Henry2020-04-181-8/+8
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-3/+3
* Re-engineer the binder-swap transformationSimon Peyton Jones2020-04-021-2/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-17/+17
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-5/+6
* Modules: Core (#13009)Sylvain Henry2020-03-161-8/+8
* Expose compulsory unfoldings alwaysSimon Peyton Jones2020-03-121-19/+50