aboutsummaryrefslogtreecommitdiff
path: root/lib/std/atomic.zig
AgeCommit message (Expand)Author
2024-08-01Merge pull request #20870 from alexrp/target-cleanup-3Andrew Kelley
2024-08-01std.atomic: Don't lie to the compiler about memory clobbers in spinLoopHint().Alex Rønne Petersen
2024-07-30std.Target: Remove `sparcel` architecture tag.Alex Rønne Petersen
2024-07-29std.atomic: Implement specialized spinLoopHint() for more architectures.Alex Rønne Petersen
2024-07-29std.atomic: Define specialized cache_line values for more architectures.Alex Rønne Petersen
2024-07-28std.Target.Cpu.Arch: Remove the `aarch64_32` tag.Alex Rønne Petersen
2024-03-15bsd: debitrot AtomicOrder renamesMichael Dusan
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2023-11-22rework std.atomicAndrew Kelley
2023-11-22std: remove atomic.QueueAndrew Kelley
2023-11-22std: remove atomic.StackAndrew Kelley
2023-11-22std.atomic: remove some APIsAndrew Kelley
2023-04-21std: remove names from incorrectly named testsJacob Young
2022-11-04all: rename i386 to x86Ali Chraghi
2022-04-19std.Thread.Futex improvements (#11464)protty
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-07-20stage2: miscellaneous fixes for the branchAndrew Kelley
2021-06-01os/bits: remove duplicate `sockaddr_storage` for dragonflyKenta Iwasaki
2021-05-31std.sync.atomic: extended atomic helper functions (#8866)protty
2020-12-31Year++Frank Denis
2020-11-19std: add std.atomic.Booldaurnimator
2020-08-20add license header to all std lib filesAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley