summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nonmoving: Make free list counter accesses atomicwip/tsan/nonmovingBen Gamari2022-12-211-1/+1
* nonmoving: Fix race in shortcuttingBen Gamari2022-12-212-1/+8
* nonmoving: Fix benign race in update remembered set checkBen Gamari2022-12-211-1/+3
* nonmoving: Make bitmap accesses atomicBen Gamari2022-12-211-2/+2
* nonmoving: Ensure that we aren't holding locks when closing themBen Gamari2022-12-211-1/+4
* nonmoving: Refactor update remembered set initializationBen Gamari2022-12-215-34/+66
* nonmoving: Make segment state updates atomicBen Gamari2022-12-211-1/+1
* nonmoving: Fix races in collector status trackingBen Gamari2022-12-212-7/+10
* nonmoving: Ensure that mutable fields have acquire barrierBen Gamari2022-12-211-8/+16
* nonmoving: Eliminate race in bump_static_flagBen Gamari2022-12-211-8/+10
* nonmoving: Use atomic when looking at bd->genBen Gamari2022-12-211-1/+4
* nonmoving: Fix segment list racesBen Gamari2022-12-212-6/+12
* nonmoving: Fix race in marking of blackholesBen Gamari2022-12-212-2/+8
* 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
* Allow transformers-0.6 in ghc, ghci, ghc-bin and hadrianBodigrim2022-12-214-4/+4
* Make GHC.Driver.Main.hscTcRnLookupRdrName to return NonEmptyBodigrim2022-12-204-28/+27
* GHCi.UI: avoid head and tail in parseCallEscape and aroundBodigrim2022-12-201-16/+18
* GHCi.UI: fix various usages of head and tailBodigrim2022-12-201-28/+25
* configure: Use AS_HELP_STRING instead of AC_HELP_STRINGBen Gamari2022-12-201-1/+1
* configure: Drop uses of AC_PROG_CC_C99Ben Gamari2022-12-203-48/+0
* packaging: Fix upload_ghc_libs.py scriptMatthew Pickering2022-12-201-3/+8
* Scrub some partiality in `GHC.Cmm.Info.Build`: `doSRTs` takes a `[(CAFSet, Cm...M Farkas-Dyck2022-12-204-9/+23
* testsuite: Mark T16392 as fragile on windowswip/fragile-testMatthew Pickering2022-12-201-1/+3
* rts/libdw: Silence uninitialized usage warningsBen Gamari2022-12-181-3/+3
* rts: Drop racy assertionBen Gamari2022-12-181-0/+3
* Correct `exitWith` Haddocksamesgen2022-12-181-7/+5
* ci: support hello.wasm in ci.sh cross testing logicCheng Shao2022-12-171-0/+4
* compiler: make .wasm the default executable extension on wasm32Cheng Shao2022-12-172-4/+5
* base: add missing autoconf checks for waitpid/umaskCheng Shao2022-12-172-0/+12
* compiler: add optional tail-call support in wasm NCGCheng Shao2022-12-167-32/+87
* compiler: change fallback function signature to Cmm function signature in was...Cheng Shao2022-12-161-2/+4
* compiler: add missing export list of GHC.CmmToAsm.Wasm.FromCmmCheng Shao2022-12-161-63/+7
* compiler: remove obsolete commented code in wasm NCGCheng Shao2022-12-161-1/+0
* testsuite: Mark T9405 as fragile instead of broken on WindowsCheng Shao2022-12-161-1/+1
* Accept allocations increase on WindowsBodigrim2022-12-160-0/+0
* Bump submodule directory to 1.3.8.0 and hpc to HEADBodigrim2022-12-162-0/+0
* rts: Note race with wakeBlockingQueueBen Gamari2022-12-161-1/+2
* rts: Ensure that all accesses to pending_sync are atomicBen Gamari2022-12-161-2/+2
* rts: Statically allocate capabilitiesBen Gamari2022-12-163-19/+19
* rts: Use ordered accesses instead of explicit barriersBen Gamari2022-12-162-8/+6
* rts: Fix ordering of makeStableNameBen Gamari2022-12-161-5/+3
* compiler: Use release store in eager blackholingBen Gamari2022-12-161-2/+2
* rts: Style fixBen Gamari2022-12-161-6/+3
* PrimOps: Fix benign MutVar raceBen Gamari2022-12-161-2/+2