summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "rts: Refactor handling of dead threads' stacks"wip/try-revertMatthew Pickering2022-04-286-30/+9
* Mark GHC.Prim.PtrEq as Unsafesheaf2022-04-274-1/+14
* Give Cmm files fake ModuleNames which include full filepathMatthew Pickering2022-04-278-4/+47
* rts: add some more documentation to StgWeak closure typeAdam Sandberg Ericsson2022-04-271-2/+13
* Update docs for change to type-checking pluginssheaf2022-04-272-2/+13
* Documentation for setLocaleEncodingBodigrim2022-04-271-2/+27
* Bump text submodule.Ben Gamari2022-04-271-0/+0
* Change `-dsuppress-ticks` to only suppress non-code ticks.Andreas Klebinger2022-04-271-2/+4
* Enable eventlog support in all ways by defaultBen Gamari2022-04-2733-195/+92
* rts/eventlog: Don't attempt to flush if there is no writerBen Gamari2022-04-271-0/+8
* rts: state explicitly what evacuate and scavange mean in the copying gcAdam Sandberg Ericsson2022-04-272-1/+9
* ci: Add linting job which checks authors are not GHC CIMatthew Pickering2022-04-272-0/+31
* bootstrap: Add bootstrapping files for ghc-9_2_2Matthew Pickering2022-04-272-0/+2
* ci: Fix shell commandMatthew Pickering2022-04-271-2/+2
* ci: Explicitly handle failures in test_hadrianMatthew Pickering2022-04-271-11/+11
* ci: Add test to check that release jobs have profiled libsMatthew Pickering2022-04-272-1/+14
* ci: Fix cabal-reinstall jobMatthew Pickering2022-04-272-7/+3
* testsuite: Add test for #16476Ben Gamari2022-04-276-0/+45
* Basic response file supportBen Gamari2022-04-276-45/+111
* Ensure that Any is Boxed in FFI imports/exportssheaf2022-04-2710-11/+120
* Add note about inefficiency in returnMemoryToOSFabian Thorand2022-04-271-0/+8
* Defer freeing of mega block groupsFabian Thorand2022-04-273-35/+245
* testsuite: Report minimum and maximum stat changesBen Gamari2022-04-271-3/+7
* Fix rendering of liftA haddockLi-yao Xia2022-04-251-2/+1
* Document behaviour of RULES with KnownNatBodigrim2022-04-251-0/+9
* rts: Improve documentation of closure typesBen Gamari2022-04-251-13/+35
* rts: Refactor handling of dead threads' stacksBen Gamari2022-04-256-9/+30
* Drop remaining vestiges of libtoolBen Gamari2022-04-255-37/+11
* Drop libtool path from settings fileBen Gamari2022-04-2511-39/+7
* Drop dead code in GHC.Linker.Static.linkBinary'Ben Gamari2022-04-251-18/+5
* testsuite: Add testcase for #21141Ben Gamari2022-04-252-0/+27
* Ensure that wired-in exception closures aren't GC'dBen Gamari2022-04-254-40/+101
* rts: Factor out built-in GC rootsBen Gamari2022-04-251-35/+41
* testsuite: Cabalify ghc-configBen Gamari2022-04-256-24/+23
* testsuite: More robust library way detectionBen Gamari2022-04-253-97/+38
* hadrian: Clean up handling of libffi dependenciesBen Gamari2022-04-256-13/+25
* hadrian: Drop redundant include directoriesBen Gamari2022-04-251-10/+0
* hadrian: Ensure that --extra-lib-dirs are usedBen Gamari2022-04-251-26/+5
* Improve floated dicts in SpecialiseSimon Peyton Jones2022-04-223-91/+147
* decideMonoTyVars: account for CoVars in candidatessheaf2022-04-224-3/+34
* unlist announceEric Lindblad2022-04-221-8/+6
* Mention new MutableByteArray# wrapper in base changelog.Andreas Klebinger2022-04-221-1/+1
* Relax "suppressing errors" assert in reportWantedssheaf2022-04-221-4/+9
* Fixes to rubbish literalsKrzysztof Gogolewski2022-04-224-4/+10
* hadrian: Enable -dlint in devel2 flavourBen Gamari2022-04-221-1/+1
* testsuite: Ensure that GHC doesn't pick up environment filesBen Gamari2022-04-222-2/+4
* hadrian: Don't rely on xxx not being present in installation pathBen Gamari2022-04-221-2/+2
* get-win32-tarballs: Drop i686 architectureBen Gamari2022-04-221-2/+2
* Update test baselines to match new error messages from GHC.IO.Encoding.FailureBodigrim2022-04-224-34/+34
* Improve error messages from GHC.IO.Encoding.FailureBodigrim2022-04-221-8/+12