summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* StgToCmm: Fix isSimpleScrut when profiling is enabled.wip/andreask/fix-prof-94Andreas Klebinger2022-07-113-27/+31
* 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
* -ddump-llvm shouldn't imply -fllvmBen Gamari2022-07-052-2/+3
* Mark AArch64/Darwin as requiring sign-extensionBen Gamari2022-07-051-0/+5
* rts: gc stats: account properly for copied bytes in sequential collectionsDouglas Wilson2022-07-052-0/+10
* Cleanup BuiltInSyntax vs UserSyntaxMatthew Pickering2022-07-0517-48/+45
* Break out thNameToGhcNameIO (ref. #21730)Brandon Chinn2022-07-052-3/+28
* Use lookupNameCache instead of lookupOrigIOBrandon Chinn2022-07-054-9/+7
* Use correct arch for the FreeBSD triple in gen-data-layout.shGleb Popov2022-07-051-1/+1
* winio: Add support to console handles to handleToHANDLETamar Christina2022-07-051-3/+5
* ghc-heap: Don't Box NULL pointersBen Gamari2022-07-057-16/+33
* ghc-heap: Add (broken) test for #21622Ben Gamari2022-07-053-0/+29
* linker: only keep rtl exception tables if they have been relocatedTamar Christina2022-07-051-5/+6
* Don't mark lambda binders as OtherConAndreas Klebinger2022-07-0533-429/+844
* StgLint: Check that functions are applied to compatible runtime repsAndreas Klebinger2022-07-054-26/+115
* Ticky:Make json info a separate field.Andreas Klebinger2022-07-054-36/+40
* Fix combination of ArityType in andArityTypewip/9.4-T21694Matthew Pickering2022-06-303-22/+103
* Mention -fprof-manual in release notes.wip/andreask/prof-manual-noteAndreas Klebinger2022-06-271-0/+4
* Revert "Use fix-sized bit-fiddling primops for fixed size boxed types"ghc-9.4.1-alpha3Ben Gamari2022-06-234-149/+151
* rts/PEi386: Fix handling of weak symbolsBen Gamari2022-06-203-2/+13
* rts: Add debug output on ocResolve failureBen Gamari2022-06-201-1/+4
* Bump cabal submodule to current 3.8 branchBen Gamari2022-06-202-5/+1
* Add NO_BOOT to hackage_doc_tarball jobMatthew Pickering2022-06-171-0/+2
* replace quadratic nub to fight byte code gen perf explosionTorsten Schmits2022-06-171-8/+9
* hadrian: Don't install `include/` directory in bindist.Matthew Pickering2022-06-171-9/+1
* testsuite: Add tests for system-cxx-std-lib packageBen Gamari2022-06-177-0/+43
* Introduce package to capture dependency on C++ stdlibBen Gamari2022-06-1710-8/+118
* testsuite: Build T20918 with HC, not CXXBen Gamari2022-06-161-2/+2
* driver: Introduce pgmcxxBen Gamari2022-06-1617-15/+55
* configure: Don't attempt to override linker on DarwinBen Gamari2022-06-161-1/+8
* hadrian: Run xattr -rc . on bindist tarballBen Gamari2022-06-161-0/+9
* configure: Hide spurious warning from ldBen Gamari2022-06-161-1/+1
* Remove redundant importMatthew Pickering2022-06-151-1/+0
* Add test for T21682Matthew Pickering2022-06-152-0/+4
* Fix a CSE shadowing bug.Andreas Klebinger2022-06-151-30/+94
* Expand documentation of hIsTerminalDeviceBodigrim2022-06-151-1/+8
* hadrian/bindist: Drop redundant include of install.mkBen Gamari2022-06-151-1/+0
* Add test for #21558Matthew Pickering2022-06-152-0/+17
* OverloadedRecordFields: mention parent name in 'ambiguous occurrence' error f...nineonine2022-06-1520-76/+120
* Generalize breakTyVarCycle to work with TyFamLHSRichard Eisenberg2022-06-1511-73/+167