summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* warningwip/exception-context-9.6Ben Gamari2023-03-154-1/+27
* Drop redundant importBen Gamari2023-03-151-1/+1
* Small optimisation of evCallStackBen Gamari2023-03-151-6/+4
* Default ExceptionContextBen Gamari2023-03-153-35/+99
* Drop hs-boot declarationsBen Gamari2023-03-151-4/+0
* FixesBen Gamari2023-03-156-16/+9
* backtraceDesiredBen Gamari2023-03-153-6/+21
* Use toException instead of SomeExceptionBen Gamari2023-03-151-1/+1
* base: Introduce exception contextBen Gamari2023-03-1520-38/+410
* base: Use displayException in top-level exception handlerBen Gamari2023-03-152-4/+3
* base: Move PrimMVar to GHC.MVarBen Gamari2023-03-152-18/+21
* base: Move prettyCallStack to GHC.StackBen Gamari2023-03-153-31/+47
* base: Clean up imports of GHC.Stack.CloneStackBen Gamari2023-03-151-4/+5
* base: Clean up imports of GHC.ExecutionStackBen Gamari2023-03-152-2/+11
* base: Factor out errorBelchBen Gamari2023-03-151-4/+8
* 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
* JS: fix for overlap with copyMutableByteArray# (#23033)Sylvain Henry2023-03-026-14/+48
* ghc-prim: fix hs_cmpxchg64 function prototypeCheng Shao2023-03-022-3/+3
* Revert the main payload of "Make `drop` and `dropWhile` fuse (#18964)"Sebastian Graf2023-03-025-33/+56
* Account for TYPE vs CONSTRAINT in mkSelCoSimon Peyton Jones2023-03-025-7/+56
* Refine the test for naughty record selectorsSimon Peyton Jones2023-03-024-36/+77
* Bump unix submodule to 2.8.1.0Ben Gamari2023-02-231-0/+0
* Bump haskeline submodule to 0.8.2.1Ben Gamari2023-02-231-0/+0
* Bump unix submodule to preliminary 2.8 releaseBen Gamari2023-02-231-0/+0
* Bump terminfo submodule to 0.4.1.6Ben Gamari2023-02-231-0/+0
* Check for platform support for JavaScript foreign importsLuite Stegeman2023-02-233-1/+9
* Testsuite: decrease length001 timeout for JS (#22921)Sylvain Henry2023-02-232-3/+8