COMMITS
/ lib/std/atomic/queue.zig October 29, 2021
L
allocgate: renamed getAllocator function to allocator
Lee Cannon committed
October 28, 2021
L
allocgate: std Allocator interface refactor
Lee Cannon committed
November 10, 2021
A
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley committed
October 27, 2021
O
std.rand: Refactor `Random` interface
Ominitay 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
May 8, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
April 12, 2021
A
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley 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
January 6, 2021
J
Reduce use of deprecated IO types
Jay Petacat 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
July 11, 2020
V
run zig fmt on std lib and self hosted
Vexu committed
April 4, 2020
F
Adds some documentation to std.atomic.Queue.
Felix (xq) Queißner committed
March 30, 2020
A
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley committed
March 12, 2020
A
Merge pull request #4707 from Vexu/small-atomics
Andrew Kelley committed
March 10, 2020
A
update standard library to new I/O streams API
Andrew Kelley committed
V
use atomic bools in std lib
Vexu committed
February 8, 2020
A
solve recursion in std.atomic.Queue.dump
Andrew Kelley committed
December 9, 2019
R
Replace @typeOf with @TypeOf in all zig source
Robin Voetter committed
A
std.fmt.format: tuple parameter instead of var args
Andrew Kelley committed
November 25, 2019
A
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley committed
November 12, 2019
V
use @atomicStore in std lib
Vexu committed
November 7, 2019
A
update the codebase to use `@as`
Andrew Kelley committed
October 31, 2019
T
DragonFlyBSD tidyup
Tse committed
A
add comments to disabled tests linking to the tracking issue
Andrew Kelley committed
October 22, 2019
T
DragonFlyBSD support
Tse committed
September 26, 2019
A
mv std/ lib/
Andrew Kelley committed