summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce test for dynamic library unloadingGHC GitLab CI2020-11-304-0/+117
* rts: Introduce highMemDynamicGHC GitLab CI2020-11-302-1/+12
* Add loadNativeObj and unloadNativeObjRay Shih2020-11-305-15/+274
* Fix and enable object unloading in GHCiÖmer Sinan Ağacan2020-11-3025-495/+637
* rts/linker: Ensure that .rodata is aligned to 16 bytesBen Gamari2020-11-303-4/+12
* gitlab-ci: Run LLVM job on appropriately-labelled MRsBen Gamari2020-11-301-2/+3
* rts: Allocate MBlocks with MAP_TOP_DOWN on WindowsBen Gamari2020-11-301-1/+4
* compiler: Fix recompilation checkingBen Gamari2020-11-301-5/+87
* testsuite: Add testcase for #18733Ben Gamari2020-11-306-0/+35
* rts/linker: Align bssSize to page size when mapping symbol extrasBen Gamari2020-11-301-1/+3
* Export indexError from GHC.Ix (#18579)Krzysztof Gogolewski2020-11-301-1/+1
* AArch64/arm64 adjustmentsMoritz Angermann2020-11-3027-392/+467
* Force argument in setIdMult (#18925)Krzysztof Gogolewski2020-11-301-2/+2
* WinIO: Small changes related to atomic request swaps.Andreas Klebinger2020-11-307-15/+80
* nonmoving: Ensure that evacuated large objects are markedGHC GitLab CI2020-11-292-7/+60
* nonmoving: Add reference to Ueno 2016Ben Gamari2020-11-291-2/+7
* nonmoving: Don't join to mark_thread on shutdownGHC GitLab CI2020-11-291-1/+0
* OSThreads: Fix error code checkingGHC GitLab CI2020-11-291-2/+3
* Updates: Don't zero slop until closure has been pushedGHC GitLab CI2020-11-291-1/+1