summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor SpecConstr to use treat bindings uniformlywip/T21457Simon Peyton Jones2022-07-181-264/+260
* 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
* Document RuntimeRep polymorphism limitations of catch#, et alBen Gamari2022-07-162-7/+69
* Add record-dot-syntax testColten Webb2022-07-163-0/+49
* Compute record-dot-syntax typesColten Webb2022-07-161-0/+1
* Change GHCi bytecode return convention for unlifted datatypes.Luite Stegeman2022-07-164-33/+53
* rts: Fix AdjustorPool bitmap manipulationBen Gamari2022-07-131-14/+14
* Fix potential space leak that arise from ModuleGraphs retaining referencesZubin Duggal2022-07-131-10/+10
* Hadrian: update documentation of settingssheaf2022-07-133-102/+117
* testsuite: Factor out common parts from hiefile testsZubin Duggal2022-07-138-145/+104
* hie-files: Record location of filled in default method bindingsZubin Duggal2022-07-136-44/+190
* hie-files: Fix scopes for deriving clauses and instance signatures (#18425)Zubin Duggal2022-07-135-7/+29
* tarballEric Lindblad2022-07-131-3/+6
* fix bootstrapEric Lindblad2022-07-131-4/+12
* fix readmeEric Lindblad2022-07-131-3/+3
* Tiny documentation wibbles (comments only)wip/T21452Simon Peyton Jones2022-07-123-5/+5
* Edit Note [idArity varies independently of dmdTypeDepth]Simon Peyton Jones2022-07-124-24/+34
* Fix a scoping bug in the SpecialiserSimon Peyton Jones2022-07-092-17/+19