summaryrefslogtreecommitdiff
path: root/compiler/GHC/Data/FastMutInt.hs
Commit message (Expand)AuthorAgeFilesLines
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+0
* FastMutInt: Introduce atomicFetchAddFastMutIntBen Gamari2021-03-101-7/+13
* FastMutInt: Ensure that newFastMutInt initializes valueBen Gamari2021-03-101-10/+14
* FastMutInt: Drop FastMutPtrBen Gamari2021-03-101-25/+1
* IntVar: fix allocation sizeSylvain Henry2021-02-051-2/+2
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-0/+61