summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix Int64ToInt/Word64ToWord rules on 32-bit architectureswip/backports-9.2-2Sylvain Henry2022-02-172-16/+17
* Make RULE matching insensitive to eta-expansionSimon Peyton Jones2022-02-1713-214/+574
* Introduce checkReflexiveMCoBen Gamari2022-02-171-1/+6
* Simplify and improve the eta expansion mechanismSimon Peyton Jones2022-02-173-155/+151
* Get the in-scope set right during RULE matchingSimon Peyton Jones2022-02-175-34/+28
* Bump process and time submodulesBen Gamari2022-02-172-0/+0
* Don't expose bignum backend in ghc --info (#20495)Sylvain Henry2022-02-123-3/+0
* Bump Haddock submodule to current ghc-9.2 headBen Gamari2022-02-121-0/+0
* RTS: open timerfd synchronously (#20618)Sylvain Henry2022-02-121-19/+32
* Bump base version to 4.16.1.0Ben Gamari2022-02-121-1/+1
* Update base changelogBen Gamari2022-02-121-1/+3
* Fix LLVM version rangeBen Gamari2022-02-121-1/+1
* Update autoconf scriptsBen Gamari2022-02-122-606/+760
* Bump parsec 3.1.15.0Ben Gamari2022-02-121-0/+0
* Bump filepath to 1.4.2.2Ben Gamari2022-02-121-0/+0
* Bump deepseq to 1.4.6.1Ben Gamari2022-02-121-0/+0
* Bump Cabal submodule to 3.6.2.0Ben Gamari2022-02-121-0/+0
* users-guide: Write release notes for 9.2.2Ben Gamari2022-02-121-2/+158
* Look through untyped TH splices in tcInferAppHead_maybeRyan Scott2022-02-114-7/+37
* Introduce predicate for when to enable source notes (needSourceNotes)Matthew Pickering2022-02-114-8/+10
* Add the Ix class to Foreign C integral typesHécate Moonlight2022-02-115-3/+13
* Use SrcSpan from the binder as initial source estimateMatthew Pickering2022-02-111-1/+8
* Backport !5478 to GHC-9.2 to fix #19460Roland Senn2022-02-1121-236/+134
* ci: Add missing release jobsMatthew Pickering2022-02-101-13/+13
* gitlab-ci: Add release jobs for Darwin targetsBen Gamari2022-02-101-13/+30
* Revert "Bump bytestring submodule to 0.11.2.0"Matthew Pickering2022-02-103-11/+11
* Normalise output of safePkg01Matthew Pickering2022-02-101-1/+1
* Drop O(n^2) warning on concatViktor Dukhovni2022-02-101-3/+0
* Foldable/Traversable doc fixes from HEADViktor Dukhovni2022-02-101-1/+14
* Rewrite CallerCC parser using ReadPMatthew Pickering2022-02-106-14/+63
* Fix @since annotation on NatMorrow2022-02-101-1/+1
* Check type first then expressionPeter Trommler2022-02-101-1/+1
* Cmm: fix equality of expressionsPeter Trommler2022-02-101-1/+1
* primops: Fix documentation of setByteArray#Ben Gamari2022-02-102-5/+8
* llvmGen: Handle unaligned loads/storesBen Gamari2022-02-101-7/+7
* Fix array primop alignmentBen Gamari2022-02-102-21/+35
* Introduce alignment to CmmStoreBen Gamari2022-02-1021-85/+105
* Introduce alignment in CmmLoadBen Gamari2022-02-1026-157/+192
* cmm: Introduce cmmLoadBWord and cmmLoadGCWordBen Gamari2022-02-1011-24/+32
* Add commentsBen Gamari2022-02-101-0/+2
* Drop dead codeBen Gamari2022-02-101-2/+0
* Re #18087 user's guide: add a note that -Wxxx used to be -fwarn-xxxAndreas Abel2022-02-101-0/+7
* codeGen: Fix two buglets in -fbounds-check logicBen Gamari2022-02-103-10/+30
* codeGen: Introduce flag to bounds-check array accessesBen Gamari2022-02-1012-4/+245
* Add an Outputable instance for RecTcCheckerSimon Peyton Jones2022-02-101-0/+4
* Improve partial signaturesSimon Peyton Jones2022-02-107-22/+164
* base: Add CTYPE pragmas to all foreign typesBen Gamari2022-02-107-64/+87
* ci: Add ENABLE_NUMA flag to explicitly turn on libnuma dependencyMatthew Pickering2022-02-102-0/+9
* Improve detection of lld linkerSergey Vinokurov2022-02-102-1/+3
* rts/winio: Fix #18382Ben Gamari2022-02-1019-91/+34