Haddock fix in the vectoriser
[ghc-hetmet.git] / compiler / utils /
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...
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
next