Make assignTemp_ less pessimistic
[ghc-hetmet.git] / compiler / utils /
2011-05-12 Simon Peyton JonesUnix line endings for Pair.lhs
2011-05-09 Simon Peyton JonesMerge ghc-new-co into master branch
2011-05-08 Ian LynaghMerge branch 'coloured-core' of https://github.com...
2011-05-07 Ian LynaghMove Platform from compiler/nativeGen to compiler/utils
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-24 Ian LynaghDerive some Typeable instances
2011-04-21 Ian LynaghRename "extra-gcc-opts" to "settings", and start genera...
2011-04-20 Simon Peyton JonesAdd pprDefiniteTrace and use it
2011-04-20 Simon Peyton JonesMerge branch 'master' into ghc-new-co
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-13 Edward Z. YangAdd adjustUFM, adjustUFM_Directly and joinUFM to UniqFM.
2011-04-11 Edward Z. YangImplement mapUFM_Directly.
2011-04-10 Thomas SchillingMake SDoc an abstract type.
2011-04-08 Simon MarlowForce re-linking if the options have changed (#4451)
2011-04-07 Thomas SchillingStart support for coloured SDoc output.
2011-04-03 Thomas SchillingAdd zeroWidthText to Pretty.
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-01-26 simonpj@microsoft.comBleat a bit more informatively in unionLists
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2011-01-07 simonpj@microsoft.comMake fuzzy matching a little less eager for short ident...
2010-12-22 simonpj@microsoft.comAdd fuzzyLookup, a variant of fuzzyMatch
2010-12-18 Ian LynaghReplace uses of the old catch function with the new one
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-12-08 Ben LippmeierAdd -dppr-colsN to set width of dumps
2010-12-08 Simon MarlowTweak the "sorry" message a bit
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
next