summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Exception.hs
Commit message (Expand)AuthorAgeFilesLines
* base: Eliminate module reexport in GHC.Exceptionwip/base-stabilityBen Gamari2023-05-111-10/+27
* Cleanup BuiltInSyntax vs UserSyntaxMatthew Pickering2022-06-281-1/+0
* Deprecate TypeInType extensionHaskellMouse2022-06-061-1/+1
* Revert "Data.List specialization to []"Matthew Pickering2021-12-031-1/+1
* Insert warnings in the documentation of dangerous functionsTom Sydney Kerckhove2021-10-151-0/+3
* Data.List specialization to []Oleg Grenrus2021-04-011-1/+1
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* Built-in Natural literals in CoreSylvain Henry2018-06-151-156/+5
* Make Control.Exception.throw levity polymorphic.Félix Baylac-Jacqué2018-06-141-1/+4
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-2/+6
* base: Refactor Show ErrorCall instance into proper ShowS styleBen Gamari2018-01-261-1/+2
* Update ErrorCall documentation for the location argumentÖmer Sinan Ağacan2017-11-061-2/+2
* Fix documentation and comment issuesCyd Parser2017-11-031-4/+4
* Add COMPLETE pragmas for TypeRep and ErrorCall pattern synonymsRyan Scott2017-02-281-0/+2
* Introduce GHC.TypeNats module, change KnownNat evidence to be NaturalOleg Grenrus2017-02-011-1/+3
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+6
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-4/+2
* Add IsList instance for CallStack, restore Show instance for CallStackRyanGlScott2016-02-121-2/+2
* Fix @since annotations for renamed pretty{CallStack,SrcLoc}Herbert Valerio Riedel2016-02-061-2/+2
* Hide the CallStack implicit parameterEric Seidel2016-02-011-3/+3
* Add -prof stack trace to assertSimon Marlow2016-01-131-1/+2
* Rework the Implicit CallStack solver to handle local lets.Eric Seidel2015-12-121-21/+19
* Implement -fwarn-missing-pat-syn-sigsMatthew Pickering2015-12-121-0/+1
* Associate ErrorCall pattern with ErrorCall typeHerbert Valerio Riedel2015-12-081-1/+1
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-131-13/+20
* base: Update `@since 4.8.2` annotations (re #11026)Herbert Valerio Riedel2015-11-021-3/+3
* Move CallStack back to baseBen Gamari2015-10-021-0/+1
* Use IP based CallStack in error and undefinedEric Seidel2015-09-021-4/+53
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-071-4/+2
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-2/+2
* Add displayException method to Exception (#9822)Michael Snoyman2014-11-211-0/+9
* base: Manually unlit .lhs into .hs modulesHerbert Valerio Riedel2014-11-071-0/+188