summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* docs: "state transformer" -> "state monad" / "ST" (whichever is meant)Artem Pelenitsyn2018-08-211-7/+7
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-1/+3
* Get rid of some stuttering in comments and docsGabor Greif2017-12-191-1/+1
* base: Fix documentation for forkIOWithUnmaskBen Gamari2017-05-071-1/+1
* Make unsafeInterleaveST less unsafeDavid Feuer2017-03-221-5/+14
* Fix commentBen Gamari2017-03-071-1/+1
* Change catch# demand signatureDavid Feuer2017-03-011-24/+58
* Fix comment (old file names '.hc' ) in libraries/Takenobu Tani2017-02-051-3/+3
* Fix comment (old filename '.lhs') in libraries/Takenobu Tani2017-02-041-3/+3
* Make `catch` lazy in the actionBen Gamari2016-03-111-0/+39
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-131-154/+1
* New magic function for applying realWorld#Ben Gamari2015-11-121-4/+1
* Add `MonadPlus IO` and `Alternative IO` instancesHerbert Valerio Riedel2015-11-031-2/+8
* base: Update `@since 4.8.2` annotations (re #11026)Herbert Valerio Riedel2015-11-021-1/+1
* base: Have the argument of mask restore the state.Facundo Domínguez2015-10-191-3/+4
* Don't allowInterrupt inside uninterruptibleMaskBen Gamari2015-07-301-1/+17
* Clarify the documentation for 'evaluate'Roman Cheplyaka2015-02-091-11/+30
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-1/+1
* Refer to 'mask' instead of 'block' in Control.ExceptionThomas Miedema2014-09-251-2/+3
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-11/+11
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-161-1/+0
* Comments onlySimon Peyton Jones2014-08-281-5/+13
* Document another unsafeDupablePerformIO limitation.Bertram Felgenhauer2014-01-071-1/+4
* Remove obsolete pre-Haddock-2 `#hide` pragmasHerbert Valerio Riedel2013-09-231-1/+0
* Add Haddock `/Since: 4.4.0.0/` comments to symbolsHerbert Valerio Riedel2013-09-221-0/+2
* Remove blocked (deprecated since 7.2)Ian Lynagh2013-02-191-7/+1
* Remove block and unblock (deprecated since GHC 7.0)Ian Lynagh2013-02-191-7/+1
* Mark DEPRECATED pragmas with when they were addedIan Lynagh2013-02-161-3/+3
* typosGabor Greif2013-01-251-1/+1
* change unsafeDupableInterleaveIO from INLINE to NOINLINE (#5943)Simon Marlow2012-03-231-4/+18
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+2
* Update base for new Safe Haskell designDavid Terei2011-10-251-0/+1
* update ref to deprecated function forkIOUnmasked -> forkIOWithUnmask (#5546)Simon Marlow2011-10-181-1/+1
* small tweaks to docsSimon Marlow2011-07-181-2/+2
* use seq# as the implementation of evaluate (see #5129)Simon Marlow2011-06-291-1/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-12/+12
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-1/+13
* Deprecate Control.Exception.blocked in favour of getMaskingStateBas van Dijk2011-03-031-0/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+6
* Replaced some throws to throwIOs where the type is IOBas van Dijk2010-09-241-2/+2
* New asynchronous exception control API (base parts)Simon Marlow2010-07-081-13/+125
* elaborate the docs for unsafePerformIO a bitSimon Marlow2010-05-051-6/+10
* Remove an unnecessary -fno-warn-orphans flagIan Lynagh2009-11-261-1/+0
* Use let !y = x in .. x .. instead of seq in $! and evaluate (#2273)Simon Marlow2009-09-161-5/+2
* Move the instances of Functor and Monad IO to GHC.Base, to avoid orphansSimon Marlow2009-07-221-32/+1
* warning fix: -fno-implicit-prelude -> -XNoImplicitPreludeSimon Marlow2009-07-151-1/+1
* Fix "warn-unused-do-bind" warnings where we really do want to ignore the resultIan Lynagh2009-07-091-2/+2
* The IO type has moved to GHC.Types in ghc-primIan Lynagh2009-06-201-15/+1
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-928/+341