summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bump VERSION=9.4.3Ben Gamari2022-10-231-1/+1
* SpecConstr: Properly create rules for call patterns representing partial appl...Andreas Klebinger2022-10-231-14/+31
* Refactor IPE initializationBen Gamari2022-10-1930-940/+703
* rts: Refactor IPE tracing supportBen Gamari2022-10-196-66/+34
* base: Move CString, CStringLen to GHC.ForeignBen Gamari2022-10-192-11/+6
* rts: Add missing declaration of stg_noDuplicateBen Gamari2022-10-191-0/+1
* ncg/aarch64: Fix sub-word sign extension yet againBen Gamari2022-10-191-12/+20
* testsuite: Add test for #22282Ben Gamari2022-10-194-0/+24
* gitlab-ci: Ensure that ghc derivation is in scopeBen Gamari2022-10-161-1/+1
* Don't include BufPos in interface filesMatthew Pickering2022-10-143-19/+11
* rts: fix missing dirty_MVAR argument in stg_writeIOPortzhCheng Shao2022-10-141-1/+1
* Windows: Always define _UCRT when compiling C codeRyan Scott2022-10-146-1/+47
* DeriveFunctor: Check for last type variables using dataConUnivTyVarsRyan Scott2022-10-145-22/+107
* haddock docs: Fix links from identifiers to dependent packagesMatthew Pickering2022-10-142-6/+5
* CmmToLlvm: Don't aliasify builtin LLVM variablesBen Gamari2022-10-141-4/+16
* Simplify: Take care with eta reduction in recursive RHSs (#21652)Sebastian Graf2022-10-1412-60/+155
* CorePrep: Don't speculatively evaluate recursive calls (#20836)Sebastian Graf2022-10-147-39/+156
* CprAnal: Set signatures of DFuns to topSebastian Graf2022-10-121-6/+7
* Ignore .hie-biosSebastian Graf2022-10-121-0/+1
* Fix a nasty loop in Tidywip/andreask/tidy-94Simon Peyton Jones2022-09-156-58/+126
* Document -no-linkghc-9.4.2-releaseBen Gamari2022-08-202-1/+7
* hadrian: Don't duplicate binaries on installationBen Gamari2022-08-201-1/+5
* Release 9.4.2Ben Gamari2022-08-201-2/+2
* users-guide: Rephrase the rewrite rule documentationBen Gamari2022-08-201-2/+2
* users-guide: Fix reference to dead llvm-version substitutionBen Gamari2022-08-201-2/+2
* users-guide: Add :ghc-flag: referenceBen Gamari2022-08-201-1/+1
* hadrian: Place manpage in docrootBen Gamari2022-08-201-1/+1
* Add release notes for 9.4.2Ben Gamari2022-08-202-0/+89
* Bump haddock submoduleBen Gamari2022-08-201-0/+0
* Update haddock submodule to revert quickjump breakageMatthew Pickering2022-08-191-0/+0
* Fix GHCis interaction with tag inference.Andreas Klebinger2022-08-1919-68/+175
* driver: Honour -x optionMatthew Pickering2022-08-185-40/+45
* gitlab-ci: Run ARMv7 jobs when ~ARM label is usedBen Gamari2022-08-182-70/+73
* gitlab-ci: Fix ARMv7 buildBen Gamari2022-08-182-5/+21
* make: Fix bindist installationBen Gamari2022-08-171-0/+6
* linters-common: Add LICENSEBen Gamari2022-08-171-0/+31
* base: Add changelog entries from ghc-9.2Ben Gamari2022-08-151-0/+15
* driver: Don't create LinkNodes when -no-link is enabledMatthew Pickering2022-08-159-15/+20
* relnotes: Fix typoBen Gamari2022-08-151-1/+1
* hadrian: Don't attempt to install documentation if doc/ doesn't existBen Gamari2022-08-151-4/+6
* hadrian RunRest: add type signature for stageNumberJens Petersen2022-08-151-0/+1
* base: Fix races in IOManager (setNumCapabilities,closeFdWith)Douglas Wilson2022-08-152-20/+75
* testsuite: 21651 add test for closeFdWith + setNumCapabilitiesDouglas Wilson2022-08-153-1/+135
* gitlab-ci: Bump to use freebsd13 runnersBen Gamari2022-08-153-39/+40
* system-cxx-std-lib: Add support for FreeBSD libcxxrtBen Gamari2022-08-151-20/+55
* rts/linker: Resolve iconv_* on FreeBSDBen Gamari2022-08-151-9/+50
* hadrian: Fix access mode of installed package registration filesBen Gamari2022-08-151-0/+2
* hadrian: Fix bindist installation on DarwinBen Gamari2022-08-153-40/+39
* gitlab-ci: Don't use coreutils on DarwinBen Gamari2022-08-151-1/+0
* ncg/aarch64: Don't use x18 register on AArch64/Darwinnormalcoder2022-08-151-0/+8