summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Deduplicate ways correctlywip/deduplicate-waysMatthew Pickering2022-04-291-1/+2
* testsuite: Normalise package versions in UnusedPackages testMatthew Pickering2022-04-291-1/+4
* Bump bytestring submoduleBen Gamari2022-04-291-0/+0
* Provide efficient unionMG function for combining two module graphs.Matthew Pickering2022-04-291-4/+25
* Revert "rts: Refactor handling of dead threads' stacks"Matthew Pickering2022-04-286-30/+9
* Remove unused lineTamar Christina2022-04-281-1/+0
* winio: add support to iserv.Tamar Christina2022-04-285-11/+84
* add since annotation for GHC.Stack.CCS.whereFromTeo Camarasu2022-04-281-0/+2
* configure: Bump GHC version to 9.5Ben Gamari2022-04-282-1/+1
* Add INLINE pragmas for Enum helper methodsSimon Peyton Jones2022-04-283-16/+122
* Fix unification of ConcreteTvs, removing IsRefl#sheaf2022-04-2887-1206/+1847
* Bump process submoduleBen Gamari2022-04-282-1/+1
* hadrian: Clean up flavour transformer definitionsBen Gamari2022-04-281-4/+3
* testsuite: Fix calculation about whether to pass -dynamic to compilerMatthew Pickering2022-04-282-7/+7
* hadrian: Don't pass -rtsopts when building librariesDouglas Wilson2022-04-281-2/+2
* hadrian: add debug_ghc and debug_stage1_ghc flavour transformersDouglas Wilson2022-04-284-2/+20
* hadrian: Enrich flavours to build profiled/debugged/threaded ghcs per stageDouglas Wilson2022-04-2811-32/+30
* hadrian: Add Monoid instance to WayDouglas Wilson2022-04-281-1/+4
* testsuite: Add performance test for #14766wip/T14766-testBen Gamari2022-04-282-0/+31
* 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