summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump text submodule to 2.0.1wip/dougwilson/backports-9.4-bump-textDouglas Wilson2022-07-271-0/+0
* Revert "Update containers submodule to 0.6.6"Douglas Wilson2022-07-261-0/+0
* user guide: Mention DeepSubsumpion in the release notesBen Gamari2022-07-231-0/+7
* Bump directory submodule to 1.3.7.1Ben Gamari2022-07-231-0/+0
* Update containers submodule to 0.6.6Ben Gamari2022-07-231-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
* rts/linker: Clean up section kindsBen Gamari2022-07-141-2/+5
* rts/linker: Fix resolution of __dso_handle on DarwinBen Gamari2022-07-141-1/+1
* testsuite: Mark T13366Cxx as unbroken on DarwinBen Gamari2022-07-141-3/+1
* Bump text submoduleBen Gamari2022-07-141-0/+0
* rts/linker/Elf: Work around GCC 6 init/fini behaviorBen Gamari2022-07-141-3/+19
* testsuite: Use system-cxx-std-lib instead of config.stdcxx_implBen Gamari2022-07-148-27/+12
* rts/linker/MachO: Introduce finalizer supportBen Gamari2022-07-143-0/+32
* rts/linker/MachO: Use section flags to identify initializersBen Gamari2022-07-141-20/+11
* rts/linker/MachO: Drop dead codeBen Gamari2022-07-141-1/+0
* rts/linker/PEi386: Fix exception unwind unregistrationBen Gamari2022-07-143-10/+9
* testsuite: Add test for #21618 and #21847Ben Gamari2022-07-145-0/+51
* rts/linker/PEi386: Respect dtor/ctor priorityBen Gamari2022-07-142-2/+45