summaryrefslogtreecommitdiff
path: root/compiler/coreSyn/PprCore.hs
Commit message (Expand)AuthorAgeFilesLines
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-201-0/+44
* Separate CPR analysis from the Demand analyserwip/sep-cprSebastian Graf2020-02-121-1/+5
* Print Core type applications with no whitespace after @ (#17643)Ryan Scott2020-01-081-4/+4
* Ensure that coreView/tcView are able to inlineBen Gamari2019-11-131-1/+1
* Simplify Core output with -dsuppress-type-signaturesÖmer Sinan Ağacan2018-12-241-1/+7
* vectorise: Put it out of its miseryBen Gamari2018-06-021-18/+0
* Don't crash when pretty-printing bad joinsSimon Peyton Jones2018-05-011-1/+9
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Add debugPprTypeSimon Peyton Jones2017-08-311-2/+2
* Typofixes [ci skip]Gabor Greif2017-08-011-1/+1
* Comments only [ci skip]Gabor Greif2017-03-091-1/+1
* Move isJoinId, isJoinId_maybe to IdSimon Peyton Jones2017-02-281-0/+8
* Fix Core pretty printerSimon Peyton Jones2017-02-201-2/+3
* Change -dppr-ticks to -dsuppress-ticksSimon Peyton Jones2017-02-201-3/+3
* Simplify OutputableBndrSimon Peyton Jones2017-02-171-19/+26
* Improve -dsuppress-coercionsSimon Peyton Jones2017-02-081-2/+3
* Join pointsLuke Maurer2017-02-011-7/+26
* Update levity polymorphismRichard Eisenberg2017-01-191-0/+1
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-1/+1
* Kill Type pretty-printerBen Gamari2016-11-131-1/+1
* Introduce BootUnfolding, set when unfolding is absent due to hs-boot file.Edward Z. Yang2016-08-211-0/+1
* Core pretty printer: Omit wild case bindersJoachim Breitner2016-04-061-10/+33
* Rename isNopSig to isTopSigJoachim Breitner2016-03-291-1/+2
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-80/+80
* Minor improvement in CoreDump outputs:Ömer Sinan Ağacan2016-01-131-3/+10
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-4/+4
* Rename SpecInfo to RuleInfo (upon SPJ's advice).Edward Z. Yang2015-10-101-1/+1
* Implement -dsuppress-unfoldingsSimon Peyton Jones2015-07-211-18/+14
* PprCore: Add size annotations for top-level bindingsBen Gamari2015-07-161-21/+44
* Move seqExpr, seqIdInfo etc to CoreUtilsSimon Peyton Jones2015-06-011-1/+1
* Refactor tuple constraintsSimon Peyton Jones2015-05-181-2/+2
* Revert multiple commitsAustin Seipp2015-05-141-2/+2
* Refactor tuple constraintsSimon Peyton Jones2015-05-131-2/+2
* Refactor TyCon to eliminate TupleTyConSimon Peyton Jones2015-05-011-4/+5
* Source notes (Core support)Peter Wortmann2014-12-161-2/+8
* compiler: de-lhs coreSyn/Austin Seipp2014-12-031-0/+527