summaryrefslogtreecommitdiff
path: root/libraries/base/Control
Commit message (Expand)AuthorAgeFilesLines
* Add Haddock `/Since: 4.4.0.0/` comments to symbolsHerbert Valerio Riedel2013-09-221-0/+2
* Add Haddock `/Since: 4.6.0.0/` comments to symbolsHerbert Valerio Riedel2013-09-212-0/+7
* Add Haddock `/Since: 4.7.0.0/` comments to new symbolsHerbert Valerio Riedel2013-09-211-0/+4
* Follow changes in comparison primops (see #6135)Jan Stolarek2013-09-181-1/+1
* Trailing whitespacesJan Stolarek2013-09-181-9/+9
* Add `{-# MINIMAL #-}` annotations to typeclassesHerbert Valerio Riedel2013-09-181-0/+1
* Make `<Typeable.h>` obsolete and refactor away its useHerbert Valerio Riedel2013-09-173-25/+9
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-1713-110/+4
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-177-209/+4
* Eliminate Equality.hs-boot and Proxy.hs-boot by moving instancesRichard Eisenberg2013-07-252-1/+18
* Fix #7787Simon Marlow2013-07-191-2/+2
* Rename atomicReadMVar and friends to readMVar, replacing old readMVar.Edward Z. Yang2013-07-121-18/+3
* Fix build.Austin Seipp2013-07-111-1/+2
* Implement tryAtomicReadMVar.Edward Z. Yang2013-07-101-0/+1
* Add atomicReadMVar to Control.Concurrent.MVar and friends.Edward Z. Yang2013-07-091-1/+2
* Derive Show, Eq, Ord, Read for Control.Applicative.ZipList; fixes #5787Ian Lynagh2013-07-071-1/+1
* Add a section of documentation about the interaction of threads and finalizersSimon Marlow2013-07-021-0/+32
* fix markup bugsSimon Marlow2013-07-021-4/+6
* Clarification what 'atomic' means here.Edward Z. Yang2013-06-141-1/+2
* Enable PolyKinds for Control.Category.Austin Seipp2013-05-301-0/+4
* throwTo is interruptible.Edward Z. Yang2013-04-161-1/+1
* Remove some functions deprecated since GHC 7.2.Ian Lynagh2013-03-012-35/+0
* Remove blocked (deprecated since 7.2)Ian Lynagh2013-02-192-15/+0
* Remove block and unblock (deprecated since GHC 7.0)Ian Lynagh2013-02-192-8/+0
* Give Control.Monad.Instances a proper DEPRECATED pragmaIan Lynagh2013-02-161-2/+3
* Remove some things deprecated since GHC 7.2Ian Lynagh2013-02-161-3/+0
* Mark DEPRECATED pragmas with when they were addedIan Lynagh2013-02-165-10/+6
* Remove nhc98-specific files and contentIan Lynagh2013-02-154-122/+2
* Remove a redundant pragmaIan Lynagh2013-02-081-2/+0
* Fix warnings on WindowsIan Lynagh2013-01-121-5/+5
* Fix ambiguity error on WindowsIan Lynagh2013-01-121-2/+2
* Expose new threadWaitSTM functions in Control.Concurrent (see #7216).Andreas Voellmy2013-01-121-1/+49
* Add back new working QSem and QSemN implementations (#7417)Simon Marlow2012-12-103-0/+264
* Make a class for asynchronous exceptions in the exception hierarchySimon Marlow2012-12-102-1/+4
* fix #7479: ArrowChoice unit law in doc commentRoss Paterson2012-12-041-1/+1
* Remove an out-of-date commentIan Lynagh2012-11-171-5/+0
* Fix Haddock formatting in Control.ExceptionIustin Pop2012-11-081-0/+7
* Merge branch 'master' of http://darcs.haskell.org//packages/baseSimon Peyton Jones2012-10-318-63/+61
|\
| * Remove commented types in module export listsIan Lynagh2012-10-278-63/+61
* | Replace Rank2Types with RankNTypesSimon Peyton Jones2012-10-311-1/+1
|/
* Remove out-of-date docs about Prelude.catch; fixes #7348Ian Lynagh2012-10-201-16/+0
* add pointers to Data.STRef and Data.Array.ST (#7182)Simon Marlow2012-08-241-0/+4
* Improve definition of forever (#5205)Paolo Capriotti2012-08-201-19/+4
* Remove some deprecated modules and functionsIan Lynagh2012-07-204-401/+0
* Add Functor instance for Handler (#7047)Simon Marlow2012-07-041-0/+3
* add some UNPACKs to improve performance a bitSimon Marlow2012-07-041-3/+8
* Deprecate Control.Concurrent.{QSem,QSemNSampleVar}Ian Lynagh2012-06-234-0/+8
* fix another theoretical deadlock bug in the Chan implementation (c.f. #6153)Simon Marlow2012-06-111-1/+10
* add modifyMVarMasked, modifyMVarMasked_Simon Marlow2012-06-111-13/+40
* add forkFinallySimon Marlow2012-06-071-4/+23