Move some bits around to stop Data.Either being in the base import knot
[ghc-base.git] / GHC /
2008-08-06 Ian LynaghMove some bits around to stop Data.Either being in...
2008-08-05 Ian LynaghRemove the DynIOError constructor of IOErrorType
2008-08-05 Ian LynaghMove some internals around to simplify the import graph...
2008-08-05 Ian LynaghMove the Char datatype into ghc-prim
2008-08-05 Ian LynaghRemove an unnecessary import
2008-08-05 Ian LynaghThe [] definition has moved to ghc-prim
2008-08-05 Ian LynaghFix warnings
2008-08-05 Ian LynaghAdd a missing case to Show AsyncException
2008-08-04 Ian LynaghRemove GHC.Dotnet
2008-08-04 Ian LynaghRemove some unnecessary Data.Tuple imports
2008-08-04 Ian LynaghChange some imports and derive Show (Either a b)
2008-08-03 Ian LynaghWindows fixes
2008-08-03 Ian LynaghRemove the duplicate definition of throwTo in Control...
2008-08-03 Ian LynaghRemove the only import of GHC.Exts
2008-08-03 Ian LynaghMove assertError into GHC.IOBase
2008-08-01 Ian LynaghRemove an unused import
2008-08-01 Ian LynaghRemove unused imports
2008-08-01 Ian LynaghGet rid of some duplicate imports
2008-08-01 Ian LynaghRemove the now-unused GHC/Conc.lhs-boot
2008-08-01 Ian LynaghMake some more imports non-recursive
2008-08-01 Ian LynaghRejig some code so Control.Exception and GHC.Conc don...
2008-08-01 Ian LynaghRemove the now-unused GHC/TopHandler.lhs-boot
2008-08-01 Ian LynaghReshuffle GHC.Conc/GHC.TopHandler a bit to remove a...
2008-08-01 Ian LynaghDon't import Control.Concurrent.MVar in GHC.TopHandler
2008-07-31 Ian LynaghTopHandler now uses the new extensible exceptions
2008-07-30 Ian LynaghComment wibble
2008-07-30 Ian LynaghMake numericEnumFrom more efficient
2008-07-30 Ian LynaghPut in some parens to clarify how things parse
2008-07-26 Bart Masseyapplied patches to make enumFrom and friends strict...
2008-07-30 Ian LynaghFix whitespace
2008-07-30 Ian LynaghRe-add blocked; it got lost in the extensible exception...
2008-07-30 Ian LynaghStart to actually use extensible exceptions
2008-07-30 Ian LynaghRejig the extensible exceptions so there is less circul...
2008-06-21 Ian LynaghDefine nonTermination for the RTS to use
2008-06-21 Ian LynaghUse extensible exceptions at the lowest level
2008-07-30 Simon Marlowadd comment
2008-07-30 Simon Marlowadd some big warnings to the docs for unsafeIOToSTM...
2008-07-30 Simon MarlowFIX #2376: inline shiftR
2008-07-10 Ian LynaghFix haddocking with older haddocks
2008-07-10 Simon MarlowAdd threadStatus :: ThreadId -> IO ThreadStatus
2008-07-09 Simon MarlowAdd Control.Exception.blocked :: IO Bool
2008-07-09 Simon MarlowFIX BUILD (on Windows)
2008-07-09 Simon MarlowMake threadWaitRead/threadWaitWrite partially useable...
2008-07-09 Simon MarlowFIX part of #2301
2008-06-24 Ian Lynagh() has moved to ghc-prim:GHC.Unit, and the Eq and Ord...
2008-06-22 Ian LynaghAdd GHC.Exts.maxTupleSize :: Int, the size of the large...
2008-06-19 Ian LynaghMake the macros in Typeable.h add type signatures
2008-06-19 Simon MarlowFix #2363: getChar cannot be interrupted with -threaded
2008-06-16 Ian LynaghRemove -fglasgow-exts from pragmas and comments
2008-06-16 Ian LynaghAvoid using deprecated flags
2008-06-01 Ian LynaghTweak the definition of (^) again
2008-05-01 keller@cse.unsw... Moved def. of emptyP
2008-05-01 keller@cse.unsw... emptyP def to gHC.PArr
2008-04-30 simonpj@microsoft.comAdd realToFrac RULE comments from patch message into...
2008-04-30 Don StewartAdd RULES for realToFrac from Int.
2008-04-27 Ian LynaghJust (-0/1) is now printed as Just (-0.0), not Just...
2008-04-24 keller@cse.unsw... Added emptyP def
2008-04-22 Simon Marlowdon't set O_NONBLOCK on FDs passed to fdToHandle
2008-04-18 Ian LynaghTurn off the gcd/lcm optimisations for Integer for now
2008-04-12 Ian LynaghOrdering has now moved to ghc-prim
2008-03-25 Ian LynaghMove Word64/Int64/Word32/Int32 primitives into ghc...
2008-03-23 Ian LynaghMove Integer out into its own package
2008-03-21 Ian LynaghRemove a gratuitous pattern type sig
2008-03-20 Ian LynaghAn even better definition for (^) (trac #1687)
2008-03-18 Ian LynaghReplace (^) with a faster variant (from trac #1687)
2008-03-08 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-02-28 Simon Marlowexport MVar, TVar, and STM non-abstractly
2008-02-13 Max BolingbrokeAdded Down class and improved groupWith fusion
2008-02-20 Simon Marlowmention explicitly that hIsEOF may block
2008-02-19 Don Stewartuntabify
2008-02-03 Ian Lynaghdeforestation rules for enumFromThenTo; based on a...
2008-01-24 Simon MarlowFIX #1936: hGetBufNonBlocking was blocking on stdin...
2008-01-20 Ian LynaghExport topHandler, topHandlerFastExit from GHC.TopHandler
2008-01-20 Ross Patersonhaddock attributes for haddock-2.0
2008-01-09 simonpj@microsoft.comFix comment on GHC.Ptr.minusPtr
2008-01-04 simonpj@microsoft.comRemove redundant imports of GHC.Err
2007-12-20 simonpj@microsoft.comAdd groupWith, sortWith, the, to support generalised...
2007-12-05 Simon Marlowdocs: describe the changes to forkIO, and document...
2007-12-05 Roman LeshchinskiyAdd singletonP to GHC.PArr
2007-12-04 Simon Marlowprotect console handler against concurrent access ...
2007-12-04 Simon Marlowprotect against concurrent access to the signal handler...
2007-11-30 Simon Marlowrestore fdToHandle' to avoid breaking clients (#1109)
2007-11-26 Ian LynaghFix some links in haddock docs
2007-11-26 Ian LynaghEscape some special characters in haddock docs
2007-11-22 Simon MarlowFIX #1753
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109
2007-11-16 Simon Marlowfix comment
2007-11-10 Ian LynaghFix ` characters in elem's haddock docs
2007-11-02 Simon MarlowAdd module of special magic GHC desugaring helper functions
2007-10-29 Simon MarlowFix performance regression: re-instate -funbox-strict...
2007-10-09 Simon Marlowexpose the value of +RTS -N as GHC.Conc.numCapabilities...
2007-09-17 Simon Marlowtypo
2007-09-04 Ian LynaghRemove some incorrect rules; fixes #1658: CSE [of Doubl...
2007-08-10 Ian LynaghMake arrays safer (e.g. trac #1046)
2007-08-23 Simon MarlowFIX #1282: 64-bit unchecked shifts are not exported...
2007-07-25 Simon MarlowHandle buffers should be allocated with newPinnedByteAr...
next