aboutsummaryrefslogtreecommitdiff
path: root/lib/std/atomic.zig
AgeCommit message (Expand)Author
2025-08-25start adding big endian RISC-V supportAlex Rønne Petersen
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-02-22std.atomic: make cache_line const a comptime_intKiëd Llaentenn
2025-01-12std.atomic: fix cache line size for RISC-VBen Grant
2024-11-13std.atomic: add a function to get the cache line size for a particular cpu (#...cancername
2024-10-06Merge pull request #21587 from alexrp/hexagon-portingAlex Rønne Petersen
2024-10-04remove `@fence` (#21585)David Rubin
2024-10-03std.atomic: Provide a more accurate cache_line value for hexagon v73+.Alex Rønne Petersen
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