summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rts/linker/PEi386: Ensure that all .ctors/.dtors sections are runBen Gamari2022-07-142-21/+63
* Statically-link against libc++ on WindowsBen Gamari2022-07-141-0/+7
* Loader: Implement gnu-style -l:$path syntaxBen Gamari2022-07-141-11/+31
* rts/linker/PEi386: Add finalization supportBen Gamari2022-07-144-6/+51
* rts/linker/PEi386: Refactor handling of oc->infoBen Gamari2022-07-142-4/+10
* rts/linker/PEi386: Rename finit field to finiBen Gamari2022-07-143-5/+5
* testsuite: Add T20494Ben Gamari2022-07-145-0/+92
* rts/linker/Elf: Introduce support for invoking finalizers on unloadBen Gamari2022-07-144-3/+90
* hie-files: Record location of filled in default method bindingsZubin Duggal2022-07-146-41/+186
* hie-files: Fix scopes for deriving clauses and instance signatures (#18425)Zubin Duggal2022-07-145-7/+29
* Fix hlint warning in GHC.Types.DemandBen Gamari2022-07-141-1/+1
* Fix tcSplitNestedSigmaTysMatthew Pickering2022-07-144-26/+60
* Implement DeepSubsumptionSimon Peyton Jones2022-07-1424-177/+756
* eventlog: Don't leave dangling pointers hanging aroundBen Gamari2022-07-141-0/+2
* winio: make consoleReadNonBlocking not wait for any events at all.Tamar Christina2022-07-141-9/+30
* Vendor filepath inside template-haskellMatthew Pickering2022-07-146-23/+39
* driver: Fix issue with module loops and multiple home unitsMatthew Pickering2022-07-148-4/+40
* Fix potential space leak that arise from ModuleGraphs retaining referencesZubin Duggal2022-07-141-10/+10
* Enable :edit command in ghci multi-mode.Matthew Pickering2022-07-141-1/+1
* ghci: Fix most calls to isLoaded to work in multi-modeMatthew Pickering2022-07-142-4/+15
* rts: Fix AdjustorPool bitmap manipulationBen Gamari2022-07-141-14/+14
* Give Cmm files fake ModuleNames which include full filepathwip/andreask/late_cc_94Matthew Pickering2022-07-138-4/+47
* Change `-fprof-late` to insert cost centres after unfolding creation.Andreas Klebinger2022-07-1318-40/+278
* StgToCmm: Fix isSimpleScrut when profiling is enabled.Andreas Klebinger2022-07-133-27/+32
* Add one more sanity check in stg_restore_cccsAndreas Klebinger2022-07-131-0/+4
* Make dropTail comment a haddock commentAndreas Klebinger2022-07-131-1/+1
* Improve BUILD_PAP commentsAndreas Klebinger2022-07-131-0/+3
* ghci: Support :set prompt in multi replwip/ghc-9.4-backports-5Matthew Pickering2022-07-053-2/+6
* Add nightly job for generating docs suitable for hackage uploadMatthew Pickering2022-07-053-3/+197
* hadrian: Add --haddock-base-url option for specifying base-url when generatin...Matthew Pickering2022-07-0510-15/+53
* docs-upload: Fix upload script when no packages are listedMatthew Pickering2022-07-051-3/+4
* upload-docs: propagate publish correctly in upload_sdistMatthew Pickering2022-07-051-1/+1
* Add docs:<pkg> command to hadrian to build docs for just one packageMatthew Pickering2022-07-052-0/+8
* integer-gmp: Fix cabal fileBen Gamari2022-07-051-4/+5
* configure: Only probe for LD in FIND_LDBen Gamari2022-07-051-1/+2
* testsuite: Add test for #20735Ben Gamari2022-07-054-0/+64
* CmmToAsm/AArch64: Sign-extend narrow C argumentsBen Gamari2022-07-051-2/+14
* CmmToAsm/AArch64: Re-format argument handling logicBen Gamari2022-07-051-5/+19