summaryrefslogtreecommitdiff
path: root/libraries/ghc-heap
Commit message (Expand)AuthorAgeFilesLines
* ghc-heap: remove wrong Addr# coercion (#23181)Sylvain Henry2023-04-033-4/+5
* Revert "ghc-heap: remove wrong Addr# coercion (#23181)"Matthew Pickering2023-03-303-13/+14
* ghc-heap: remove wrong Addr# coercion (#23181)Sylvain Henry2023-03-303-14/+13
* testsuite: Skip some tests when sanity checking is enabledBen Gamari2023-03-081-1/+2
* Add Javascript backendSylvain Henry2022-11-292-1/+4
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-211-1/+1
* Avoid partial head and tail in ghc-heap; replace with total pattern-matchingBodigrim2022-09-162-104/+83
* Add native delimited continuations to the RTSAlexis King2022-09-111-0/+1
* ghc-heap: Fix decoding of TSO closuresMatthew Pickering2022-08-182-2/+7
* Bump ghc-prim and base versionsBen Gamari2022-06-271-1/+1
* ghc-heap: Don't Box NULL pointersBen Gamari2022-06-185-10/+15
* ghc-heap: Add (broken) test for #21622Ben Gamari2022-06-183-0/+29
* Deprecate TypeInType extensionHaskellMouse2022-06-063-3/+6
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-151-1/+1
* Fix some hlint issues in ghc-heapSven Tennie2022-02-282-7/+4
* ghc-heap: Drop mention of BlockedOnIOCompletionBen Gamari2022-01-242-6/+0
* rts/winio: Fix #18382Ben Gamari2022-01-183-3/+2
* Fix Haddock parse error in GHC.Exts.Heap.FFIClosures.hsGeorge Thomas2022-01-041-2/+2
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-094-7/+7
* rts: Fix use of sized array in Heap.hBen Gamari2021-08-091-1/+1
* Use GHC2021 as default languageJoachim Breitner2021-03-101-1/+2
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-092-14/+0
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-072-1/+9
* ghc-heap: Fix profiled buildBen Gamari2021-03-031-2/+2
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-1/+1
* Add missing instances to ghc-heap typesMatthew Pickering2021-02-022-8/+8
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* ghc-heap: Allow more control about decoding CCS fieldsMatthew Pickering2021-01-225-15/+34
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-152-9/+1
* Implement BoxedRep proposalAndrew Martin2020-12-142-1/+9
* ghc-heap: partial TSO/STACK decodingDavid Eichmann2020-11-2816-4/+998
* Split Up getClosureDataFromHeapRepMatthew Pickering2020-11-261-9/+18
* Remove special case for GHC.ByteCode.InstrMatthew Pickering2020-11-261-3/+1
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-261-1/+1
* ghc-heap: expose decoding from heap representationDavid Eichmann2020-11-101-65/+112
* Add hie.yaml to ghc-heapSven Tennie2020-08-111-0/+12
* winio: Add IOPort synchronization primitiveTamar Christina2020-07-151-1/+10
* Bump ghc-prim version to 0.7.0Ryan Scott2020-07-021-1/+1
* Prepare to use run-time tablesNextToCode in compiler exclusivelyJoachim Breitner2020-03-261-2/+2
* Update documentation for closureSizePaavo2020-03-131-1/+2
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-2/+2
* Make BCO# liftedBen Gamari2019-12-032-5/+2
* Remove redundant 0s in ghc-heap pointer stringsÖmer Sinan Ağacan2019-10-311-3/+1
* Skip ghc_heap_all test in nonmoving waysBen Gamari2019-10-221-1/+2
* ghc-heap: Skip heap_all test with debugged RTSBen Gamari2019-10-221-1/+4
* Switch to cabal-version=3.0 in ghc-heap.cabalAndrey Mokhov2019-10-071-1/+1
* Remove unneeded CPP now that GHC 8.6 is the minimumRyan Scott2019-09-253-20/+0
* ghc-heap: implement WEAK closure type #16974Adam Sandberg Eriksson2019-07-266-0/+84
* ghc-heap: Add closure_size_noopt testBen Gamari2019-06-104-56/+77
* testsuite: Fix and extend closure_size testBen Gamari2019-06-102-12/+84