summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* adjustors: align comment about number of integer like arguments with implemen...wip/adamse/adjustorAdam Sandberg Ericsson2022-05-041-3/+3
* rts/ghc.mk: Only build StgCRunAsm.S when it is neededBen Gamari2022-05-041-0/+3
* genprimopcode: Replace LaTeX documentation syntax with HaddockAlexis King2022-05-044-444/+240
* genprimopcode: Support Unicode properlyAlexis King2022-05-044-23/+74
* CoreLint - When checking for levity polymorphism look through more ticks.Andreas Klebinger2022-05-044-13/+45
* Assume at least one evaluation for nested SubDemands (#21081, #21133)wip/T21081Sebastian Graf2022-05-0353-488/+853
* Fix several note referencesKrzysztof Gogolewski2022-05-0225-84/+40
* Remove obsolete code in CoreToStgKrzysztof Gogolewski2022-05-022-11/+0
* libraries/base: docs: Explain relationshipt between `finalizeForeignPtr` and ...Niklas Hambüchen2022-05-022-10/+22
* 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