summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Tidy.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix loop in the interface representation of some `Unfolding` fieldsGergő Érdi2022-12-131-5/+6
* Scrub some no-warning pragmas.M Farkas-Dyck2022-11-231-1/+0
* Export pprTrace and friends from GHC.Prelude.Andreas Klebinger2022-11-031-1/+0
* Refactor UnfoldingSource and IfaceUnfoldingSimon Peyton Jones2022-09-281-1/+1
* Fix a nasty loop in TidySimon Peyton Jones2022-08-271-17/+20
* Fix arityType: -fpedantic-bottoms, join points, etcwip/T21694aSimon Peyton Jones2022-08-251-26/+41
* Don't mark lambda binders as OtherConAndreas Klebinger2022-06-271-14/+94
* Tag inference work.Andreas Klebinger2022-02-121-7/+60
* Simplifier: Do Cast W/W for INLINE strong loop-breakersSebastian Graf2021-06-271-2/+2
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Rename StrictSig to DmdSig (#19597)Sebastian Graf2021-03-281-1/+1
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-201-0/+1
* rename Tickish to CoreTickishLuite Stegeman2021-03-201-1/+1
* remove superfluous 'id' type parameter from GenTickishLuite Stegeman2021-03-201-1/+1
* Save the type of breakpoints in the Breakpoint tick in STGLuite Stegeman2021-03-201-1/+2
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Core: introduce Alt/AnnAlt/IfaceAlt datatypesSylvain Henry2021-01-221-2/+2
* DmdAnal: Annotate top-level function bindings with demands (#18894)Sebastian Graf2020-12-121-2/+2
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-1/+2
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-2/+4
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-2/+2
* GHC.Core.Opt renamingSylvain Henry2020-04-181-0/+286