summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix potential space leak that arise from ModuleGraphs retaining referencesZubin Duggal2022-07-261-2/+2
* Allow CApi FFI calls in GHCiMatthew Pickering2022-07-265-1/+12
* Add DeepSubsumption09Zubin Duggal2022-07-262-0/+11
* Fix the interaction of operator sections and deep subsumptionSimon Peyton Jones2022-07-263-8/+53
* Add DeepSubsumption08Matthew Pickering2022-07-262-0/+17
* Add tests that -XHaskell98 and -XHaskell2010 enable DeepSubsumptionMatthew Pickering2022-07-264-1/+29
* Accept testsuite output for DeepSubsumptionZubin Duggal2022-07-2619-7/+71
* Fix tcSplitNestedSigmaTysMatthew Pickering2022-07-264-26/+60
* Implement DeepSubsumptionSimon Peyton Jones2022-07-2630-191/+788
* Allow metric increases for 9.2.3wip/9.2.4-backportsZubin Duggal2022-07-140-0/+0
* Fix combination of ArityType in andArityTypeMatthew Pickering2022-07-143-22/+103
* Allow passing -po outside profiling wayTeo Camarasu2022-07-141-0/+17
* Add test for T21455Teo Camarasu2022-07-142-0/+6
* add test case for #21446Teo Camarasu2022-07-143-0/+12
* Respect -po when heap profiling (#21446)Teo Camarasu2022-07-141-15/+21
* 9.2: Fix -Werror=unrecognised-warning-flagsMatthew Pickering2022-07-1441-76/+82
* testsuite: Add test for #21624Ben Gamari2022-07-143-0/+14
* replace quadratic nub to fight byte code gen perf explosionTorsten Schmits2022-07-141-8/+9
* winio: Add support to console handles to handleToHANDLETamar Christina2022-07-141-3/+5
* testsuite: Add test for #20735Ben Gamari2022-07-144-0/+64
* CmmToAsm/AArch64: Sign-extend narrow C argumentsBen Gamari2022-07-141-2/+14
* CmmToAsm/AArch64: Re-format argument handling logicBen Gamari2022-07-141-5/+19
* -ddump-llvm shouldn't imply -fllvmBen Gamari2022-07-144-3/+7
* Mark AArch64/Darwin as requiring sign-extensionBen Gamari2022-07-111-0/+5
* Use correct arch for the FreeBSD triple in gen-data-layout.shGleb Popov2022-07-111-1/+1
* configure: Hide spurious warning from ldBen Gamari2022-07-111-1/+1
* hadrian: Run xattr -rc . on bindist tarballBen Gamari2022-07-111-0/+9
* hadrian: Fix race involving empty package databasesMatthew Pickering2022-07-113-5/+18
* rts: gc stats: account properly for copied bytes in sequential collectionsDouglas Wilson2022-07-111-0/+7
* Add test for T21682Matthew Pickering2022-07-112-0/+4
* ncg/aarch64: Fix implementation of IntMulMayOfloBen Gamari2022-07-111-1/+41