summaryrefslogtreecommitdiff
path: root/libraries/ghc-heap/GHC/Exts
Commit message (Expand)AuthorAgeFilesLines
* ghc-heap: remove wrong Addr# coercion (#23181)Sylvain Henry2023-04-032-2/+2
* Revert "ghc-heap: remove wrong Addr# coercion (#23181)"Matthew Pickering2023-03-302-4/+4
* ghc-heap: remove wrong Addr# coercion (#23181)Sylvain Henry2023-03-302-4/+4
* 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
* ghc-heap: Don't Box NULL pointersBen Gamari2022-06-182-6/+10
* Deprecate TypeInType extensionHaskellMouse2022-06-061-1/+2
* 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
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-092-14/+0
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-071-0/+8
* ghc-heap: Fix profiled buildBen Gamari2021-03-031-2/+2
* 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-151-8/+0
* Implement BoxedRep proposalAndrew Martin2020-12-141-0/+8
* ghc-heap: partial TSO/STACK decodingDavid Eichmann2020-11-289-4/+683
* Split Up getClosureDataFromHeapRepMatthew Pickering2020-11-261-9/+18
* Remove special case for GHC.ByteCode.InstrMatthew Pickering2020-11-261-3/+1
* ghc-heap: expose decoding from heap representationDavid Eichmann2020-11-101-65/+112
* winio: Add IOPort synchronization primitiveTamar Christina2020-07-151-1/+10
* 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
* Remove redundant 0s in ghc-heap pointer stringsÖmer Sinan Ağacan2019-10-311-3/+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-262-0/+21
* support small arrays and CONSTR_NOCAF in ghc-heapDavid Hewson2019-05-312-0/+16
* Fix a few broken Trac links [skip ci]Chaitanya Koparkar2019-03-272-2/+2
* 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-252-2/+2
* ghc-heap: Fix writing closures on big endianPeter Trommler2018-10-151-1/+4
* NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghciShayne Fletcher2018-09-188-0/+8
* Fix endian issues in ghc-heapPeter Trommler2018-07-271-0/+17
* Support the GHCi debugger with -fexternal-interpreterSimon Marlow2018-07-163-5/+13
* Rename some mutable closure types for consistencyÖmer Sinan Ağacan2018-06-052-5/+5
* ghc-heap: Add dependency from GHC.Exts.Heap.Closures to InfoTableProfBen Gamari2018-05-301-0/+6
* ghc-prim: Bump versionBen Gamari2018-05-201-1/+1
* Add HeapView functionalityPatrick Dougherty2018-05-208-0/+996