summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PmCheck: Elaborate what 'model' means in the user guide [skip ci]wip/MR1752-leftoversSebastian Graf2019-09-271-8/+14
* Remove unneeded CPP now that GHC 8.6 is the minimumRyan Scott2019-09-254-27/+0
* base: Move Ix typeclass to GHC.IxBen Gamari2019-09-2513-358/+383
* PmCheck: Only ever check constantly many models against a single patternSebastian Graf2019-09-2516-274/+278
* includes/CodeGen.Platform.hs don't include ghcautoconf.hJohn Ericson2019-09-251-1/+0
* Add -Wderiving-defaults (#15839)Kari Pahula2019-09-259-4/+59
* Add ghcide configuration filesMatthew Pickering2019-09-243-0/+17
* Fix bounds check in ocResolve_PEi386 for relocation values.Andreas Klebinger2019-09-241-2/+2
* testsuite: Mark threadstatus-9333 as fragile in profthreadedBen Gamari2019-09-241-1/+1
* hadrian: Update source-repositoryBen Gamari2019-09-241-1/+1
* gitlab-ci: Bump ci-imagesBen Gamari2019-09-241-1/+1
* base: Add link to "A reflection on types"Ben Gamari2019-09-241-0/+1
* Fix some duplication in the parserSebastian Graf2019-09-241-20/+4
* Hadrian: Add -haddock option for GHCi's :doc commandTakenobu Tani2019-09-242-2/+2
* Some leftovers from !1732. Comments only [skip ci]Sebastian Graf2019-09-242-3/+4
* Add -fkeep-going to make compiler continue despite errors (#15424)Kari Pahula2019-09-2315-3/+103
* [hadrian] Rebuild programs on dynamicGhcPrograms/ghcProfiled changeArtem Pyanykh2019-09-2310-20/+68
* sort-paragraphs in runBuilderWithBjörn Gohla2019-09-231-11/+13
* alphabetical orderingBjörn Gohla2019-09-231-4/+4
* explicit dependence on makeinfoBjörn Gohla2019-09-233-5/+13
* detect makeinfo in configure(.ac)Björn Gohla2019-09-231-1/+12
* use the Make builder instead of raw cmd_Björn Gohla2019-09-231-1/+5
* add Hadrian rule to build user guide as Info bookBjörn Gohla2019-09-235-3/+27
* base: add newtypes for socklen_t and ndfs_t to System.Posix.Types #16568Adam Sandberg Eriksson2019-09-235-6/+33
* users-guide: Fix links and formats for GHC 8.10Takenobu Tani2019-09-237-24/+24
* gitlab-ci: Fix URL of Windows cabal-install tarballBen Gamari2019-09-231-1/+1
* rts: TraverseHeap: Add doc comment for getTraverseStackMaxSizeDaniel Gröber2019-09-221-0/+3
* rts: RetainerProfile: Explain retainVisitClosure return valuesDaniel Gröber2019-09-221-3/+3
* rts: TraverseHeap: Move stackElement.cp back into nextPos unionDaniel Gröber2019-09-221-6/+7
* rts: TraverseHeap: Make pushStackElement argument constDaniel Gröber2019-09-221-4/+4
* rts: TraverseHeap: Make comment style consistentDaniel Gröber2019-09-222-60/+64
* rts: Split heap traversal from retainer profilerDaniel Gröber2019-09-223-1353/+1372
* rts: RetainerProfile.c: Minimize #includesDaniel Gröber2019-09-221-8/+1
* rts: RetainerProfile.c: Re-enable and fix warningsDaniel Gröber2019-09-224-12/+13
* rts: retainer: Improve Note [Profiling heap traversal visited bit]Daniel Gröber2019-09-221-20/+20
* rts: retainer: Make visit callback easier to implementDaniel Gröber2019-09-222-17/+25
* rts: retainer: Move mut_list reset to generic traversal codeDaniel Gröber2019-09-221-40/+33
* rts: retainer: Remove traverse-stack chunk supportDaniel Gröber2019-09-222-46/+7
* rts: retainer: Move actual 'flip' bit flip to generic traversal codeDaniel Gröber2019-09-221-3/+5
* rts: retainer: Update obsolete docs for traverseMaybeInitClosureDataDaniel Gröber2019-09-221-14/+6
* rts: retainer: Abstract maxStackSize for generic traversalDaniel Gröber2019-09-222-3/+11
* rts: retainer: Move heap traversal declarations to new headerDaniel Gröber2019-09-223-96/+128
* rts: retainer: Use global STATIC_INLINE macroDaniel Gröber2019-09-221-25/+18
* rts: retainer: Remove outdated invariants on traversePushStackDaniel Gröber2019-09-221-8/+0
* rts: retainer: Cleanup comments and strings for traversal extractionDaniel Gröber2019-09-221-95/+137
* rts: retainer: Reduce DEBUG_RETAINER ifdef noiseDaniel Gröber2019-09-224-69/+39
* rts: retainer: Rename heap traversal functions for extractionDaniel Gröber2019-09-223-105/+104
* rts: retainer: Remove obsolete debug codeDaniel Gröber2019-09-221-330/+1
* rts: RetainerSet: Remove obsolete fist/second-approach choiceDaniel Gröber2019-09-223-69/+2
* rts: Add note reference to SET_PROF_HDR for profiling 'flip' bitDaniel Gröber2019-09-221-0/+2