summaryrefslogtreecommitdiff
path: root/compiler/utils/Outputable.hs
Commit message (Expand)AuthorAgeFilesLines
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-1304/+0
* Avoid DynFlags in Ppr code (#17957)Sylvain Henry2020-04-211-20/+20
* Modules: Types (#13009)Sylvain Henry2020-03-291-2/+2
* Refactor CmmToAsm (disentangle DynFlags)Sylvain Henry2020-03-151-7/+2
* Modules: Core (#13009)Sylvain Henry2020-02-261-1/+1
* Modules: Driver (#13009)Sylvain Henry2020-02-211-5/+6
* Disentangle DynFlags and SDocSylvain Henry2020-02-201-71/+116
* Don't zap to Any; error insteadRichard Eisenberg2020-01-121-1/+10
* Use non-empty lists to remove partiality in matching codeJohn Ericson2020-01-071-0/+5
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Add GHC-API logging hooksSylvain Henry2019-12-181-6/+9
* Pretty-printing of the * kindVladislav Zavialov2019-12-051-8/+2
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Encode shape information in `PmOracle`Sebastian Graf2019-09-161-1/+1
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+1
* Add Outputable instances for Float, Double.Andreas Klebinger2019-06-131-0/+6
* Add a pprTraceWith functionSebastian Graf2019-05-271-3/+9
* Add an Outputable instance for SDoc with ppr = id.klebinger.andreas@gmx.at2019-04-171-0/+4
* NCG: correctly escape path strings on Windows (#16389)Sylvain Henry2019-03-091-1/+11
* Make a smart mkAppTyMSimon Peyton Jones2019-02-141-2/+4
* Replace a few uses of snocView with last/lastMaybe.klebinger.andreas@gmx.at2019-02-091-2/+2
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+0
* Rename literal constructorsSylvain Henry2018-11-221-1/+1
* --show-iface: Qualify all non-local namesSimon Jakobi2018-08-121-6/+2
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-141-4/+7
* vectorise: Put it out of its miseryBen Gamari2018-06-021-3/+2
* Add pprTraceM to Outputable as analog to traceM.klebinger.andreas@gmx.at2018-05-161-1/+4
* Track type variable scope more carefully.Richard Eisenberg2018-03-311-0/+5
* Implement -dword-hex-literalsAndrew Martin2018-03-191-4/+11
* Stop double-stacktrace in ASSERT failuresSimon Peyton Jones2018-01-041-3/+1
* Add obvious Outputable Integer instance.klebinger.andreas@gmx.at2017-11-271-0/+3
* Outputable: Add pprTraceExceptionBen Gamari2017-10-191-1/+11
* Make pprQuotedList use fsep not hsepSimon Peyton Jones2017-09-251-1/+1
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Add debugPprTypeSimon Peyton Jones2017-08-311-12/+16
* Remove unneeded uses of ImplicitParamsRyan Scott2017-08-021-1/+0
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-1/+3
* Revert "Remove unused language pragma"Matthew Pickering2017-07-251-1/+1
* Remove unused language pragmaMatthew Pickering2017-07-251-1/+1
* Add "header" to GHC_COLORSPhil Ruffwind2017-05-221-6/+5
* Allow colors to be customizedPhil Ruffwind2017-03-231-72/+15
* Simplify OutputableBndrSimon Peyton Jones2017-02-171-12/+6
* Setup more error context for Backpack operations.Edward Z. Yang2017-02-121-1/+10
* Ditch static flagsSylvain Henry2017-02-021-28/+43
* Join pointsLuke Maurer2017-02-011-0/+13
* Export callStackDocBen Gamari2017-01-311-1/+1
* Update levity polymorphismRichard Eisenberg2017-01-191-0/+6
* Fix terminal corruption bug and clean up SDoc interface.Phil Ruffwind2017-01-101-12/+39
* print * in unicode correctly (fixes #12550)John Leo2016-12-131-1/+4
* Disable colors unless printing to stderrPhil Ruffwind2016-12-091-26/+40