COMMITS
/ lib/std/atomic.zig October 20, 2025
A
std.atomic: define cache line size for alpha, hppa, microblaze, sh
Alex Rønne Petersen committed
October 19, 2025
A
std.Target: add arceb and xtensaeb Cpu.Arch tags
Alex Rønne Petersen committed
October 18, 2025
A
std.atomic: define cache line size for or1k
Alex Rønne Petersen committed
August 24, 2025
A
start adding big endian RISC-V support
Alex Rønne Petersen committed
March 5, 2025
L
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh committed
February 18, 2025
A
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen committed
February 21, 2025
K
std.atomic: make cache_line const a comptime_int
Kiëd Llaentenn committed
January 11, 2025
B
std.atomic: fix cache line size for RISC-V
Ben Grant committed
November 13, 2024
C
std.atomic: add a function to get the cache line size for a particular cpu (#21956)
cancername committed
October 6, 2024
A
Merge pull request #21587 from alexrp/hexagon-porting
Alex Rønne Petersen committed
October 4, 2024
D
remove `@fence` (#21585)
David Rubin committed
October 2, 2024
A
std.atomic: Provide a more accurate cache_line value for hexagon v73+.
Alex Rønne Petersen committed
August 1, 2024
A
Merge pull request #20870 from alexrp/target-cleanup-3
Andrew Kelley committed
July 29, 2024
A
std.atomic: Don't lie to the compiler about memory clobbers in spinLoopHint().
Alex Rønne Petersen committed
July 30, 2024
A
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen committed
July 27, 2024
A
std.atomic: Implement specialized spinLoopHint() for more architectures.
Alex Rønne Petersen committed
A
std.atomic: Define specialized cache_line values for more architectures.
Alex Rønne Petersen committed
A
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen committed
March 15, 2024
M
bsd: debitrot AtomicOrder renames
Michael Dusan committed
February 19, 2024
T
std.builtin: make atomic order fields lowercase
Tristan Ross committed
November 23, 2023
A
rework std.atomic
Andrew Kelley committed
November 22, 2023
A
std: remove atomic.Queue
Andrew Kelley committed
A
std: remove atomic.Stack
Andrew Kelley committed
A
std.atomic: remove some APIs
Andrew Kelley committed
April 22, 2023
J
std: remove names from incorrectly named tests
Jacob Young committed
October 7, 2022
A
all: rename i386 to x86
Ali Chraghi committed
April 20, 2022
P
std.Thread.Futex improvements (#11464)
protty committed
October 5, 2021
A
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
July 17, 2021
A
stage2: miscellaneous fixes for the branch
Andrew Kelley committed
June 1, 2021
K
os/bits: remove duplicate `sockaddr_storage` for dragonfly
Kenta Iwasaki committed
May 31, 2021
P
std.sync.atomic: extended atomic helper functions (#8866)
protty committed
November 18, 2020
D
std: add std.atomic.Bool
daurnimator committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
September 26, 2019
A
mv std/ lib/
Andrew Kelley committed