Make some profiling flags dynamic
[ghc-hetmet.git] / compiler / utils /
2008-11-10 Thomas SchillingDocumentation only.
2008-11-08 Ian LynaghWe now require GHC 6.6, so we always have Applicative
2008-11-08 Ian LynaghRemove the GHC 6.4 unicode compat stuff; we can now...
2008-11-06 Simon Marlowdisable MonadPlus instance that doesn't compile with 6.6
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-06 Thomas SchillingMake 'gblock' and 'gunblock' part of 'ExceptionMonad...
2008-10-03 Ian LynaghUse a proper exception for IOEnvFailure, not just a...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-09-26 pepeDon't capture error calls in tryUser
2008-09-26 Ian LynaghRemove a redundant options pragma
2008-09-15 simonpj@microsoft.comImprove warning for SpecConstr
2008-09-14 Thomas SchillingGeneralise 'handleGhcException' to work with any 'Excep...
2008-09-14 Thomas SchillingIntroduce an 'ExceptionMonad' class.
2008-09-14 Thomas SchillingProvide default MonadIO instance for IO.
2008-09-04 dias@eecs.harvard.eduadd assertion to check that UniqFM is only passed ...
2008-08-28 Ian LynaghFix a haddock2 failure
2008-08-26 Ian LynaghMove pprFastFilePath from SrcLoc to Outputable
2008-08-18 Simon Marlowuse System.FilePath's isSearchPathSeparator instead...
2008-08-11 simonpj@microsoft.comExport Depth (needed for mkUserStyle); collapse identic...
2008-08-07 Max BolingbrokeMove allM to MonadUtils
2008-08-07 Max BolingbrokeDocument Util
2008-07-31 Max BolingbrokeDocument UniqSet
2008-07-31 Max BolingbrokeDocument UniqFM and add listToUFM_C
2008-07-31 Max BolingbrokeFollow FastString changes in Pretty
2008-08-07 Max BolingbrokeDocument Outputable
2008-07-31 Max BolingbrokeDocument FiniteMap
2008-07-31 Max BolingbrokeDocument FastString and rename strLength to lengthLS
2008-07-31 Max BolingbrokeAdd more functionality to Digraph and refactor it's...
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-07-31 Max BolingbrokeDocument LazyUniqFM
2008-07-31 Max BolingbrokeDocument FastTypes
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghProperly comment out unused pragmas
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2008-07-14 Simon MarlowMake showSDoc and printDoc use the same default width...
2008-07-11 Simon Marlowadd a comment to the effect that printDoc prints FastSt...
2008-07-11 Ian LynaghRemove the need for undecidable instances in LazyUniqFM
2008-07-10 Ian LynaghMove some flags from the Makefile into module pragmas
2008-07-08 Ian LynaghGet rid of compat/
2008-07-07 Simon MarlowFIX #1736, and probably #2169, #2240
2008-06-20 Ian LynaghRemove code that isn't used now that we assume that...
2008-06-20 Ian LynaghNow that we require GHC >= 6.4.2, System.IO.Error is...
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove more ifdeffery
2008-06-14 Ian LynaghRemove some ifdeffery
2008-06-12 Ian LynaghRemove some CPPery with the help of a new value isWindo...
2008-06-03 Simon Marlowremove the "expanding to size" messages
2008-06-03 Simon MarlowNew flag: -dno-debug-output
2008-05-29 Simon MarlowFIX BUILD with GHC 6.4.x
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-13 Ian LynaghRewrite zipLazy to be warning-free for GHC 6.4
2008-04-22 Ian LynaghChange the last few (F)SLIT's into (f)sLit's
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Outputable
2008-04-12 Ian LynaghSLIT -> sLit in Prety.lhs
2008-04-12 Ian LynaghDon't use CPP for SLIT/FSLIT
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghRemove a DEBUG
2008-03-29 Ian LynaghPut debugIsOn in Util, rather than rely on it being...
2008-03-23 Ian LynaghFollow library changes
2008-03-17 Ian LynaghPrint some extra debugging info when doing --show-iface
2008-02-25 Ian LynaghMake UniqFM non-strict again while we work out what...
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-18 Ian LynaghFix warnings in Pretty
2008-02-18 Ian LynaghFix warnings in FiniteMap
2008-02-18 Ian LynaghFix warnings in Binary
2008-02-18 Ian LynaghFix warnings in StringBuffer
2008-02-18 Ian LynaghFix warnings in IOEnv
2008-02-18 Ian LynaghFix warnings in FastString, and check for empty case...
2008-02-18 Ian LynaghWhitespace only
2008-02-18 Ian LynaghWhitespace only
2008-02-18 Ian LynaghWhitespace only
2008-02-18 Ian LynaghWhitespace only
2008-02-18 Ian LynaghWhitespace only
2008-02-18 Ian LynaghWhitespace only
2008-02-05 Ian LynaghBe a bit more consistent about what's a set and what...
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-06 Ian LynaghMake UniqFM strict in its elements
2008-02-03 Ian LynaghStrictness tweaks
2008-02-03 Ian LynaghWhitespace
2008-02-02 Ian LynaghTweak strictness
2008-02-01 Simon MarlowFIX BUILD with GHC 6.4.x
2008-01-26 Twan van LaarhovenFixed warnings in utils/Encoding
2008-01-26 Twan van LaarhovenFixed warnings in utils/Digraph
2008-01-23 Ian LynaghUse nilFS
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenRemove unused custom versions of monad combinators...
2008-01-17 Twan van LaarhovenReplace remaining uses of ioToIOEnv by liftIO, remove...
2008-01-17 Twan van LaarhovenRemove generic monad function from State, it was moved...
2008-01-17 Twan van LaarhovenAdded MaybeT monad transformer to utils/Maybes
2008-01-17 Twan van LaarhovenRemoved unused Maybe functions, use the standard Maybe...
2008-01-17 Twan van LaarhovenMonadIO instance for IOEnv
2008-01-17 Twan van LaarhovenAdded Applicative and Functor instances for State monad
2008-01-17 Twan van LaarhovenAdded Applicative instance for IOEnv
2008-01-17 Twan van LaarhovenAdd 'util/MonadUtils.hs' with common monad (and applica...
2008-01-23 Simon MarlowShow CmdLineError exceptions as "<command line>: ..."
next