summaryrefslogtreecommitdiff
path: root/compiler/utils/Outputable.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add HsSyn prettyprinter testsAlan Zimmerman2016-12-071-1/+3
* Make diagnostics slightly more colorfulPhil Ruffwind2016-11-291-14/+52
* The Backpack patch.Edward Z. Yang2016-10-081-1/+1
* Unify CallStack handling in ghcBen Gamari2016-09-151-25/+10
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-0/+8
* Core pretty printer: Omit wild case bindersJoachim Breitner2016-04-061-1/+6
* ErrUtils: Add timings to compiler phasesBen Gamari2016-03-241-1/+7
* Print * has Unicode star with -fprint-unicode-syntaxBen Gamari2016-02-091-0/+1
* Add some Outputable instancesOleg Grenrus2016-02-011-0/+4
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-46/+46
* Use implicit CallStacks for ASSERT when availableBartosz Nitka2016-01-131-2/+11
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-0/+4