summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rts configure scriptwip/rts-configure-2Ben Gamari2023-01-0231-412/+289
* Move lib{numa,dw} defines to RTS configurewip/rts-configure-libdw-libnumaJohn Ericson2023-01-025-42/+40
* rts: Move external symbols logic to the configure scriptJohn Ericson2023-01-015-194/+139
* Give the RTS it's own configure scriptJohn Ericson2023-01-0114-50/+116
* Document infelicities of instance Ord Double and workaroundsBodigrim2022-12-241-23/+30
* hadrian: Ensure that linker scripts are used when merging objectsBen Gamari2022-12-241-2/+6
* Drop support for kind constraints.wip/p547Richard Eisenberg2022-12-2441-620/+156
* Store RdrName rather than OccName in HolesMatthew Pickering2022-12-2419-56/+117
* gitlab-ci: Introduce aarch64-linux-llvm jobBen Gamari2022-12-242-0/+178
* llvmGen: Fix relaxed orderingBen Gamari2022-12-241-1/+1
* ci: Run head.hackage jobs on upstream-testing branch rather than masterMatthew Pickering2022-12-241-1/+1
* ci: Don't run abi-test-nightly on release jobsMatthew Pickering2022-12-241-1/+0
* head.hackage: Use slow-validate bindist for linting jobsMatthew Pickering2022-12-241-14/+54
* compiler: Ensure that GHC toolchain is first in search pathBen Gamari2022-12-242-9/+9
* add GHC.Utils.Binary.foldGet' and use for Ifacedoyougnu2022-12-232-2/+19
* nonmoving: Make free list counter accesses atomicBen Gamari2022-12-231-1/+1
* nonmoving: Fix race in shortcuttingBen Gamari2022-12-232-1/+8
* nonmoving: Fix benign race in update remembered set checkBen Gamari2022-12-231-1/+3
* nonmoving: Make bitmap accesses atomicBen Gamari2022-12-231-2/+2
* nonmoving: Ensure that we aren't holding locks when closing themBen Gamari2022-12-231-1/+4
* nonmoving: Refactor update remembered set initializationBen Gamari2022-12-235-34/+66
* nonmoving: Make segment state updates atomicBen Gamari2022-12-231-1/+1
* nonmoving: Fix races in collector status trackingBen Gamari2022-12-232-7/+10
* nonmoving: Ensure that mutable fields have acquire barrierBen Gamari2022-12-231-8/+16
* nonmoving: Eliminate race in bump_static_flagBen Gamari2022-12-231-8/+10
* nonmoving: Use atomic when looking at bd->genBen Gamari2022-12-231-1/+4
* nonmoving: Fix segment list racesBen Gamari2022-12-232-6/+12
* nonmoving: Fix race in marking of blackholesBen Gamari2022-12-232-2/+8
* ci: Move wasm pipelines into nightly rather than masterMatthew Pickering2022-12-231-2/+3
* rts/m32: Fix sanity checkingBen Gamari2022-12-221-1/+1
* Fix unifier bug: failing to decompose over-saturated type familySimon Peyton Jones2022-12-223-13/+37
* base: Fix event manager shutdown race on non-Linux platformsBen Gamari2022-12-221-3/+10
* Refactor mkRuntimeErrorSimon Peyton Jones2022-12-2212-102/+182
* JS: fix support for -outputdir (#22641)Sylvain Henry2022-12-224-62/+56
* EPA: Make EOF position part of AnnsModuleAlan Zimmerman2022-12-2225-209/+190
* Bump libffi-tarballs submoduleBen Gamari2022-12-221-0/+0
* rts: Drop paths from configure from cabal fileBen Gamari2022-12-221-4/+0
* hadrian bindist: Install manpages to share/man/man1/ghc.1Matthew Pickering2022-12-221-3/+14
* Don't consider large byte arrays/compact regions pinned.Andreas Klebinger2022-12-225-6/+18
* Bump GHC version to 9.7ghc-9.7-startBen Gamari2022-12-222-1/+1
* ghc-boot: Fix bootstrappingBen Gamari2022-12-211-3/+6
* base: Bump version to 4.18Ben Gamari2022-12-2120-9/+9
* configure: Bump version to 9.6Ben Gamari2022-12-211-1/+1
* Fix an assertion check in addToEqualCtListSimon Peyton Jones2022-12-214-9/+42
* Fix shadowing lacuna in OccurAnalSimon Peyton Jones2022-12-215-23/+129
* rts: explicitly store return value of ccall checkClosure to prevent type erro...Ying-Ruei Liang (TheKK)2022-12-211-1/+2
* Abstract over the right free varsSimon Peyton Jones2022-12-215-53/+142
* Fix testsBodigrim2022-12-211-1/+1
* Update submodule transformers to 0.6.0.4Bodigrim2022-12-211-0/+0
* Update submodule haskeline to HEAD (to allow transformers-0.6)Bodigrim2022-12-211-0/+0