summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event
Commit message (Expand)AuthorAgeFilesLines
* event manager: Don't worry if attempt to wake dead manager failsBen Gamari2017-01-171-7/+25
* Revert "event manager: Don't worry if attempt to wake dead manager fails"Ben Gamari2017-01-101-23/+5
* event manager: Don't worry if attempt to wake dead manager failsBen Gamari2017-01-101-5/+23
* Typos in comments (and in a test)Gabor Greif2017-01-091-1/+1
* Use atomic counter for GHC.Event.Uniquealexbiehl2017-01-052-21/+17
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-066-0/+11
* Improve GHC.Event.IntTable performanceJonas Scholl2016-01-081-16/+15
* Allow CallStacks to be frozenEric Seidel2015-12-238-17/+17
* Start using `-W` instead of `-f(no-)warn` in some placesHerbert Valerio Riedel2015-12-161-1/+1
* typo in comments: s/selectg/select/Sergei Trofimovich2015-10-241-1/+1
* base: Note platform dependence of registerFdBen Gamari2015-10-231-0/+5
* Typos in comments [skip ci]Gabor Greif2015-08-031-1/+1
* Fix dropped event registrationsBen Gamari2015-06-012-14/+33
* base: Export GHC.Event(.Internal).LifetimeBen Gamari2015-04-251-0/+2
* RTS/IOManager: fix trac issue #9722.Andreas Voellmy2015-03-091-0/+7
* Fix #10017Andreas Voellmy2015-02-021-2/+1
* Event Manager: Make one-shot a per-registration propertyBen Gamari2015-01-124-107/+175
* Remove redundant constraints from libraries, discovered by -fwarn-redundant-c...Simon Peyton Jones2015-01-061-2/+2
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-214-2/+5
* Improve Safe Haskell bounds for changes to base over timeDavid Terei2014-11-211-1/+1
* Remove outdated TODO in TimeManagerYuras Shumovich2014-11-171-26/+0
* *Really*, really fix RTS crash due to bad coercion.Merijn Verstraaten2014-11-071-5/+9
* Add GHC.Prim.oneShotJoachim Breitner2014-11-021-3/+3
* Fixes cyclic import on OS X(#9635)Dave Laing2014-09-251-1/+0
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-1/+1
* Move `mapM` and `sequence` to GHC.Base and break import-cyclesHerbert Valerio Riedel2014-09-213-8/+12
* Simplify import-graph a bit moreHerbert Valerio Riedel2014-09-211-1/+1
* Set up framework for generalising Data.List to FoldablesHerbert Valerio Riedel2014-09-201-2/+1
* Move Applicative/MonadPlus into GHC.BaseHerbert Valerio Riedel2014-09-182-2/+2
* Move `when` to GHC.BaseHerbert Valerio Riedel2014-09-188-12/+7
* Move (=<<) to GHC.BaseHerbert Valerio Riedel2014-09-183-3/+3
* Remove unnecessary imports in GHC.Event.KQueue to fix compiler warnings.Andreas Voellmy2014-09-171-2/+0
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-167-7/+1
* Revert "Revert "rts/base: Fix #9423"" and resolve issue that caused the revert.Andreas Voellmy2014-09-164-20/+25
* Make Applicative a superclass of MonadAustin Seipp2014-09-096-9/+4
* Revert "rts/base: Fix #9423"Austin Seipp2014-08-224-25/+20
* rts/base: Fix #9423Andreas Voellmy2014-08-194-20/+25
* ghc --make: add nicer names to RTS threads (threaded IO manager, make workers)Sergei Trofimovich2014-08-041-2/+6
* Fix imports in GHC.Event.Poll when not HAVE_POLL_H (#9275)Reid Barton2014-07-061-0/+1
* Typos in commentsGabor Greif2014-06-191-1/+1
* Raise exceptions when blocked in bad FDs (fixes Trac #4934)Sergei Trofimovich2014-06-081-1/+5
* Normalize GHC Trac URLsHerbert Valerio Riedel2014-04-193-3/+3
* Derive `FiniteBits` for integral newtype wrappersHerbert Valerio Riedel2014-01-303-7/+7
* Spelling in commentsGabor Greif2013-11-081-2/+2
* *Really* RTS crash due to bad coercion.Merijn Verstraaten2013-11-071-2/+16
* Fix OSX RTS crash due to bad coercion.Merijn Verstraaten2013-11-071-1/+23
* Fix hangs with -threaded on iOS (#8307)Austin Seipp2013-10-111-2/+2
* Add missing/remove redundant `{-# LANGUAGE CPP #-}`sHerbert Valerio Riedel2013-09-283-6/+3
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-287-7/+3
* EventManager: Gracefully handle an initial 'Finished' state (#8235)Patrick Palka2013-09-081-0/+5