summaryrefslogtreecommitdiff
path: root/rts/StablePtr.c
Commit message (Expand)AuthorAgeFilesLines
* rts: improve memory ordering and add some comments in the StablePtr implement...Adam Sandberg Ericsson2023-04-141-10/+36
* rts: allow NULL to be used as an invalid StgStablePtrAdam Sandberg Ericsson2022-07-071-2/+19
* Fix a few Note inconsistenciesBen Gamari2022-02-011-1/+1
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-1/+1
* rts: Avoid data races in StablePtr implementationBen Gamari2020-10-241-4/+5
* Fix typosBrian Wignall2019-11-231-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* Finish stable splitDavid Feuer2018-08-291-0/+329