summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TTG-ify StgLamwip/leif/stg-ttgLeif Metcalf2021-01-1211-67/+136
* Update expected-undocumented-flags.txtBenjamin Maurer2021-01-101-1/+0
* Document flag -dasm-lint in debugging.rstBenjamin Maurer2021-01-101-0/+7
* WorkWrap: Use SysLocal Name for Thunk Splitting (#19180)Sebastian Graf2021-01-103-13/+67
* Fix `not32Word#` -> `notWord32#`John Ericson2021-01-101-1/+1
* Correct more doctestsOleg Grenrus2021-01-109-20/+33
* Fix calls to varargs C function fcntlNick Erdmann2021-01-091-1/+2
* testsuite: Increase delay in conc059Ben Gamari2021-01-093-26/+37
* Natural: fix left shift of 0 (fix #19170)Sylvain Henry2021-01-094-1/+17
* gone_wrong.rst: remove duplicate termGreg Steuck2021-01-091-1/+1
* intro.rst: remove duplication of release references and fix a linkGreg Steuck2021-01-091-6/+1
* gitlab-ci: Don't attempt to push perf notes in cross buildBen Gamari2021-01-091-0/+5
* rts/PEi386: Fix reentrant lock usageBen Gamari2021-01-094-4/+1
* rts/Capability: Use relaxed load in findSparkBen Gamari2021-01-091-1/+2
* rts: Use SEQ_CST accesses when touching `wakeup`Ben Gamari2021-01-093-4/+4
* rts: Use relaxed load when checking for cap ownershipBen Gamari2021-01-091-1/+4
* rts: stats: Fix calculation for fragmentationDouglas Wilson2021-01-091-1/+1
* rts: stats: Some fixes to stats for sequential gcsDouglas Wilson2021-01-092-14/+37
* More tidy synopses, and new generative recursionViktor Dukhovni2021-01-091-69/+260
* Reconcile extant synopses with new overview proseViktor Dukhovni2021-01-091-186/+323
* More truthful synopsis examplesViktor Dukhovni2021-01-091-11/+14
* New overview of Foldable classViktor Dukhovni2021-01-092-53/+750
* Never Anyify during kind inferenceRichard Eisenberg2021-01-0930-91/+462
* hadrian: Add missing dependenciesBen Gamari2021-01-091-1/+5
* Remove errShortString, cleanup error-related functionsAlfredo Di Napoli2021-01-0923-211/+237
* Hadrian: show default ghc-bignum backend (fix #18912)Sylvain Henry2021-01-071-2/+2
* docs: Various release notes changesBen Gamari2021-01-071-9/+20
* rts/Sanity: Allow DEAD_WEAKs in weak pointer listBen Gamari2021-01-071-1/+1
* rts/Linker: Add noreturn to loadNativeObj on non-ELF platformsBen Gamari2021-01-071-2/+6
* testsuite: Add test for #19149Ben Gamari2021-01-074-0/+51
* compiler: Initialize ForeignExportsList.n_entriesBen Gamari2021-01-071-1/+4
* GHCi: Fill field `DynFlags.dumpPrefix`. (Fixes #17500)Roland Senn2021-01-078-6/+45
* Make primops for `{Int,Word}32#`John Ericson2021-01-0722-18/+843
* users-guide: Remove space from -ol documentationBen Gamari2021-01-071-2/+2
* rts: Enforce that mark-region isn't used with -hBen Gamari2021-01-072-0/+21
* rts: Zero shrunk array slop in vanilla RTSBen Gamari2021-01-073-5/+16
* Storage: Unconditionally enable zeroing of alignment slopBen Gamari2021-01-071-11/+11
* rts: Implement heap census support for pinned objectsBen Gamari2021-01-071-29/+21
* rts: Break up census logicBen Gamari2021-01-071-176/+187
* Implement Unique supply with Addr# atomic primopSylvain Henry2021-01-0510-184/+101
* Rename internal primpos ahead of !4492John Ericson2021-01-033-58/+58
* Maintain invariant: MVars on mut_list are dirtyViktor Dukhovni2021-01-032-0/+3
* Add the Data.Foldable strictness optimisations to base's changelogHécate2021-01-031-0/+3
* Add regression test for #18467wip/T18467Simon Peyton Jones2021-01-023-0/+31
* Don't use absentError thunks for strict constructor fieldsSimon Peyton Jones2021-01-027-77/+172
* Use EmptyCase instead of undefined in Generics exampleAsad Saeeduddin2021-01-021-6/+6
* Correct doctestsOleg Grenrus2021-01-0224-38/+117
* Upstream the strictness optimisation for GHC.List.{maximum,minimum}Hécate2021-01-021-2/+2
* Upstream the strictness optimisation for GHC.List.{sum,product}Hécate2021-01-021-2/+2
* rts: update usage text for new -A defaultDouglas Wilson2021-01-021-1/+1