Fix #3741, simplifying things in the process
[ghc-hetmet.git] / compiler / utils /
2009-12-04 simonpj@microsoft.comAdd splitUFM to UniqFM (used in a forthcoming patch)
2009-12-04 simonpj@microsoft.comAdd lengthBag to Bag (using in forthcoming patch)
2009-11-12 simonpj@microsoft.comAdd an ID monad to MonadUtils (used in kind checking)
2009-10-29 simonpj@microsoft.comMake `consBag` infixr, and `snocBag` infixl
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-10-23 simonpj@microsoft.comUse braces rather than angle-brackets in debug-printing...
2009-10-05 Ian LynaghUse the standard library versions of elem and notElem
2009-08-26 Simon MarlowFix part of #3398: pretty-printing always goes via...
2009-08-24 Thomas SchillingMake FastString thread-safe.
2009-08-21 Simon MarlowUse explicit Word32/Int32 in place of Int in the on...
2009-08-22 Thomas SchillingMake consIORef atomic.
2009-08-20 simonpj@microsoft.comMake -dppr-debug print locations in HsSyn
2009-08-20 Simon Marlowgeneralise the type of "on"
2009-08-17 Thomas SchillingMake the dynamic linker thread-safe.
2009-08-16 Thomas SchillingMake updates to the external package state atomic.
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
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-23 simonpj@microsoft.comAdd fmapM_maybe :: Monad m => (a -> m b) -> Maybe a...
2009-07-17 Ian LynaghAlways serialise Int as 64bit values; fixes trac #3041
2009-07-17 Ian LynaghRemove some code that has always been commented out
2009-07-09 Ian LynaghRemove maybePrefixMatch, using stripPrefix instead
2009-07-07 Ian LynaghFix ignored-monadic-result warnings
2009-07-07 Ian LynaghFix an unused import warning
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-05-28 simonpj@microsoft.comImprove printing of Orig RdrNames
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-05-24 Ian LynaghRemove legacy code that isn't used now that we require...
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2009-04-18 Ben.Lippmeier@anu... Fix #3170: Allow coalescing of the same node during...
2009-04-07 Ian LynaghTweak a Show instance
2009-03-31 Ian LynaghMake some showSDoc's use OneLineMode rather than PageMode
2009-03-31 Ian LynaghMake the showSDoc definition more explicit
2009-03-19 Manuel M T ChakravartyTemplate Haskell: support for type family declarations
2009-03-15 Manuel M T ChakravartyEnsure the orientation of var-var equalities is correct...
2009-03-05 Simon Marlowadd final newlines
2009-02-27 Ian Lynaghz-encode digits at the start of a symbol name; fixes...
2009-02-27 Ian LynaghWhitespace only
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2009-02-02 Simon MarlowOptimise writing out the .s file
2009-02-02 simonpj@microsoft.comAdd the ability to derive instances of Functor, Foldabl...
2009-01-19 'Jose Pedro Magalhaes#2875: Correct SYB's representation of Char
2008-12-09 'Jose Pedro MagalhaesFix #2759: add ability to serialize Rational
2009-01-13 simonpj@microsoft.comExport mapOL from OrdList
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...
next