summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* driver: Make -no-keep-o-files -no-keep-hi-files work in --make modewip/t21349Matthew Pickering2022-05-026-9/+30
* typosEric Lindblad2022-05-011-2/+2
* exprIsDeadEnd: Use isDeadEndAppSig to check if a function appliction is botto...Andreas Klebinger2022-05-013-7/+7
* Add documentation to the ByteArray# primetype.Hécate Moonlight2022-05-011-5/+44
* StgLint: Check that functions are applied to compatible runtime repsAndreas Klebinger2022-05-014-24/+179
* Testsuite driver: don't crash on empty metricssheaf2022-04-301-3/+7
* rts/m32: Fix assertion failureBen Gamari2022-04-301-0/+3
* Hadrian: Update README about the flavour/testsuite contractMatthew Pickering2022-04-302-0/+10
* Add test for T21229Matthew Pickering2022-04-303-0/+26
* Revert "Make the specialiser handle polymorphic specialisation"Matthew Pickering2022-04-304-238/+52
* hacking guide: mention the core libraries committeeChris Martin2022-04-301-0/+1
* users guide: add categories to some flagsAdam Sandberg Ericsson2022-04-301-6/+6
* ghc-boot: export typesynonyms from GHC.Utils.EncodingAdam Sandberg Ericsson2022-04-301-0/+2
* Update user guide example rewrite rules formattingMarius Ghita2022-04-301-3/+3
* Convert More Diagnostics (#20116)Ben Gamari2022-04-3017-189/+505
* Make mkFunCo take AnonArgFlags into accountRyan Scott2022-04-304-2/+19
* Add a note about instance visibility across component boundariesparsonsmatt2022-04-301-3/+16
* rts: Refactor handling of dead threads' stacksBen Gamari2022-04-296-14/+36
* 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