summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: Run head.hackage jobs on upstream-testing branch rather than masterwip/head-hackage-validateMatthew Pickering2022-12-231-1/+1
* ci: Don't run abi-test-nightly on release jobsMatthew Pickering2022-12-231-1/+0
* head.hackage: Use slow-validate bindist for linting jobsMatthew Pickering2022-12-231-14/+54
* 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
* 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