summaryrefslogtreecommitdiff
path: root/compiler/utils/Outputable.hs
Commit message (Expand)AuthorAgeFilesLines
* --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
* Add IsString Outputable.SDoc instanceHerbert Valerio Riedel2015-12-141-0/+4
* Rework the Implicit CallStack solver to handle local lets.Eric Seidel2015-12-121-3/+2
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-1/+16
* Rearrange error msgs and add section markers (Trac #11014).Evan Laforge2015-11-241-2/+6
* Fix inconsistent pretty-printing of type familiesMichał Sośnicki2015-11-181-3/+10
* Fix bootstrapping with GHC 7.10.1Ben Gamari2015-11-141-1/+3
* Give helpful advice when a fully qualified name is not in scopeJoachim Breitner2015-11-131-1/+7
* Add pprSTrace for debugging with call stacksBartosz Nitka2015-11-081-1/+15
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-3/+3
* Pretty: fix unicode arrow operators.Sebastian Reuße2015-09-151-2/+2
* Dead code removal, export cleanupJan Stolarek2015-09-121-22/+1