summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix an assertion check in addToEqualCtListwip/T22623Simon Peyton Jones2022-12-214-9/+42
* Fix shadowing lacuna in OccurAnalSimon Peyton Jones2022-12-215-23/+129
* 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
* rts: Encapsulate sched_stateBen Gamari2022-12-1610-42/+53
* rts: Encapsulate access to capabilities arrayBen Gamari2022-12-1623-148/+156
* rts: Encapsulate recent_activity accessBen Gamari2022-12-165-25/+45
* rts/Timer: Always use atomic operationsBen Gamari2022-12-163-17/+41
* rts: Always use atomics for context_switch and interruptBen Gamari2022-12-164-12/+17
* ghc: Fix data race in dump file handlingBen Gamari2022-12-161-12/+21
* rts: Introduce getNumCapabilitiesBen Gamari2022-12-1632-122/+130
* Improve heap memory barrier NoteBen Gamari2022-12-165-105/+193
* rts/stm: Fix memory ordering in readTVarIO#Ben Gamari2022-12-161-2/+1
* rts: Use fences instead of explicit barriersBen Gamari2022-12-165-31/+44
* Introduce SET_INFO_RELEASE for CmmBen Gamari2022-12-163-4/+3
* eventlog: Silence spurious data raceBen Gamari2022-12-161-1/+3
* rts/ThreadPaused: Ordering fixesBen Gamari2022-12-161-2/+2
* rts/Messages: RefactorBen Gamari2022-12-161-27/+20