summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nonmoving: Fix handling of weak pointerswip/ghc-9.2-hasuraBen Gamari2022-10-273-5/+47
* nonmoving: Tighten up weak pointer assertionsBen Gamari2022-10-272-4/+3
* rts/MarkWeak: Add some documentation commentsBen Gamari2022-10-271-1/+39
* nonmoving: Deduplicate assertionBen Gamari2022-10-271-2/+9
* nonmoving: Don't push empty arrays to update remembered setBen Gamari2022-10-271-2/+2
* RELEASE=NOZubin Duggal2022-09-191-1/+1
* Fix arityType: -fpedantic-bottoms, join points, etcSimon Peyton Jones2022-09-1913-112/+525
* Revert "Fix combination of ArityType in andArityType"Zubin Duggal2022-09-153-103/+22
* Allow stat increases for GHC 9.2Zubin Duggal2022-09-090-0/+0
* Add release notes for 9.2.4Zubin Duggal2022-09-092-0/+142
* 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