COMMITS
/ lib/std/std.zig April 30, 2025
A
all: replace all `@Type` usages
Ali Cheraghi committed
October 29, 2025
A
std.Io.Threaded: install and cleanup signal handlers
Andrew Kelley committed
October 27, 2025
A
std: remove awareness of POLL signal
Andrew Kelley committed
A
std: make signal numbers into an enum
Andrew Kelley committed
October 3, 2025
A
WIP land the std.Io interface
Andrew Kelley committed
March 30, 2025
J
Io: implement sleep and fix cancel bugs
Jacob Young committed
September 17, 2025
M
std: allow disabling stack tracing
mlugg committed
September 19, 2025
A
std: delete SegmentedList again
Andrew Kelley committed
September 10, 2025
A
Merge pull request #24968 from ifreund/deque
Andrew Kelley committed
August 28, 2025
A
std.Io: delete GenericReader
Andrew Kelley committed
August 23, 2025
I
std: add a Deque data structure
Isaac Freund committed
August 1, 2025
A
std.ArrayList: make unmanaged the default
Andrew Kelley committed
A
remove std.fifo
Andrew Kelley committed
August 5, 2025
A
std: delete RingBuffer
Andrew Kelley committed
A
std: remove BoundedArray
Andrew Kelley committed
July 10, 2025
A
std: rename `io` to `Io` in preparation
Andrew Kelley committed
May 18, 2025
A
start: Don't artificially limit some posixCallMainAndExit() logic to Linux.
Alex Rønne Petersen committed
April 3, 2025
A
de-genericify DoublyLinkedList
Andrew Kelley committed
A
de-genericify SinglyLinkedList
Andrew Kelley committed
January 29, 2025
A
adjust runtime page size APIs
Andrew Kelley committed
October 20, 2024
A
runtime page size detection
Archbirdplus committed
November 4, 2024
M
compiler,std: implement ZON support
Mason Remaley committed
November 5, 2024
J
std.crypto.tls: improve debuggability of encrypted connections
Jacob Young committed
October 12, 2024
K
Remove packed_int_array.zig from std
Krzysztof Wolicki committed
May 3, 2024
R
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak committed
June 2, 2024
V
remove std.Ini
Veikka Tuominen committed
May 23, 2024
A
std: restructure child process namespace
Andrew Kelley committed
April 20, 2024
J
add std.zip and support zip files in build.zig.zon
Jonathan Marler committed
April 21, 2024
T
ComptimeStringMap: return a regular struct and optimize
Travis Staloch committed
March 19, 2024
A
extract std.posix from std.os
Andrew Kelley committed
March 11, 2024
A
improve documentation in std
Andrew Kelley committed
February 27, 2024
A
rearrange std.zig
Andrew Kelley committed
February 8, 2024
A
some API work on std.c, std.os, std.os.wasi
Andrew Kelley committed
E
std.rand: Move to std.Random
e4m2 committed
February 9, 2024
A
Merge pull request #18867 from e4m2/random
Andrew Kelley committed
A
Merge pull request #18712 from Vexu/std.options
Andrew Kelley committed
February 2, 2024
A
std: add gpu namespace
Ali Chraghi committed
January 27, 2024
V
remove std.event
Veikka Tuominen committed
V
std: make options a struct instance instead of a namespace
Veikka Tuominen committed
January 30, 2024
V
std: change return type of `wasiCwd`
Veikka Tuominen committed
January 26, 2024
V
std: remove meta.globalOption
Veikka Tuominen committed
December 4, 2023
A
std.Target: flatten
Andrew Kelley committed
December 3, 2023
A
zig build system: change target, compilation, and module APIs
Andrew Kelley committed
October 5, 2023
N
std.http: use loadDefaultProxies in compiler
Nameless committed
N
std.http.Client: add option to disable https
Nameless committed
October 9, 2023
E
std.cstr: remove deprecated namespace
Eric Joldasov committed
September 14, 2023
R
ComptimeStringMap: Add version that takes an equality function
Ryan Liptak committed
September 8, 2023
W
std: clean up top-level namespaces documentation
Wooster committed
August 28, 2023
J
std: Move `TailQueue` alias to correct namespace
Jay Petacat committed
August 27, 2023
J
std: Rename `TailQueue` to `DoublyLinkedList`
Jay Petacat committed