COMMITS
/ lib/std/once.zig August 24, 2024
M
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg committed
April 15, 2024
A
std: improve std.once tests
Alex Kladov committed
February 19, 2024
T
std.builtin: make atomic order fields lowercase
Tristan Ross committed
November 4, 2023
J
x86_64: fix std test failures
Jacob Young committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
October 20, 2023
J
x86_64: disable failing tests, enable test-std testing
Jacob Young committed
February 18, 2023
A
update std lib and compiler sources to new for loop syntax
Andrew Kelley committed
November 10, 2021
A
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley 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
June 20, 2021
K
changes to accomodate std.Thread update
kprotty committed
J
fix code broken from previous commit
Jacob G-W committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
February 28, 2021
L
std: Swap arguments in Thread.spawn
LemonBoy committed
January 15, 2021
A
organize std lib concurrency primitives and add RwLock
Andrew Kelley committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
August 8, 2020
A
improvements & fixes for general purpose allocator integration
Andrew Kelley committed
April 18, 2020
L
std: Introduce the Once synchronization primitive
LemonBoy committed