summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* upload_ghc_libs: Fix path to documentationwip/T21164Ben Gamari2022-07-201-1/+1
* rts/ProfHeap: Ensure new Censuses are zeroedBen Gamari2022-07-191-0/+1
* driver: Fix implementation of -SMatthew Pickering2022-07-194-14/+27
* configure: Use AC_PATH_TOOL to detect toolsBen Gamari2022-07-191-12/+9
* Add mapAccumM, forAccumM to Data.TraversableBoris Lykah2022-07-193-5/+80
* gitignore: don't ignore all aclocal.m4 filesBen Gamari2022-07-181-1/+2
* Allow running memInventory when the concurrent nonmoving gc is enabledTeo Camarasu2022-07-182-5/+14
* Refactor wantToUnboxArg a bitSimon Peyton Jones2022-07-184-174/+217
* Make SetLevels honour floatConstsSimon Peyton Jones2022-07-181-4/+4
* Inline mapAccumLMSimon Peyton Jones2022-07-181-0/+5
* Make transferPolyIdInfo work for CPRSimon Peyton Jones2022-07-182-5/+14
* White space only in FamInstEnvSimon Peyton Jones2022-07-181-30/+34
* Rule matching: Don't compute the FVs if we don't look at them.Andreas Klebinger2022-07-182-3/+17
* Refactor SpecConstr to use treat bindings uniformlySimon Peyton Jones2022-07-181-264/+260
* typosEric Lindblad2022-07-1827-35/+35
* changelog typoEric Lindblad2022-07-181-1/+1
* hadrian: Add multi:<pkg> and multi targets for starting a multi-replMatthew Pickering2022-07-188-30/+138
* Fix incorrect proof of applyWhen’s propertiesAnselm Schüler2022-07-171-1/+1
* hadrian: Rename documentation directories for consistency with makeBen Gamari2022-07-176-16/+11
* testsuite: Fix T11829 on Centos 7Ben Gamari2022-07-161-1/+1
* rts/linker: Ensure that __cxa_finalize is called on code unloadBen Gamari2022-07-162-0/+25
* rts/linker: Clean up section kindsBen Gamari2022-07-161-2/+5
* rts/linker: Fix resolution of __dso_handle on DarwinBen Gamari2022-07-161-1/+1
* testsuite: Mark T13366Cxx as unbroken on DarwinBen Gamari2022-07-161-3/+1
* rts/linker/Elf: Work around GCC 6 init/fini behaviorBen Gamari2022-07-161-3/+19
* testsuite: Use system-cxx-std-lib instead of config.stdcxx_implBen Gamari2022-07-168-26/+11
* rts/linker/MachO: Introduce finalizer supportBen Gamari2022-07-163-0/+32
* rts/linker/MachO: Use section flags to identify initializersBen Gamari2022-07-161-20/+11
* rts/linker/MachO: Drop dead codeBen Gamari2022-07-161-1/+0
* rts/linker/PEi386: Fix exception unwind unregistrationBen Gamari2022-07-163-10/+9
* testsuite: Add test for #21618 and #21847Ben Gamari2022-07-165-0/+51
* rts/linker/PEi386: Respect dtor/ctor priorityBen Gamari2022-07-162-2/+45
* rts/linker/PEi386: Ensure that all .ctors/.dtors sections are runBen Gamari2022-07-162-21/+63
* Statically-link against libc++ on WindowsBen Gamari2022-07-161-0/+7
* Loader: Implement gnu-style -l:$path syntaxBen Gamari2022-07-161-11/+31
* rts/linker/PEi386: Add finalization supportBen Gamari2022-07-164-6/+51
* rts/linker/PEi386: Refactor handling of oc->infoBen Gamari2022-07-162-4/+10
* rts/linker/PEi386: Rename finit field to finiBen Gamari2022-07-163-5/+5
* testsuite: Add T20494Ben Gamari2022-07-165-0/+92
* rts/linker/Elf: Introduce support for invoking finalizers on unloadBen Gamari2022-07-164-3/+90
* rts/linker/Elf: Check that there are no NULL ctorsBen Gamari2022-07-161-0/+1
* configure: Don't override Windows CXXFLAGSBen Gamari2022-07-161-1/+1
* compiler: Add haddock sections to GHC.Utils.PanicBen Gamari2022-07-161-6/+12
* cmm: Move toBlockList to GHC.CmmBen Gamari2022-07-166-8/+5
* cmm: Eliminate orphan Outputable instancesBen Gamari2022-07-1631-1134/+999
* rts: forkOn context switches the target capabilityDouglas Wilson2022-07-164-8/+14
* Align the behaviour of `dopt` and `log_dopt`Dominik Peteler2022-07-164-32/+45
* rel-notes: Drop mention of #21745 fixBen Gamari2022-07-161-6/+0
* Suppress extra output from configure check for c++ librariesGreg Steuck2022-07-161-2/+2
* Make keepAlive# out-of-lineBen Gamari2022-07-167-36/+31