summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make keepAlive# out-of-linewip/ghc-9.2-T21708Ben Gamari2022-07-207-36/+31
* 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
* CmmToAsm/AArch64: Fix syntax of OpRegShift operandsBen Gamari2022-07-111-1/+1
* CmmToAsm/AArch64: Add SMUL[LH] instructionsBen Gamari2022-07-112-2/+8
* cmm: Add surface syntax for MO_MulMayOfloBen Gamari2022-07-111-0/+2
* Fix a CSE shadowing bug.Andreas Klebinger2022-07-111-32/+96
* ffi: Don't allow wrapper stub with CApi conventionMatthew Pickering2022-07-116-4/+29
* hadrian: Don't try to build iserv-prof if we don't have profiled librariesMatthew Pickering2022-06-201-6/+19
* release notes: Fix duplicationghc-9.2.3-releaseZubin Duggal2022-05-271-2/+0
* Link 9.2.3 notes properlyZubin Duggal2022-05-271-0/+1
* Fix bkpcabal01wip/9.2.3-backports-2Zubin Duggal2022-05-261-1/+1
* Bump version to GHC 9.2.3 and add release notesZubin Duggal2022-05-2613-16/+134
* Respect DESTDIR in hadrian bindist Makefile, fixes #19646Julian Ospald2022-05-251-21/+21
* hadrian: Don't rely on xxx not being present in installation pathBen Gamari2022-05-251-2/+2
* docs: Fix LlvmVersion in manpage (#21280)Zubin Duggal2022-05-253-5/+7
* Remove pprTrace from pushCoercionIntoLambda (#21555)Matthew Pickering2022-05-253-1/+101
* Bump version for base to 4.16.2.0Zubin Duggal2022-05-252-1/+9
* Use local instances with least superclass depthRichard Eisenberg2022-05-259-82/+185
* Improve redundant-constraints warningRichard Eisenberg2022-05-2512-95/+230
* gitlab-ci: Check for dynamic msys2 dependenciesBen Gamari2022-05-251-0/+13
* hadrian: Only copy and install libffi headers when using in-tree libffiMatthew Pickering2022-05-251-3/+2
* Document behaviour of RULES with KnownNatBodigrim2022-05-251-0/+34
* Documentation for setLocaleEncodingBodigrim2022-05-251-2/+27
* Add test for #21558Matthew Pickering2022-05-252-0/+17
* codeGen: Ensure that static datacon apps are included in SRTsBen Gamari2022-05-252-42/+92
* Generalize breakTyVarCycle to work with TyFamLHSZubin Duggal2022-05-2511-67/+156
* testsuite: Fix import on python 3.10Zubin Duggal2022-05-251-1/+2
* OverloadedRecordFields: mention parent name in 'ambiguous occurrence' error f...nineonine2022-05-2515-38/+129
* Add a missing guard in GHC.HsToCore.Utils.is_flat_prod_patSimon Peyton Jones2022-05-255-1/+48