summaryrefslogtreecommitdiff
path: root/compiler/utils/Outputable.hs
Commit message (Expand)AuthorAgeFilesLines
* Start of annotating coreMatthew Pickering2017-07-251-5/+15
* Use prettyprinterBen Gamari2017-07-201-6/+12
* 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
* Injective type familiesJan Stolarek2015-09-031-1/+21
* Refactor: delete most of the module FastTypesThomas Miedema2015-08-211-7/+2
* Pretty: mimic pretty API more closely (#10735)Thomas Miedema2015-08-051-6/+9
* Pretty: rename variables to the ones used by libraries/pretty (#10735)Thomas Miedema2015-08-051-2/+1
* Typos in comments [skip ci]Gabor Greif2015-08-031-1/+1
* Export alwaysQualifyPackages and neverQualifyPackages.Edward Z. Yang2015-07-221-0/+1
* Reduce module qualifiers in pretty-printingSimon Peyton Jones2015-04-071-9/+11
* Dont call unsafeGlobalDynFlags if it is not setThomas Miedema2015-03-161-3/+5
* Refactor Digraph to use Data.Graph when possibleEdward Z. Yang2015-03-091-0/+5
* Revert "Refactor Digraph to use Data.Graph when possible"Edward Z. Yang2015-03-091-5/+0
* Refactor Digraph to use Data.Graph when possibleEdward Z. Yang2015-03-091-0/+5
* Pretty-print # on unboxed literals in coreThomas Miedema2015-03-031-1/+26
* compiler: de-lhs utils/Austin Seipp2014-12-031-0/+1027