COMMITS
/ lib/std/Thread/Mutex.zig 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
September 29, 2021
M
Add a panic handler to give better errors for crashes in sema
Martin Wickham committed
August 24, 2021
A
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley committed
A
remove redundant license headers from zig standard library
Andrew Kelley committed
A
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley committed
June 20, 2021
K
changes to accomodate std.Thread update
kprotty committed
May 31, 2021
P
std.sync.atomic: extended atomic helper functions (#8866)
protty 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
fix namespace of kernel32 function calls
Andrew Kelley committed
A
std.Thread.Mutex: restore the "Held" API
Andrew Kelley committed
A
organize std lib concurrency primitives and add RwLock
Andrew Kelley committed