summaryrefslogtreecommitdiff
path: root/libraries/base/GHC
Commit message (Expand)AuthorAgeFilesLines
* Extend documentation for Data.IORefBodigrim2022-11-201-3/+34
* Fix fragile RULE setup in GHC.FloatSimon Peyton Jones2022-11-111-2/+23
* base: avoid using unsupported posix functionality on wasm32Cheng Shao2022-11-113-0/+34
* Make indexError work betterSimon Peyton Jones2022-11-101-3/+21
* Fire RULES in the SpecialiserSimon Peyton Jones2022-11-101-1/+4
* Document what Alternative/MonadPlus instances actually doJade Lovelace2022-11-082-8/+26
* Add example for (<$)Jade Lovelace2022-11-081-0/+9
* Fix haddocks for GHC.IORefBodigrim2022-11-031-2/+2
* Start the deprecation process for GHC.PackHécate Moonlight2022-10-281-0/+5
* Fix broken link to `async` packageEvan Relf2022-10-271-1/+1
* Build System: Remove out-of-date comment about make build systemMatthew Pickering2022-10-181-4/+0
* Add standard Unicode case predicates isUpperCase and isLowerCase.Pierre Le Marre2022-10-142-2/+88
* winio: do not re-translate input when handle is uncookedTamar Christina2022-10-121-22/+32
* Separate IPE source file from spanBen Gamari2022-10-112-11/+20
* base: Move IPE helpers to GHC.InfoProvBen Gamari2022-10-113-75/+105
* base: Move CString, CStringLen to GHC.ForeignBen Gamari2022-10-111-1/+5
* Extend documentation for Data.List, mostly wrt infinite listsBodigrim2022-10-111-6/+8
* Export symbolSing, SSymbol, and friends (CLC#85)wip/clc-85Ryan Scott2022-10-062-103/+406
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-213-28/+28
* Add fragmentation statistic to GHC.StatsTeo Camarasu2022-09-211-0/+7
* Add `Eq` and `Ord` instances for `Generically1`John Ericson2022-09-201-0/+9
* Update to Unicode 15.0Pierre Le Marre2022-09-165-7/+7
* Fix typosKrzysztof Gogolewski2022-09-141-1/+1
* Add native delimited continuations to the RTSAlexis King2022-09-111-0/+1
* typoEric Lindblad2022-09-071-1/+1
* Document that threadDelay / timeout are susceptible to overflows on 32-bit ma...Bodigrim2022-08-107-0/+45
* base: Fix races in IOManager (setNumCapabilities,closeFdWith)Douglas Wilson2022-08-101-19/+75
* base: Share finalization thread labelBen Gamari2022-08-062-4/+12
* Add a primop to query the label of a threadBen Gamari2022-08-061-0/+15
* rts: Move thread labels into TSOBen Gamari2022-08-063-14/+19
* Add primop to list threadsBen Gamari2022-08-062-1/+23
* base: Organize Haddocks in GHC.Conc.SyncBen Gamari2022-08-061-15/+22
* Fix since annotations in GHC.Stack.CloneStackMatthew Pickering2022-08-021-5/+5
* Default implementation for mempty/(<>)Gabriella Gonzalez2022-07-251-1/+21
* Add a Note summarising GHC's UTF-8 implementationsBen Gamari2022-07-222-0/+44
* base: Introduce GHC.Encoding.UTF8Ben Gamari2022-07-221-0/+278
* typosEric Lindblad2022-07-1818-25/+25
* rts: allow NULL to be used as an invalid StgStablePtrAdam Sandberg Ericsson2022-07-071-0/+2
* winio: make consoleReadNonBlocking not wait for any events at all.Tamar Christina2022-07-071-9/+30
* Cleanup BuiltInSyntax vs UserSyntaxMatthew Pickering2022-06-282-5/+0
* Add laws for 'toInteger' and 'toRational'Michael Peyton Jones2022-06-223-0/+21
* winio: Add support to console handles to handleToHANDLETamar Christina2022-06-181-3/+5
* Deprecate TypeInType extensionHaskellMouse2022-06-061-1/+1
* Pure Haskell implementation of GHC.UnicodePierre Le Marre2022-06-018-63/+4626
* export IsList from GHC.IsListTeo Camarasu2022-05-292-70/+88
* Expand documentation of hIsTerminalDeviceBodigrim2022-05-281-1/+8
* Use a class to check validity of withDictwip/withdictKrzysztof Gogolewski2022-05-273-9/+9
* nonmoving: Fix documentation of GC statistics fieldsBen Gamari2022-05-201-11/+8
* base: Throw exceptions raised while closing finalized HandlesBen Gamari2022-05-193-7/+60
* base: Introduce [sg]etFinalizerExceptionHandlerBen Gamari2022-05-192-24/+77