summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove more unused Platform argumentsIan Lynagh2012-06-134-12/+9
* Remove some unnecessary platform argumentsIan Lynagh2012-06-139-96/+81
* Add missing fileIan Lynagh2012-06-131-0/+7
* Follow spelling fixesIan Lynagh2012-06-131-5/+5
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-1314-206/+298
|\
| * tweak documentation of mdo/recRoss Paterson2012-06-121-18/+25
| * Report unusable UNPACK warnings even when -O is off (#3966)Simon Marlow2012-06-121-3/+8
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-06-125-37/+38
| |\
| | * fix spelling: "infered" -> "inferred"Simon Marlow2012-06-115-37/+38
| * | Revive 'mdo' expressions, per discussion in Trac #4148Simon Peyton Jones2012-06-126-137/+178
| |/
| * Attempt to fix the bytecode generator for unboxed tuples, given the latest ch...Max Bolingbroke2012-06-092-34/+72
| * Don't use 64-bit support functions on MIPS N32.Michał Masłowski2012-06-091-1/+1
* | Remove lots of commented out 'in' keywordsIan Lynagh2012-06-136-43/+0
* | Tweak the way UsageErrors are constructedIan Lynagh2012-06-131-1/+2
* | Remove PlatformOutputableIan Lynagh2012-06-1333-328/+285
* | Whitespace only in nativeGen/RegAlloc/Graph/Main.hsIan Lynagh2012-06-131-306/+299
* | Make tracingDynFlags slightly more definedIan Lynagh2012-06-123-11/+18
* | Pass DynFlags down to pprDefiniteTraceIan Lynagh2012-06-122-6/+6
* | Add DynFlags to the SDoc stateIan Lynagh2012-06-124-40/+42
* | Use SDoc rather than Doc in the native gensIan Lynagh2012-06-129-279/+236
* | Use SDoc rather than Doc in LLVMIan Lynagh2012-06-126-74/+72
* | Pass DynFlags down to pprDebugAndThenIan Lynagh2012-06-122-10/+10
* | Remove unused showsPrecSDocIan Lynagh2012-06-121-4/+1
* | Pass DynFlags down to showSDocDumpOneLineIan Lynagh2012-06-122-10/+14
* | Pass DynFlags down to showSDocDebugIan Lynagh2012-06-127-74/+83
* | Pass DynFlags down to showSDocIan Lynagh2012-06-1248-320/+434
* | Remove unused showRdrNameIan Lynagh2012-06-121-6/+0
* | GhcApiError now contains a String, not an SDocIan Lynagh2012-06-122-7/+10
* | Use showPpr in a few more placesIan Lynagh2012-06-122-3/+4
* | Avoid a needless trip via SDoc when showing a UniqueIan Lynagh2012-06-121-3/+1
* | Store short error message text as a stringIan Lynagh2012-06-121-3/+5
* | Pass DynFlags down to mk_err_msgIan Lynagh2012-06-1213-103/+116
* | Remove an unused Show instanceIan Lynagh2012-06-121-3/+0
* | Don't needlessly go via SDoc in mkAutoCCIan Lynagh2012-06-121-3/+3
* | Redefine pprPanicFastInt in terms of panicDocIan Lynagh2012-06-122-5/+5
* | Pass DynFlags down to showPprIan Lynagh2012-06-127-31/+40
* | Remove the Show Var instanceIan Lynagh2012-06-122-5/+2
* | Provide a way of 'show'int a Unique without going via SDocIan Lynagh2012-06-121-20/+13
* | Remove some redundant Show instancesIan Lynagh2012-06-127-21/+0
* | Build fixesIan Lynagh2012-06-123-9/+14
* | Pass DynFlags down to showSDocDumpIan Lynagh2012-06-126-60/+98
* | Fix whitespace in specialise/Specialise.lhsIan Lynagh2012-06-111-497/+490
* | 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-114-14/+21
* | Pass DynFlags to renderWithStyleIan Lynagh2012-06-112-3/+3
* | Make it possible to show SrcSpans without going via DocIan Lynagh2012-06-112-23/+24
* | Fix whitespace in basicTypes/SrcLoc.lhsIan Lynagh2012-06-111-123/+115
* | Pass DynFlags down to printForC and printForAsmIan Lynagh2012-06-113-7/+9
* | Pass DynFlags down to printForUserPartWayIan Lynagh2012-06-111-2/+3