summaryrefslogtreecommitdiff
path: root/compiler/utils/Outputable.lhs
Commit message (Expand)AuthorAgeFilesLines
* compiler: de-lhs utils/Austin Seipp2014-12-031-1047/+0
* Some refactoring around endPass and debug dumpingSimon Peyton Jones2014-11-041-35/+46
* Use DumpStyle rather than UserStyle for pprTrace outputSimon Peyton Jones2014-08-251-2/+2
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-13/+48
* Only use UnicodeSytanx pretty printing if the locale supports itJoachim Breitner2014-06-061-4/+5
* Use UnicodeSyntax when printingJoachim Breitner2014-06-061-9/+24
* Be less verbose when printing Names when we don't know what's in scopeSimon Peyton Jones2014-04-241-13/+12
* Use U+2018 instead of U+201B quote mark in compiler messagesHerbert Valerio Riedel2014-02-251-1/+1
* Make showSDoc and friends respect -dppr-colsSimon Peyton Jones2014-01-101-20/+22
* Re-work the naming story for the GHCi prompt (Trac #8649)Simon Peyton Jones2014-01-091-14/+16
* Outputable.isOrAre: "is" or "are" for correct grammarJoachim Breitner2013-09-131-1/+10
* Use SDoc for all LLVM pretty-printingPeter Wortmann2013-06-271-0/+7
* Make sure that Pretty.text is inlined in stage 0,Simon Peyton Jones2013-06-241-0/+3
* Fix pretty printing of human-readable integers (#7750)Patrick Palka2013-03-091-1/+4
* Use unicode quote characters in error messages etc; fixes #2507Ian Lynagh2013-02-241-1/+6
* Add OverloadedLists, allowing list syntax to be overloadedSimon Peyton Jones2013-02-141-1/+3
* StaticFlags code cleanup (fixes #7595)Jan Stolarek2013-01-281-2/+3
* Rename remaining FastBytes usages to ByteStringIan Lynagh2012-12-141-2/+3
* Inline some FastBytes/ByteString wrappersIan Lynagh2012-12-141-1/+2
* Revert "Fix pprPanic so that it doesn't throw away the SDoc part of the error."Ian Lynagh2012-12-041-2/+1
* Fix pprPanic so that it doesn't throw away the SDoc part of the error.Erik de Castro Lopo2012-12-041-1/+2
* fix some typosGabor Greif2012-11-211-4/+4
* Put the DynFlags in a global variable for tracing; fixes #7304Ian Lynagh2012-10-081-4/+4
* Remove pprDefiniteTraceIan Lynagh2012-08-051-5/+1
* De-orphan the Outputable Fingerprint instanceIan Lynagh2012-08-051-0/+5
* Whitespace only in utils/Outputable.lhsIan Lynagh2012-08-051-9/+9
* De-orphan the Outputable Char instanceIan Lynagh2012-08-051-0/+3
* GHC 7.4 is now required for building HEADIan Lynagh2012-07-201-7/+0
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-07-191-9/+1
|\
| * Remove hPrintDump and make rule dump output more consistent (#7060)Paolo Capriotti2012-07-181-9/+1
* | Add a separate FastZString typeIan Lynagh2012-07-151-1/+3
* | Implement FastBytes, and use it for MachStrIan Lynagh2012-07-141-1/+11
|/
* Small tidy-upIan Lynagh2012-07-131-1/+1
* Don't use tracingDynFlags in assertPprPanicIan Lynagh2012-07-131-1/+1
* Make -dppr-cols a dynamic flagIan Lynagh2012-06-181-6/+6
* Be strict in the DynFlags inside an SDocIan Lynagh2012-06-141-1/+1
* Change -dppr-user-length from a static to a dynamic flagIan Lynagh2012-06-141-7/+9
* Remove PlatformOutputableIan Lynagh2012-06-131-24/+9
* Make tracingDynFlags slightly more definedIan Lynagh2012-06-121-9/+1
* Pass DynFlags down to pprDefiniteTraceIan Lynagh2012-06-121-2/+2
* Add DynFlags to the SDoc stateIan Lynagh2012-06-121-31/+33
* Pass DynFlags down to pprDebugAndThenIan Lynagh2012-06-121-6/+6
* Remove unused showsPrecSDocIan Lynagh2012-06-121-4/+1
* Pass DynFlags down to showSDocDumpOneLineIan Lynagh2012-06-121-2/+2
* Pass DynFlags down to showSDocDebugIan Lynagh2012-06-121-2/+2
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-4/+12
* Redefine pprPanicFastInt in terms of panicDocIan Lynagh2012-06-121-4/+1
* Pass DynFlags down to showPprIan Lynagh2012-06-121-2/+2
* Pass DynFlags down to showSDocDumpIan Lynagh2012-06-121-2/+2
* Pass DynFlags down to showSDocUnqualIan Lynagh2012-06-111-2/+2