More modules that need LANGUAGE BangPatterns
[ghc-hetmet.git] / compiler / utils /
2010-11-12 simonpj@microsoft.comMore modules that need LANGUAGE BangPatterns
2010-11-12 simonpj@microsoft.comAdd LANGUAGE BangPatterns to modules that use them
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.netCleanup comments and formatting only
2010-10-29 benl@ouroborus.netNicer error message for #3782
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-25 simonpj@microsoft.comUse new showMultiLineString to fix Trac #4436
2010-10-25 simonpj@microsoft.cominstance Outputable IntMap
2010-10-07 simonpj@microsoft.comSome refactoring and simplification in TcInteract.occur...
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-10-02 Simon Marlowremove unnecessary/broken definition of mask_
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-09-09 Ross Patersonavoid Foreign.unsafePerformIO
2010-09-03 Simon Marlowupdate for containers-0.4
2010-08-08 Ian LynaghSend ghc progress output to stdout; fixes #3636
2010-07-02 benl@ouroborus.netNCG: Don't worry about trying to re-freeze missing...
2010-07-09 Simon Marlowadapt to the new async exceptions API
2010-06-24 Ian LynaghFix panic when running "ghc -H"; trac #3364
2010-06-02 Simon MarlowUse UserInterrupt rather than our own Interrupted excep...
2010-05-10 Simon MarlowlooksLikeModuleName: allow apostrophe in module names...
2010-05-04 Ian LynaghFix build with GHC 6.10
2010-05-03 Milan StrakaReplace FiniteMap and UniqFM with counterparts from...
2010-04-13 Max BolingbrokeSpelling correction for LANGUAGE pragmas
2010-04-09 Ian LynaghThe bootstrapping compiler is now required to be > 609
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-03-04 simonpj@microsoft.comAdd fmapMaybeM and fmapEitherM
2010-02-27 ich@christoph-baue... a faster appendFS
2010-02-08 simonpj@microsoft.comRemove redundant import
2010-01-27 Simon Marlowfix warning on Windows
2010-01-27 Simon Marlowcatch SIGHUP and SIGTERM and raise an exception (#3656)
2010-01-03 Simon MarlowlocateOneObj: don't look for dynamic libs in static...
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-12-31 Simon MarlowRolling back: Make FastString thread-safe.
2009-12-18 simonpj@microsoft.comMake warning printing a bit less noisy
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.
next