summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix type variable substitution in gen_Newtype_fam_instswip/backports-9.6Ryan Scott2023-05-175-9/+96
* Don't panic in mkNewTyConRhssheaf2023-05-176-27/+133
* hadrian: Fix mention of non-existent removeFiles functionBen Gamari2023-05-171-1/+1
* Fix coercion optimisation for SelCo (#23362)Krzysztof Gogolewski2023-05-173-4/+34
* hadrian: Fix linker script flag for MergeObjects builderAlexis King2023-05-171-2/+2
* Use a uniform return convention in bytecode for unary resultsAlexis King2023-05-1715-218/+201
* Make GHC.Types.Id.Make.shouldUnpackTy a bit more cleverSimon Peyton Jones2023-05-179-63/+318
* Fix GHCJS OS platform (fix #23346)Sylvain Henry2023-05-176-1/+25
* JS: Implement h$clock_gettime in the JavaScript RTS (#23360)Josh Meredith2023-05-173-1/+22
* JS: fix getpid (fix #23399)Sylvain Henry2023-05-174-1/+12
* Don't panic in ltPatersonSizeghc-9.6sheaf2023-05-163-20/+79
* testsuite: Add test for #23071Ben Gamari2023-05-162-0/+6
* rts: Initialize Array# header in listThreads#Ben Gamari2023-05-161-0/+1
* JS: fix thread-related primopsSylvain Henry2023-05-166-14/+36
* nativeGen/AArch64: Fix bitmask immediate predicateBen Gamari2023-05-161-16/+35
* Fix unification with oversaturated type familiesKrzysztof Gogolewski2023-05-164-29/+154
* nonmoving: Disable slop-zeroingBen Gamari2023-05-161-3/+6
* Transfer DFunId_ness onto specialised bindingsSimon Peyton Jones2023-05-161-41/+78
* docs: Generate docs/index.html with version numberMatthew Pickering2023-05-163-4/+5
* bytecode: Fix bitmaps for BCOs used to tag tuples and prim call argsAlexis King2023-05-156-36/+145
* Simplifier: `countValArgs` should not count Type args (#23102)Sebastian Graf2023-05-151-1/+1
* JS: fix implementation of forceBool to use JS backend syntaxJosh Meredith2023-05-154-1/+37
* JS: Fix implementation of MK_JSVALJosh Meredith2023-05-151-2/+2
* Refactor the simplifier a bit to fix #22761Simon Peyton Jones2023-05-1512-183/+314
* users guide: Note that base release notes are highlights of changelogBen Gamari2023-05-111-0/+2
* hadrian: Bump index-state to allow building with ghc-9.6Matthew Pickering2023-05-101-1/+1
* Fix TBA in base changelogghc-9.6.1-releaseBen Gamari2023-03-101-1/+1
* Set RELEASE=YESBen Gamari2023-03-101-2/+2
* Bump haddock submodule to 2.28Ben Gamari2023-03-101-0/+0
* Disallow `tagToEnum#` on `type data` typesRyan Scott2023-03-108-0/+53
* Treat type data declarations as empty when checking pattern-matching coverageRyan Scott2023-03-105-5/+52
* Don't generate datacon wrappers for `type data` declarationsRyan Scott2023-03-107-6/+91
* rel-eng: Fix name of Rocky 8 bindistBen Gamari2023-03-101-1/+1
* docs/relnotes: Mention fat interface blog postBen Gamari2023-03-101-0/+2
* Bump stm submodule with js backend changesBen Gamari2023-03-091-0/+0
* Bump hpc submodule with js backend changesBen Gamari2023-03-091-0/+0
* Fix typo in docs referring to threadLabelChris Wendt2023-03-091-1/+1
* Fix documentation for traceWith and friendsMorrowM2023-03-092-3/+6
* linker: fix linking with aligned sections (#23066)Sylvain Henry2023-03-095-6/+65
* Bump Cabal submodule to 3.10 releaseBen Gamari2023-03-091-0/+0
* relnotes: Clean up headingsBen Gamari2023-03-071-11/+6
* docs/relnotes: Mention -fprefer-byte-codeghc-9.6.1-rc1Ben Gamari2023-03-021-0/+6
* nativeGen: Disable asm-shortcutting on DarwinBen Gamari2023-03-022-2/+19
* rts: Drop no-alignment special case for WindowsBen Gamari2023-03-021-3/+1
* rts: Correctly align Capability allocationsBen Gamari2023-03-021-2/+3
* rts: Introduce stgMallocAlignedBytesBen Gamari2023-03-023-3/+54
* rts: Statically assert alignment of CapabilityBen Gamari2023-03-021-8/+16
* Take more care with unlifted bindings in the specialiserSimon Peyton Jones2023-03-025-34/+101
* Fix shadowing bug in prepareAltsSimon Peyton Jones2023-03-024-13/+57
* Account for local rules in specImportsSimon Peyton Jones2023-03-026-46/+156