summaryrefslogtreecommitdiff
path: root/compiler/utils/Outputable.hs
Commit message (Expand)AuthorAgeFilesLines
...
* 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