Add transitional rules for the alternative layout rule
[ghc-hetmet.git] / compiler / utils /
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>: ..."
2008-01-19 Ian LynaghAdd :run and tweak :main
2008-01-18 Ian LynaghFix imports when !DEBUG
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-17 simonpj@microsoft.comEliminate warnings with -DDEBUG
2008-01-16 simonpj@microsoft.comComments only
2008-01-16 simonpj@microsoft.comExtra instance for Outputable on 5-tuples
2008-01-16 Ian LynaghFix slash direction on Windows with the new filePath...
2008-01-14 mainland@eecs.harv... Fix utils/Util for debug build
2008-01-13 Ian LynaghFix warnings in utils/ListSetOps
2008-01-13 Ian LynaghFix warnings in utils/Panic
2008-01-13 Ian LynaghFix warnings in utils/UniqSet
2008-01-13 Ian LynaghFix warnings in utils/Maybes
2008-01-13 Ian LynaghFix warnings in utils/BufWrite
2008-01-13 Ian LynaghFix warnings in utils/FastTypes
2008-01-13 Ian LynaghFix warnings in utils/OrdList
2008-01-13 Ian LynaghFix warnings in utils/FastMutInt
2008-01-13 Ian LynaghFix warnings in utils/State
2008-01-13 Ian LynaghFix warnings in utils/Util
2008-01-13 Ian LynaghFix warnings in utils/Bag.lhs
2008-01-12 Ian LynaghUse System.FilePath
2008-01-03 Simon Marlowremove trace apparently left in by accident
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-11-30 Simon MarlowFIX #1744: ignore the byte-order mark at the beginning...
2007-11-14 Pepe IborraTry to manage the size of the text rendered for ':show...
2007-11-07 Simon MarlowFIX #1561: don't use tabs in pretty-printed output...
2007-10-27 Ian LynaghFix the build with GHC < 6.4 (foldl1' didn't exist)
2007-10-27 Ian LynaghFix the build with GHC < 6.4 (foldl1' didn't exist)
2007-10-27 simonpj@microsoft.comAdd anyM to IOEnv
2007-10-10 simonpj@microsoft.comComments only
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-21 Norman Ramseyincomplete start on set of intervals for stack model
2007-09-17 Ben.Lippmeier@anu... Tune coalescing in non-iterative register allocator
2007-09-17 Ben.Lippmeier@anu... Bugfix to iterative coalescer
2007-09-17 Ben.Lippmeier@anu... Add -dasm-lint
2007-09-14 Ben.Lippmeier@anu... Change spill cost function back to inverse length of...
2007-09-15 Norman Ramseyadded foldUFM_Directly, used where appropriate, killed...
2007-09-13 Ben.Lippmeier@anu... warning police
2007-09-12 Ben.Lippmeier@anu... comment wibbles
2007-09-12 Simon Marlowmove generic graph-colouring code into util
2007-09-12 Norman Ramseycleaned up all warnings (and added many type signatures...
2007-09-12 Simon Marlowfoldl1' was added to Data.List in GHC 6.4.x
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
next