summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Truncate eventlog event for large payload (#20221)Ian-Woo Kim2023-02-071-1/+10
* Only gc sparks locally when we can ensure marking is done.Andreas Klebinger2023-02-072-10/+39
* Bump bytestring submodule to 0.11.4.0Zubin Duggal2023-02-073-11/+13
* Handle shadowing in DmdAnal (#22718)Sebastian Graf2023-02-071-7/+31
* Fix unifier bug: failing to decompose over-saturated type familySimon Peyton Jones2023-02-073-13/+37
* Fix LitRubbish being applied to values.Andreas Klebinger2023-02-071-12/+13
* Typeable: Fix module locations of some definitions in GHC.TypesMatthew Pickering2023-02-074-4/+69
* Add a missing varToCoreExpr in etaBodyForJoinPointSimon Peyton Jones2023-02-073-1/+324
* Fix #22425 - Broken eta-expansion over expensive work.Andreas Klebinger2023-02-072-4/+5
* Allow keywords which can be used as variables to be used with OverloadedDotSy...Matthew Pickering2023-01-233-1/+11
* ncg/aarch64: Don't use x18 register on AArch64/Darwinghc-9.2.5-releasenormalcoder2022-11-072-0/+10
* Add notes for 9.2.5Zubin Duggal2022-11-041-0/+84
* Fix core lint errors to do with SIMD vector indexing in T22187_run.Zubin Duggal2022-11-031-4/+4
* Fix bkpcabal02Zubin Duggal2022-11-031-1/+1
* Bump base to 4.16.4.0 and add release notesZubin Duggal2022-11-0316-18/+27
* Attemp fix for core lint failuresZubin Duggal2022-11-033-16/+28
* Bump process to 1.6.16.0Zubin Duggal2022-11-031-0/+0
* Disable some SIMD tests on non-X86 architecturessheaf2022-11-031-1/+2
* Cmm Lint: relax SIMD register assignment checksheaf2022-11-032-5/+19
* Add VecSlot for unboxed sums of SIMD vectorsDai2022-11-037-3/+70
* Rubbish literals for all representations (#18983)Sebastian Graf2022-11-0327-384/+532
* winio: do not re-translate input when handle is uncookedTamar Christina2022-10-261-22/+32
* base: Fix races in IOManager (setNumCapabilities,closeFdWith)Douglas Wilson2022-10-262-20/+75
* testsuite: 21651 add test for closeFdWith + setNumCapabilitiesDouglas Wilson2022-10-263-1/+134
* testsuite: Add test for #22282Ben Gamari2022-10-264-0/+24
* ncg/aarch64: Fix sub-word sign extension yet againBen Gamari2022-10-261-12/+20
* Don't include BufPos in interface filesMatthew Pickering2022-10-263-19/+11
* rts: fix missing dirty_MVAR argument in stg_writeIOPortzhCheng Shao2022-10-261-1/+1
* rts: Don't clear cards of zero-length arraysBen Gamari2022-10-263-1/+16
* Fix arityType: -fpedantic-bottoms, join points, etcSimon Peyton Jones2022-10-2614-115/+525
* Revert "Fix combination of ArityType in andArityType"Zubin Duggal2022-10-113-103/+22
* Allow stat increases for GHC 9.2ghc-9.2.4-releasewip/9.2.4-backports-2Zubin Duggal2022-07-270-0/+0
* Add release notes for 9.2.4Zubin Duggal2022-07-272-0/+142
* exprIsDeadEnd: Use isDeadEndAppSig to check if a function appliction is botto...Andreas Klebinger2022-07-273-7/+8
* Fix #21889, GHCi misbehaves with Ctrl-C on WindowsZubin Duggal2022-07-274-7/+34
* rts/ProfHeap: Ensure new Censuses are zeroedBen Gamari2022-07-271-0/+1
* Add test for #21865 to ensure that -Wunicode-bidirectional-format-characters ...Zubin Duggal2022-07-264-1/+12
* Fix #21865 by adding -Wunicode-bidirectional-format-characters to default war...Zubin Duggal2022-07-261-1/+2
* Make keepAlive# out-of-lineBen Gamari2022-07-267-36/+31
* testsuite: Skip a few tests as in the nonmoving collectorBen Gamari2022-07-263-4/+18
* rts/nonmoving: Don't scavenge objects which weren't evacuatedBen Gamari2022-07-263-5/+93
* rts/nonmoving: Track segment stateBen Gamari2022-07-262-1/+28
* testsuite: introduce nonmoving_thread_sanity wayBen Gamari2022-07-261-0/+4
* Bump haddock submoduleZubin Duggal2022-07-261-0/+0
* Add record-dot-syntax testColten Webb2022-07-264-2/+94
* Compute record-dot-syntax typesColten Webb2022-07-261-1/+1
* Bump base to 4.16.3.0 and add changelogZubin Duggal2022-07-2615-18/+26
* Bump version to GHC 9.2.4Zubin Duggal2022-07-261-1/+1
* configure: Don't attempt to override linker on DarwinBen Gamari2022-07-261-1/+8
* winio: make consoleReadNonBlocking not wait for any events at all.Tamar Christina2022-07-261-9/+30