add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / Control /
2012-04-04 Adam Megaczmove GArrow from GHC.HetMet to Control
2011-06-20 Simon Peyton JonesMake 'forever' inlinable (fixes Trac #5205)
2011-05-24 Ian LynaghRemove datatype contexts from base
2011-05-24 Simon Marlowdocs: note strict sequential ordering of MVar operations
2011-05-14 Max BolingbrokeBig patch to improve Unicode support in GHC. Validated...
2011-04-30 Nils Schweinsbergmonad comprehensions: Group and Zip monad
2011-04-24 Ian LynaghFor GHC, implement the Typeable.hs macros using standal...
2011-03-30 Simon MarlowExport the affinity API from Control.Concurrent: forkOn...
2011-03-29 Simon Marlowadd forkIOWithUnmask, forkOnIOWithUnmask; deprecate...
2010-12-22 Simon MarlowAdd allowInterrupt :: IO () (#4810)
2011-02-28 Ross Patersonimprove discussion of the laws (doc comments only)
2011-02-26 Ian LynaghAdd some more explanation to the skip channel example...
2011-02-25 Ian LynaghGrammar fix
2011-01-16 Edward Z. YangExpand and clarify MVar documentation.
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-11-27 Bas van DijkAdded a Typeable instance for SampleVar
2010-12-01 Bas van DijkDerived Eq instance for QSem and QSemN
2010-11-25 Bas van DijkDerived Eq instance for Chan
2011-01-06 Simon Marlowfix #4876
2011-01-04 Malcolm.Wallace... Instances for ST not available in nhc98.
2011-01-03 Ross Patersonindentation tweaks (whitespace only)
2011-01-03 Ross Patersonindentation tweaks, re-order exports
2011-01-03 Ross PatersonAdd Applicative instances for ST monads (proposal ...
2010-12-06 Bryan O'SullivanDrop closeFd from Control.Concurrent, rename to closeFdWith
2010-11-26 Bryan O'SullivanFix #4514 - IO manager deadlock
2010-12-01 Simon Marlowextend the documentation about interruptible operations
2010-11-08 Simon Marlowdoc fix: don't refer to unblock.
2010-11-17 simonpj@microsoft.comRemove redundant fromIntegral
2010-10-14 Bas van DijkCatch exceptions in current thread and throw them to...
2010-10-14 Bas van DijkThere's no need to explicitly check for blocked status...
2010-10-14 Bas van DijkUse throwIO instead of throw in runInBoundThread and...
2010-10-16 Bas van DijkRefer to 'mask' instead of 'block' in documentation...
2010-10-22 simonpj@microsoft.comRemove redundant imports, now that NoImplicitPrelude...
2010-09-24 Bas van DijkReplaced some throws to throwIOs where the type is IO
2010-09-14 simonpj@microsoft.comAdd absentError.
2010-07-05 Simon Marlowdeprecate unGetChan and isEmptyChan (see #4154)
2010-07-28 simonpj@microsoft.comAdd type signatures to cope with lack of local generali...
2010-08-10 Simon MarlowIntegrated new I/O manager
2009-09-17 jon.fairbairn@cl... Add mfilter to Control.Monad
2010-07-29 Ross Patersonmove Monad and MonadFix instances for Either from mtl...
2010-07-10 Malcolm.Wallace... Allow nhc98 to cope with recent changes to Control...
2010-07-08 Simon Marlow New asynchronous exception control API (base parts)
2010-07-08 Simon MarlowAsync-exception safety, and avoid space leaks
2010-07-08 Simon MarlowAsync-exception safety, and avoid space leaks
2010-07-01 Simon Marlowremove docs from Monad that belonged on the instance...
2010-07-01 Simon Marlowdoc whitespace
2010-06-24 Simon Marlowdoc wibbles
2010-06-17 Ross Patersonadd Applicative instance for Either (proposal #4095)
2010-06-15 Simon MarlowDon't depend on Prelude (#4123)
2010-05-16 Bas van DijkAdded Applicative and Alternative instances for STM
2010-03-29 Bas van DijkwithThread: block asynchronous exceptions before instal...
2010-03-29 Bas van DijkrunInUnboundThread: block asynchronous exceptions befor...
2010-03-18 Bas van DijkMake SampleVar an abstract newtype
2010-03-18 Bas van DijkFix bugs regarding asynchronous exceptions and laziness...
2010-03-12 Ian LynaghTweak docs
2010-03-01 Bas van DijkDocumentation fixes in Control.Exception
2010-01-16 Ian LynaghFix the build: export void, so it doesn't give an unuse...
2010-01-08 gwern0@gmail.comControl.Monad: +void :: f a -> f ()
2009-12-05 Ian LynaghAdd comments to "OPTIONS_GHC -fno-warn-orphans" pragmas
2009-11-23 Ian LynaghControl.Exception.Base no longer has any orphans
2009-11-23 Ian LynaghDe-orphan the MonadFix ST instance for GHC
2009-11-23 Ian LynaghRearrange the contents of Control.Monad.ST; no function...
2009-10-09 Ian LynaghRoll back "Another instance of nhc98's strange import...
2009-10-09 Ian LynaghRoll back "Cope with nhc98's (occasionally-strange...
2009-10-09 Malcolm.Wallace... Another instance of nhc98's strange import semantics.
2009-10-09 Malcolm.Wallace... Cope with nhc98's (occasionally-strange) import semantics.
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage of nhc98 in Control.Exception...
2009-09-15 Ross Patersonmake some Applicative functions into methods, and split...
2009-08-30 Simon MarlowAddress #3310
2009-08-04 Ian LynaghDeprecate Control.OldException
2009-07-21 Simon Marlowmove "instance Exception Dynamic" so it isn't an orphan
2009-07-11 Ian LynaghFix build on Windows
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we want...
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we want...
2009-07-10 Ian LynaghMinor SampleVar refactoring
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we just...
2009-07-06 simonpj@microsoft.comRemove unused imports from base
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support
2009-05-23 Ian LynaghDocument that the initial quantity for QSem and QSemN...
2009-04-10 Ian LynaghFix QSem and QSemN: Initial amount must be non-negative
2009-02-05 Simon Marlowadd some rules of thumb for catching exceptions, restru...
2009-02-02 Ian LynaghOldException catches unknown exceptions as DynException
2009-01-31 Ian LynaghUpdate the Exception docs
2009-01-16 Malcolm.Wallace... Unbreak an import cycle caused by moving 'catch' defini...
2009-01-04 Ian LynaghFix typo (reqwests -> requests); trac #2908, spotted...
2009-01-02 simonpj@microsoft.comMore compact error messages for record selectors
2008-11-04 Ross PatersonFIX #2722: update RULES for the Category/Arrow split
2008-09-04 Ian LynaghAdd missing files
2008-09-03 Ian LynaghRemerge concurrent,unique,timeout,st,getopt into base
2008-09-03 Ross Patersonremove 'pure' method from Arrow class (#2517)
2008-09-02 Ian LynaghDon't look for actual OldException.Exception exceptions
2008-09-02 Ross Patersonavoid relying on the implementation of SomeException
2008-08-24 Ian LynaghSplit off the concurrent hierarchy (concurrent, unique...
2008-08-23 Ian LynaghRemove ST stuff that is now in the new st package
2008-08-23 Ian LynaghFix Windows-only warnings
2008-08-20 Ian LynaghFix more warnings
2008-08-20 Ian LynaghFix more warnings
2008-08-20 Ian LynaghFix some more warnings
2008-08-18 Simon MarlowRewrite the documentation for forkOS again
2008-08-16 Bertram FelgenhauerFix oversight in Control.OldException
next