summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump containers submodule to 0.6.6wip/dougwilson/ghc-9.4/bump-containers-0.6.6wip/bump-containersDouglas Wilson2022-08-023-2/+3
* Update submodule Cabal to tag Cabal-v3.8.1.0Douglas Wilson2022-07-284-3/+3
* hadrian: also include boot-generated files only needed for makesternenseemann2022-07-281-0/+40
* Fix since annotations in GHC.Stack.CloneStackMatthew Pickering2022-07-281-5/+5
* Update 9.4 release notes regarding withDictKrzysztof Gogolewski2022-07-282-15/+18
* rts/ProfHeap: Ensure new Censuses are zeroedBen Gamari2022-07-271-0/+1
* testsuite: Skip a few tests as in the nonmoving collectorBen Gamari2022-07-273-4/+18
* rts/nonmoving: Don't scavenge objects which weren't evacuatedBen Gamari2022-07-273-5/+93
* rts/nonmoving: Track segment stateBen Gamari2022-07-272-1/+28
* testsuite: introduce nonmoving_thread_sanity wayBen Gamari2022-07-271-0/+4
* Fix #21889, GHCi misbehaves with Ctrl-C on WindowsZubin Duggal2022-07-274-7/+34
* ghc-cabal: allow Cabal 3.8 to unbreak make buildsternenseemann2022-07-271-2/+2
* hadrian: add flag disabling selftest rules which require QuickChecksternenseemann2022-07-272-3/+18
* docs: Fix documentation of \casesSimon Jakobi2022-07-271-3/+3
* user guide: Mention DeepSubsumpion in the release notesBen Gamari2022-07-271-0/+7
* bump text submodule to 2.0.1Douglas Wilson2022-07-271-0/+0
* Bump directory submodule to 1.3.7.1Ben Gamari2022-07-271-0/+0
* Release notes and changelog wibblesBen Gamari2022-07-232-16/+39
* exprIsDeadEnd: Use isDeadEndAppSig to check if a function appliction is botto...ghc-9.4.1-rc1Andreas Klebinger2022-07-203-8/+8
* driver: Fix implementation of -SMatthew Pickering2022-07-204-14/+27
* base: Drop changelog entry for traceWith, et al.Ben Gamari2022-07-201-4/+0
* rts: Remove explicit timescale for deprecating -h flagMatthew Pickering2022-07-201-2/+2
* testsuite: Add test for #21624Ben Gamari2022-07-203-0/+14
* ncg/aarch64: Fix implementation of IntMulMayOfloBen Gamari2022-07-201-1/+41
* CmmToAsm/AArch64: Fix syntax of OpRegShift operandsBen Gamari2022-07-201-1/+1
* CmmToAsm/AArch64: Add SMUL[LH] instructionsBen Gamari2022-07-202-2/+8
* cmm: Add surface syntax for MO_MulMayOfloBen Gamari2022-07-201-0/+2
* Bump deepseq submodule to 1.4.8.0Ben Gamari2022-07-201-0/+0
* Bump text submoduleBen Gamari2022-07-201-0/+0
* Bump unix submodule to 2.7.3Ben Gamari2022-07-201-0/+0
* testsuite: Normalise versions in UnusedPackagesBen Gamari2022-07-202-3/+5
* Add dates to base, ghc-prim changelogsBen Gamari2022-07-202-2/+2
* Update autoconf scriptsBen Gamari2022-07-202-607/+775
* Bump bytestring submodule to 0.11.3.1Ben Gamari2022-07-201-0/+0
* testsuite: Fix T11829 on Centos 7Ben Gamari2022-07-201-1/+1
* upload_ghc_libs: Fix path to documentationBen Gamari2022-07-201-1/+1
* Add tests that -XHaskell98 and -XHaskell2010 enable DeepSubsumptionMatthew Pickering2022-07-205-1/+30
* gitlab-ci: Fix hadrian bootstrapping of release pipelinesBen Gamari2022-07-202-3/+11
* Add record-dot-syntax testColten Webb2022-07-194-0/+90
* Compute record-dot-syntax typesColten Webb2022-07-191-0/+1
* Make withDict noinlinesheaf2022-07-165-14/+115
* Document RuntimeRep polymorphism limitations of catch#, et alBen Gamari2022-07-162-7/+14
* configure: Don't override Windows CXXFLAGSBen Gamari2022-07-161-1/+1
* Make keepAlive# out-of-lineBen Gamari2022-07-167-36/+31
* hadrian: Rename documentation directories for consistency with makeBen Gamari2022-07-156-16/+11
* ghc.mk: fix 'make install' (`mk/system-cxx-std-lib-1.0.conf.install` does not...Sergei Trofimovich2022-07-151-1/+1
* Change GHCi bytecode return convention for unlifted datatypes.Luite Stegeman2022-07-154-33/+53
* Suppress extra output from configure check for c++ librariesGreg Steuck2022-07-151-2/+2
* Make -fcompact-unwind the defaultMatthew Pickering2022-07-142-8/+11
* rts/linker: Ensure that __cxa_finalize is called on code unloadBen Gamari2022-07-142-0/+25