summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update containers submodule to v0.6.4.1wip/sjakobi/containers-0.6.4.1Simon Jakobi2021-01-162-1/+1
* Natural: fix left shift of 0 (fix #19170)Sylvain Henry2021-01-134-1/+17
* Bump haddock submoduleBen Gamari2021-01-111-0/+0
* base: Add old changelog entriesBen Gamari2021-01-111-0/+5
* Add instances for GHC.Tuple.SoloDavid Feuer2021-01-1127-23/+123
* rts/PEi386: Fix reentrant lock usageBen Gamari2021-01-111-1/+1
* testsuite: Add test for #19149Ben Gamari2021-01-114-0/+51
* compiler: Initialize ForeignExportsList.n_entriesBen Gamari2021-01-111-1/+4
* Bump text submodule to v1.2.4.1Ben Gamari2021-01-112-1/+1
* Revert "base: Make `open` calls interruptible"David Feuer2021-01-042-7/+2
* Maintain invariant: MVars on mut_list are dirtyViktor Dukhovni2021-01-022-0/+3
* nonmoving: Add comments to nonmovingResurrectThreadsGHC GitLab CI2020-12-311-0/+5
* nonmoving: Don't push objects during deadlock detect GCBen Gamari2020-12-311-2/+6
* nonmoving: Refactor alloc_for_copyGHC GitLab CI2020-12-311-48/+79
* nonmoving: Ensure deadlock detection promotion worksGHC GitLab CI2020-12-311-18/+22
* nonmoving: Assert deadlock-gc promotion invariantGHC GitLab CI2020-12-311-0/+8
* nonmoving: Fix small CPP bugBen Gamari2020-12-311-1/+3
* Bump Cabal submodule to 3.4.0.0-rc6Ben Gamari2020-12-311-0/+0
* sdist: Fix source distribution ruleBen Gamari2020-12-281-1/+1
* gitlab-ci: Use gtar on FreeBSDghc-9.0.1-rc1wip/keepAlive-ghc-9.0Ben Gamari2020-12-271-2/+4
* base: Fix Windows event managerBen Gamari2020-12-271-1/+1
* Bump bytestring submoduleBen Gamari2020-12-271-0/+0
* keepAlive documentationBen Gamari2020-12-274-13/+50
* ghc-compact: Use keepAlive# in GHC.Compact.SerializedBen Gamari2020-12-271-10/+2
* base: Use keepAlive# in Foreign.Marshal.AllocBen Gamari2020-12-271-25/+4
* base: Use keepAlive# in withForeignPtrBen Gamari2020-12-273-3/+5
* Introduce keepAlive primopGHC GitLab CI2020-12-274-1/+51
* genprimopcode: Add a second levity-polymorphic tyvarBen Gamari2020-12-271-0/+3
* StringBuffer: Use unsafeWithForeignPtrBen Gamari2020-12-272-15/+21
* Bump bytestring submoduleBen Gamari2020-12-271-0/+0
* base: Use unsafeWithForeignPtr in GHC.Event.IntTableBen Gamari2020-12-271-5/+6
* base: Use unsafeWithForeignPtr in GHC.IO.BufferBen Gamari2020-12-271-5/+6
* base: Eliminate allocating withForeignPtrs from GHC.Event.ArrayBen Gamari2020-12-271-15/+17
* GHC.Utils.Binary: Eliminate allocating withForeignPtr usesBen Gamari2020-12-271-7/+16
* base: Add unsafeWithForeignPtrBen Gamari2020-12-272-26/+38
* mkDocs: address shellcheck issuesAdam Sandberg Ericsson2020-12-231-4/+4
* mkDocs: fix extraction of Win32 docs from hadrian bindistAdam Sandberg Ericsson2020-12-231-2/+6
* mkDocs: support hadrian bindists #18973Adam Sandberg Ericsson2020-12-171-1/+3
* hadrian: correctly copy the docs dir into the bindist #18669Adam Sandberg Ericsson2020-12-171-1/+9
* Fix bad span calculations of post qualified importsShayne Fletcher2020-12-144-8/+83
* RegAlloc: Add missing raPlatformfield to RegAllocStatsSpillAndreas Klebinger2020-12-142-2/+7
* Bump Cabal submodule to 3.4.0.0-rc5Ben Gamari2020-12-141-0/+0
* Backport: Fix for #18955 to GHC 9.0Roland Senn2020-12-088-6/+33
* testsuite: Add missing #include on <stdlib.h>Ben Gamari2020-12-031-0/+1
* Fix cas_intGHC GitLab CI2020-12-011-11/+11
* Fix various documentation issuesGHC GitLab CI2020-12-013-0/+7
* hadrian: Pass input file to makeindexBen Gamari2020-12-011-1/+1
* rts: Refactor unloading of foreign export StablePtrsBen Gamari2020-12-014-37/+50
* rts: Refactor foreign export trackingBen Gamari2020-12-019-45/+209
* ThreadPaused: Don't zero slop until free vars are pushedGHC GitLab CI2020-11-302-6/+11