summaryrefslogtreecommitdiff
path: root/libraries/ghc-heap/tests
Commit message (Expand)AuthorAgeFilesLines
* ghc-heap: remove wrong Addr# coercion (#23181)Sylvain Henry2023-04-031-2/+3
* Revert "ghc-heap: remove wrong Addr# coercion (#23181)"Matthew Pickering2023-03-301-9/+10
* ghc-heap: remove wrong Addr# coercion (#23181)Sylvain Henry2023-03-301-10/+9
* testsuite: Skip some tests when sanity checking is enabledBen Gamari2023-03-081-1/+2
* Add Javascript backendSylvain Henry2022-11-291-0/+2
* ghc-heap: Don't Box NULL pointersBen Gamari2022-06-183-4/+5
* ghc-heap: Add (broken) test for #21622Ben Gamari2022-06-183-0/+29
* Deprecate TypeInType extensionHaskellMouse2022-06-062-2/+4
* rts: Fix use of sized array in Heap.hBen Gamari2021-08-091-1/+1
* Use GHC2021 as default languageJoachim Breitner2021-03-101-1/+2
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-071-1/+1
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-031-1/+1
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-151-1/+1
* Implement BoxedRep proposalAndrew Martin2020-12-141-1/+1
* ghc-heap: partial TSO/STACK decodingDavid Eichmann2020-11-286-0/+307
* Make BCO# liftedBen Gamari2019-12-032-5/+2
* 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
* ghc-heap: implement WEAK closure type #16974Adam Sandberg Eriksson2019-07-264-0/+63
* ghc-heap: Add closure_size_noopt testBen Gamari2019-06-104-56/+77
* testsuite: Fix and extend closure_size testBen Gamari2019-06-102-12/+84
* ghc-heap: Introduce closureSizeBen Gamari2019-03-173-0/+37
* Add HeapView functionalityPatrick Dougherty2018-05-204-0/+437