summaryrefslogtreecommitdiff
path: root/compiler/utils/Outputable.lhs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pass DynFlags down to showSDocForUserIan Lynagh2012-06-111-2/+2
* Pass DynFlags down to showSDocOneLineIan Lynagh2012-06-111-2/+2
* Pass DynFlags to renderWithStyleIan Lynagh2012-06-111-2/+2
* Pass DynFlags down to printForC and printForAsmIan Lynagh2012-06-111-4/+4
* Pass DynFlags down to printForUserPartWayIan Lynagh2012-06-111-2/+3
* Pass DynFlags down to printForUserIan Lynagh2012-06-111-2/+2
* Pass DynFlags down to hPrintDumpIan Lynagh2012-06-111-2/+3
* Make Ppr* versions of the Sorry and PgmError exceptions tooIan Lynagh2012-06-111-2/+2
* Change how pprPanic worksIan Lynagh2012-06-111-2/+3
* Change how macros like ASSERT are definedIan Lynagh2012-06-051-1/+2
* Replace printDump with a new SeverityIan Lynagh2012-05-291-5/+2
* Remove an unused importIan Lynagh2012-05-281-1/+1
* Remove printOutput; it's not used.Ian Lynagh2012-05-281-4/+1