summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event/PSQ.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-5/+1
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+0
* Use unsafeInsertNew to create timers in TimerManagerMitchell Rosen2018-05-051-17/+2
* A bunch of typofixesGabor Greif2017-09-261-1/+1
* Optimize TimerManageralexbiehl2017-07-111-420/+388
* base: Track timer PSQ timeouts as Word64 instead of DoubleBen Gamari2017-04-171-2/+2
* Typos in comments (and in a test)Gabor Greif2017-01-091-1/+1
* Use atomic counter for GHC.Event.Uniquealexbiehl2017-01-051-0/+1
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+1
* Allow CallStacks to be frozenEric Seidel2015-12-231-1/+1
* Move Applicative/MonadPlus into GHC.BaseHerbert Valerio Riedel2014-09-181-1/+1
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-161-1/+0
* Update base for latest Safe Haskell.David Terei2011-10-251-1/+2
* Update base for new Safe Haskell designDavid Terei2011-10-251-0/+1
* Rename System.Event to GHC.EventIan Lynagh2011-03-211-0/+483