summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Add native delimited continuations to the RTSAlexis King2022-09-114-1/+29
* Bump submodule Cabal to one with liftA2 warnings fixedGeorgi Lyubenov2022-09-081-0/+0
* Bump submodule containers to one with liftA2 warnings fixedGeorgi Lyubenov2022-09-081-0/+0
* Add changelog entry for liftA2 export from PreludeGeorgi Lyubenov2022-09-081-0/+4
* Export liftA2 from PreludeGeorgi Lyubenov2022-09-087-9/+10
* typoEric Lindblad2022-09-071-1/+1
* Change Ord defaults per CLC proposalTommy Bidne2022-09-012-3/+7
* Update submodule Cabal to tag Cabal-v3.8.1.0wip/9.4-foward-fixed-makeDouglas Wilson2022-08-313-2/+2
* Bump bytestring submodule to 0.11.3.1Ben Gamari2022-08-311-0/+0
* Add dates to base, ghc-prim changelogsBen Gamari2022-08-311-1/+1
* Bump deepseq submodule to 1.4.8.0Ben Gamari2022-08-311-0/+0
* Bump text submodule to 2.0.1Douglas Wilson2022-08-311-0/+0
* Bump directory submodule to 1.3.7.1Ben Gamari2022-08-311-0/+0
* Update submodule process to 1.6.15.0Douglas Wilson2022-08-311-0/+0
* Update submodule containers to 0.6.6Douglas Wilson2022-08-311-0/+0
* Bump stm submodule to 2.5.1.0Ben Gamari2022-08-311-0/+0
* Bump binary submodule to 0.8.9.1Ben Gamari2022-08-311-0/+0
* Fix typo in Any docs: syntatic -> syntacticPi Delport2022-08-301-1/+1
* Fix typo in Any docs: stray "--"Pi Delport2022-08-301-1/+1
* Pmc: consider any 2 dicts of the same type equalsheaf2022-08-261-0/+0
* Add since annotations and changelog entriesHarry Garrood2022-08-252-0/+5
* Add inits1 and tails1 to Data.List.NonEmptyHarry Garrood2022-08-253-2/+96
* Drop make build systemBen Gamari2022-08-252-199/+0
* Updated the changelogMario Blažević2022-08-221-0/+5
* Fix and test for issue #21723Mario Blažević2022-08-221-12/+15
* Added pprType with precedence argument, as a prerequisite to fix issues #2172...Mario Blažević2022-08-221-69/+73
* Print constraints in quotes (#21167)Swann Moreau2022-08-191-1/+1
* ghc-heap: Fix decoding of TSO closuresMatthew Pickering2022-08-182-2/+7
* Implement Response File support for HPCPeter Becich2022-08-171-0/+0
* base: Add changelog entries from ghc-9.2Ben Gamari2022-08-161-6/+47
* Fix #21979 - compact-share failing with -OAndreas Klebinger2022-08-161-2/+2
* Document that threadDelay / timeout are susceptible to overflows on 32-bit ma...Bodigrim2022-08-108-1/+48
* base: Fix races in IOManager (setNumCapabilities,closeFdWith)Douglas Wilson2022-08-101-19/+75
* Bump process submoduleBen Gamari2022-08-081-0/+0
* base: Share finalization thread labelBen Gamari2022-08-062-4/+12
* Add a primop to query the label of a threadBen Gamari2022-08-065-1/+23
* rts: Move thread labels into TSOBen Gamari2022-08-065-14/+33
* Add primop to list threadsBen Gamari2022-08-067-1/+59
* base: Organize Haddocks in GHC.Conc.SyncBen Gamari2022-08-061-15/+22
* Fix since annotations in GHC.Stack.CloneStackMatthew Pickering2022-08-021-5/+5
* testsuite: Skip a few tests as in the nonmoving collectorBen Gamari2022-07-251-1/+5
* Default implementation for mempty/(<>)Gabriella Gonzalez2022-07-252-1/+23
* Implement DeepSubsumptionSimon Peyton Jones2022-07-252-0/+19
* Add a Note summarising GHC's UTF-8 implementationsBen Gamari2022-07-224-2/+54
* base: Introduce GHC.Encoding.UTF8Ben Gamari2022-07-223-0/+288
* ghc-boot: Clean up UTF-8 codecsBen Gamari2022-07-224-302/+350
* Add mapAccumM, forAccumM to Data.TraversableBoris Lykah2022-07-193-5/+80
* typosEric Lindblad2022-07-1827-35/+35
* changelog typoEric Lindblad2022-07-181-1/+1
* Fix incorrect proof of applyWhen’s propertiesAnselm Schüler2022-07-171-1/+1