summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefilewip/wardBen Gamari2022-11-161-0/+1
* xxhash.h: Compatibility with WardBen Gamari2022-11-161-4/+6
* Update Makefile.wardBen Gamari2022-11-161-1/+9
* fix macrosBen Gamari2022-11-161-2/+2
* NonmovingBen Gamari2022-11-161-3/+7
* Fix correctness issueBen Gamari2022-11-161-1/+1
* Make it buildBen Gamari2022-11-165-10/+23
* SM lock correctnessBen Gamari2022-11-1626-110/+110
* HiBen Gamari2022-11-163-0/+3
* STMBen Gamari2022-11-161-0/+12
* RtsAPIBen Gamari2022-11-161-0/+19
* Assert capability ownershipBen Gamari2022-11-163-1/+10
* More capability assertionsBen Gamari2022-11-164-10/+19
* More thingsBen Gamari2022-11-164-119/+134
* Assert capability ownershipBen Gamari2022-11-163-0/+33
* Annotate the stable pointer lockBen Gamari2022-11-162-0/+7
* More annotationsBen Gamari2022-11-168-20/+43
* FixesBen Gamari2022-11-164-0/+34
* Fix ScavBen Gamari2022-11-162-0/+42
* Things are workingBen Gamari2022-11-169-18/+93
* Ward: initial commitBen Gamari2022-11-169-9/+88
* testsuite: Improve output from tests which have failing pre_cmdMatthew Pickering2022-11-141-1/+10
* testsuite: Add tests for T22347Matthew Pickering2022-11-143-0/+42
* eventlog: Ensure that IPE output contains actual info table pointersBen Gamari2022-11-142-1/+5
* Fix a trivial typo in dataConNonlinearTypewip/T22416Simon Peyton Jones2022-11-126-8/+53
* Fix merge conflict in T18355.stderrKrzysztof Gogolewski2022-11-121-9/+1
* Indent closing "#-}" to silence HLintwip/T21623Simon Peyton Jones2022-11-111-5/+5
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-11265-6118/+7572
* Fix fragile RULE setup in GHC.FloatSimon Peyton Jones2022-11-111-2/+23
* Weaken wrinkle 1 of Note [Scrutinee Constant Folding]Matthew Craven2022-11-114-16/+184
* Use a more efficient printer for code generation (#21853)Krzysztof Gogolewski2022-11-1136-699/+1219
* Add a fast path for data constructor workersSimon Peyton Jones2022-11-113-18/+55
* driver: Fix -fdefer-diagnostics flagMatthew Pickering2022-11-119-7/+131
* rts: Check for program_invocation_short_name via autoconfBen Gamari2022-11-112-1/+6
* Clarify that LLVM upper bound is non-inclusive during configure (#22411)Zubin Duggal2022-11-111-3/+3
* CODEOWNERS: add wasm-specific maintainersCheng Shao2022-11-111-0/+3
* ci: add a stronger test for cross bindistsCheng Shao2022-11-112-3/+47
* ci: add wasm32-wasi release bindist jobCheng Shao2022-11-111-0/+60
* compiler: wasm32 NCGCheng Shao2022-11-117-0/+2722
* compiler: annotate CmmFileEmbed with blob lengthCheng Shao2022-11-116-12/+12
* compiler: enforce cmm switch planning for wasm32Cheng Shao2022-11-111-1/+2
* driver: pass -Wa,--no-type-check for wasm32 when runAsPhaseCheng Shao2022-11-111-0/+31
* compiler: allow big arith for wasm32Cheng Shao2022-11-111-1/+1
* driver: avoid -Wl,--no-as-needed for wasm32Cheng Shao2022-11-111-1/+1
* compiler: add util functions for UniqFM and UniqMapCheng Shao2022-11-112-1/+41
* autoconf: set CrossCompiling=YES in cross bindist configureCheng Shao2022-11-111-0/+8
* base: avoid using unsupported posix functionality on wasm32Cheng Shao2022-11-116-4/+104
* base: more autoconf checks for wasm32Cheng Shao2022-11-111-0/+9
* base: fall back to using monotonic clock to emulate cputime on wasm32Cheng Shao2022-11-114-0/+30
* rts: wasm32 specific logicCheng Shao2022-11-117-0/+214