summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix gen_contents_index logic for hadrian bindistwip/T22431Matthew Pickering2022-12-194-4/+26
* 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
* 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