summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Ppr.hs
Commit message (Expand)AuthorAgeFilesLines
* Misc cleanupKrzysztof Gogolewski2023-01-051-3/+3
* Fix loop in the interface representation of some `Unfolding` fieldsGergő Érdi2022-12-131-7/+12
* Refactor UnfoldingSource and IfaceUnfoldingSimon Peyton Jones2022-09-281-5/+0
* Add -dsuppress-coercion-types to make coercions even smaller.Andreas Klebinger2022-08-021-2/+6
* A bunch of changes related to eta reductionSimon Peyton Jones2022-05-301-2/+2
* Change `-dsuppress-ticks` to only suppress non-code ticks.Andreas Klebinger2022-04-271-2/+4
* Fix substitution in bindAuxiliaryDictSimon Peyton Jones2022-04-201-1/+8
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-011-1/+14
* Include ru_name in toHsRule messageZiyang Liu2022-02-091-1/+1
* Improve partial signaturesSimon Peyton Jones2022-01-271-3/+6
* Simplifier: Do Cast W/W for INLINE strong loop-breakersSebastian Graf2021-06-271-3/+3
* Improve pretty-printing of coercionsSimon Peyton Jones2021-06-181-1/+1
* Replace (ptext .. sLit) with `text`Sylvain Henry2021-04-291-2/+1
* Rename StrictSig to DmdSig (#19597)Sebastian Graf2021-03-281-3/+3
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-201-0/+1
* rename Tickish to CoreTickishLuite Stegeman2021-03-201-2/+6
* remove superfluous 'id' type parameter from GenTickishLuite Stegeman2021-03-201-1/+3
* Save the type of breakpoints in the Breakpoint tick in STGLuite Stegeman2021-03-201-2/+5
* Core: introduce Alt/AnnAlt/IfaceAlt datatypesSylvain Henry2021-01-221-3/+6
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-4/+3
* Better eta-expansion (again) and don't specilise DFunsSimon Peyton Jones2020-09-221-7/+11
* Fully remove PprDebugSylvain Henry2020-05-011-2/+2
* Mark rule args as non-tail-calledSimon Peyton Jones2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Fix #18052 by using pprPrefixOcc in more placesRyan Scott2020-04-151-5/+9
* Modules: Types (#13009)Sylvain Henry2020-03-291-9/+9
* Modules: Core (#13009)Sylvain Henry2020-03-161-4/+4
* Modules: Core (#13009)Sylvain Henry2020-02-261-0/+657