summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO/Exception.hs
Commit message (Expand)AuthorAgeFilesLines
* Throw an exception on heap overflowDemi Obenour2017-01-101-1/+8
* Make CompactionFailed a newtypeRyan Scott2016-12-201-2/+2
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+31
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+22
* Add -prof stack trace to assertSimon Marlow2016-01-131-3/+9
* Rework the Implicit CallStack solver to handle local lets.Eric Seidel2015-12-121-1/+1
* base: export allocation counter/limit API from System.MemSimon Marlow2015-09-231-2/+2
* Use IP based CallStack in error and undefinedEric Seidel2015-09-021-4/+6
* Make Exception datatypes into newtypesRyanGlScott2015-08-051-1/+1
* Derive Generic instance for System.Exit.ExitCodeHerbert Valerio Riedel2015-04-141-2/+3
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-071-12/+5
* AllocationLimitExceeded should be a child of SomeAsyncExceptionSimon Marlow2015-02-261-1/+3
* System.IO.Error: Fix a documentation link to Control.Exception.ExceptionWieland Hoffmann2015-02-231-1/+1
* Fix typo in error messageGabor Greif2015-02-171-1/+1
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-4/+4
* Changelog entry and /Since/ for alloc-counter opsHerbert Valerio Riedel2014-11-241-0/+2
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-1/+20
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-161-1/+0
* Replace DeriveDataTypeable by AutoDeriveTypeableHerbert Valerio Riedel2014-05-271-1/+1
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-20/+1
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-1/+20
* Minor fixes to Haddock markupHerbert Valerio Riedel2014-02-211-2/+2
* Add Haddock `/Since: 4.7.0.0/` comments to new symbolsHerbert Valerio Riedel2013-09-211-0/+5
* Follow changes in comparison primops (see #6135)Jan Stolarek2013-09-181-2/+2
* Trailing whitespacesJan Stolarek2013-09-181-7/+7
* Make a class for asynchronous exceptions in the exception hierarchySimon Marlow2012-12-101-3/+27
* Update some H98 references to refer to H2010Ian Lynagh2012-11-171-3/+3
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+2
* If an assertion fails, through it rather than a deeper error; fixes #5561Ian Lynagh2011-10-191-1/+4
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+2
* add doc for the ExitCode typeSimon Marlow2010-06-221-0/+1
* Correct haddock formatting.Adam Vogt2010-04-231-1/+1
* Tweak docsIan Lynagh2010-03-121-1/+1
* Documentation fixes in Control.ExceptionBas van Dijk2010-03-011-3/+2
* Address #3310Simon Marlow2009-08-301-14/+14
* warning fix: -fno-implicit-prelude -> -XNoImplicitPreludeSimon Marlow2009-07-151-1/+1
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-0/+336