Remove CPP from nativeGen/RegAlloc/Graph/TrivColorable.hs
[ghc-hetmet.git] / compiler / utils / Outputable.lhs
2011-05-08 Ian LynaghMerge branch 'coloured-core' of https://github.com...
2011-04-20 Simon Peyton JonesAdd pprDefiniteTrace and use it
2011-04-10 Thomas SchillingMake SDoc an abstract type.
2011-04-07 Thomas SchillingStart support for coloured SDoc output.
2010-11-11 simonpj@microsoft.comFix multi-line string (minor glitch in stage-1 compiler)
2010-11-02 Ian LynaghFix a #if test
2010-10-29 benl@ouroborus.netNicer error message for #3782
2010-10-25 simonpj@microsoft.comUse new showMultiLineString to fix Trac #4436
2010-10-25 simonpj@microsoft.cominstance Outputable IntMap
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-08-08 Ian LynaghSend ghc progress output to stdout; fixes #3636
2010-06-24 Ian LynaghFix panic when running "ghc -H"; trac #3364
2010-04-13 Max BolingbrokeSpelling correction for LANGUAGE pragmas
2009-12-18 simonpj@microsoft.comMake warning printing a bit less noisy
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-08-20 simonpj@microsoft.comMake -dppr-debug print locations in HsSyn
2009-07-29 Ian LynaghMake the types we use when creating GHCi bytecode bette...
2009-07-28 Ian LynaghAdd an (Outputable Word16) instance
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-23 simonpj@microsoft.comFix Trac #3012: allow more free-wheeling in standalone...
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-05-28 simonpj@microsoft.comImprove printing of Orig RdrNames
2009-03-31 Ian LynaghMake some showSDoc's use OneLineMode rather than PageMode
2009-03-31 Ian LynaghMake the showSDoc definition more explicit
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-08-26 Ian LynaghMove pprFastFilePath from SrcLoc to Outputable
2008-08-11 simonpj@microsoft.comExport Depth (needed for mkUserStyle); collapse identic...
2008-08-07 Max BolingbrokeDocument Outputable
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-06-03 Simon MarlowNew flag: -dno-debug-output
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Outputable
2008-03-17 Ian LynaghPrint some extra debugging info when doing --show-iface
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-16 simonpj@microsoft.comExtra instance for Outputable on 5-tuples
2007-11-14 Pepe IborraTry to manage the size of the text rendered for ':show...
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-09-12 Norman Ramseycleaned up all warnings (and added many type signatures...
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-21 Ben.Lippmeier@anu... Allow redirection of -ddump-* to file
2007-05-09 simonpj@microsoft.comTidy up the interface to lookupInstEnv
2007-04-22 simonpj@microsoft.comImprove depth-cutoff for printing HsSyn in error messages
2007-04-20 Pepe IborraOutputable.cparen
2006-10-11 Simon MarlowModule header tidyup #2
2006-09-20 Manuel M T Chakravartysome bug-fixes, newtype deriving might work now
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree