summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix Integral instances for Wordswip/backports-9.2-3Sylvain Henry2022-02-252-100/+139
* Introduce isNoInlinePragmaBen Gamari2022-02-251-1/+6
* FixesBen Gamari2022-02-252-3/+5
* WorkWrap: Update Unfolding with WW'd body prior to `tryWW` (#20510)Sebastian Graf2022-02-259-91/+232
* gitlab-ci: Use integer-simple in alpine release jobBen Gamari2022-02-251-0/+1
* simplCore: Correctly extend in-scope set in rule matchingBen Gamari2022-02-251-27/+50
* Revert "simplCore: Correctly extend in-scope set in rule matching"Ben Gamari2022-02-251-1/+1
* Accept perf shiftsBen Gamari2022-02-230-0/+0
* simplCore: Correctly extend in-scope set in rule matchingBen Gamari2022-02-231-1/+1
* Extend the in-scope set to silence substExpr warningsSimon Peyton Jones2022-02-231-2/+12
* Make RULE matching insensitive to eta-expansionSimon Peyton Jones2022-02-2313-214/+565
* Get the in-scope set right during RULE matchingSimon Peyton Jones2022-02-235-34/+28
* Use the right InScopeSet for findBestSimon Peyton Jones2022-02-233-22/+30
* Fix lookupIdSubst call during RULE matchingKrzysztof Gogolewski2022-02-234-13/+27
* Fix a subtle scoping error in simplLazyBindSimon Peyton Jones2022-02-221-10/+15
* Simplify and improve the eta expansion mechanismSimon Peyton Jones2022-02-223-155/+151
* Introduce checkReflexiveMCoBen Gamari2022-02-221-1/+6
* Flip some bits (directions of coercions in rewriting)Richard Eisenberg2022-02-211-4/+4
* Add a regression test for #17723sheaf2022-02-214-0/+32
* Compare FunTys as if they were TyConApps.Richard Eisenberg2022-02-2111-78/+228
* Fix Int64ToInt/Word64ToWord rules on 32-bit architecturesSylvain Henry2022-02-192-16/+17
* Don't expose bignum backend in ghc --info (#20495)Sylvain Henry2022-02-173-3/+0
* Bump Haddock submodule to current ghc-9.2 headBen Gamari2022-02-171-0/+0
* RTS: open timerfd synchronously (#20618)Sylvain Henry2022-02-171-19/+32
* Bump base version to 4.16.1.0Ben Gamari2022-02-1713-22/+22
* Update base changelogBen Gamari2022-02-151-1/+3
* Fix LLVM version rangeBen Gamari2022-02-151-1/+1
* Update autoconf scriptsBen Gamari2022-02-152-606/+760
* Bump parsec 3.1.15.0Ben Gamari2022-02-151-0/+0
* Bump filepath to 1.4.2.2Ben Gamari2022-02-151-0/+0
* Bump deepseq to 1.4.6.1Ben Gamari2022-02-151-0/+0
* Bump Cabal submodule to 3.6.2.0Ben Gamari2022-02-152-1/+1
* 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