summaryrefslogtreecommitdiff
path: root/libraries/ghc-heap/GHC/Exts/Heap/Closures.hs
Commit message (Expand)AuthorAgeFilesLines
* ghc-heap: Fix decoding of TSO closuresMatthew Pickering2022-08-181-0/+1
* ghc-heap: Don't Box NULL pointersBen Gamari2022-06-181-4/+5
* rts/winio: Fix #18382Ben Gamari2022-01-181-1/+0
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-091-1/+1
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-091-7/+0
* Add missing instances to ghc-heap typesMatthew Pickering2021-02-021-4/+4
* ghc-heap: partial TSO/STACK decodingDavid Eichmann2020-11-281-4/+79
* winio: Add IOPort synchronization primitiveTamar Christina2020-07-151-1/+10
* Update documentation for closureSizePaavo2020-03-131-1/+2
* Remove redundant 0s in ghc-heap pointer stringsÖmer Sinan Ağacan2019-10-311-3/+1
* ghc-heap: implement WEAK closure type #16974Adam Sandberg Eriksson2019-07-261-0/+10
* support small arrays and CONSTR_NOCAF in ghc-heapDavid Hewson2019-05-311-0/+10
* Fix a few broken Trac links [skip ci]Chaitanya Koparkar2019-03-271-1/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* ghc-heap: Introduce closureSizeBen Gamari2019-03-171-0/+14
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-141-1/+1
* Fix some broken links (#15733)Fangyi Zhou2018-10-251-1/+1
* NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghciShayne Fletcher2018-09-181-0/+1
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-161-3/+6
* ghc-heap: Add dependency from GHC.Exts.Heap.Closures to InfoTableProfBen Gamari2018-05-301-0/+6
* Add HeapView functionalityPatrick Dougherty2018-05-201-0/+313