summaryrefslogtreecommitdiff
path: root/libraries/ghc-heap
Commit message (Expand)AuthorAgeFilesLines
...
* support small arrays and CONSTR_NOCAF in ghc-heapDavid Hewson2019-05-312-0/+16
* Use ghc-prim < 0.7, not <= 0.6.1, as upper version boundsRyan Scott2019-04-091-1/+1
* Replace git.haskell.org with gitlab.haskell.org (#16196)Yuriy Syrovetskiy2019-04-041-1/+1
* Bump ghc-prim's version where neededAlexandre2019-04-011-1/+1
* Fix a few broken Trac links [skip ci]Chaitanya Koparkar2019-03-273-3/+3
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* ghc-heap: Introduce closureSizeBen Gamari2019-03-174-0/+51
* 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-189-0/+11
* 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
* Update repository sub-dir for ghc-heap in ghc-heap.cabal.inAlp Mestanogullari2018-05-301-1/+1
* ghc-prim: Bump versionBen Gamari2018-05-201-1/+1
* Add HeapView functionalityPatrick Dougherty2018-05-2017-0/+1525