aboutsummaryrefslogtreecommitdiff
path: root/lib/std/atomic/int.zig
AgeCommit message (Expand)Author
2020-12-31Year++Frank Denis
2020-12-10std: Validate the atomic ordering parameter in atomic.IntLemonBoy
2020-12-10std: prevent instantiation of atomic.Int with non-integral typesLemonBoy
2020-11-19std: add tests for std.atomic.Intdaurnimator
2020-11-19std: fix missing operation argument to @atomicRmwdaurnimator
2020-11-19std: some more docs for std.atomic.Intdaurnimator
2020-11-19std: mark std.atomic.Int as extern so it can be used in public ABIsdaurnimator
2020-11-18std: expose all atomic operations from std.atomic.Intdaurnimator
2020-08-20add license header to all std lib filesAndrew Kelley
2020-03-11Move abi size checking to codegenVexu
2019-09-25mv std/ lib/Andrew Kelley