index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
std.zig
Age
Commit message (
Expand
)
Author
2025-09-30
std: allow disabling stack tracing
mlugg
2025-09-19
std: delete SegmentedList again
Andrew Kelley
2025-09-10
Merge pull request #24968 from ifreund/deque
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-25
std: add a Deque data structure
Isaac Freund
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-07
remove std.fifo
Andrew Kelley
2025-08-05
std: delete RingBuffer
Andrew Kelley
2025-08-05
std: remove BoundedArray
Andrew Kelley
2025-07-11
std: rename `io` to `Io` in preparation
Andrew Kelley
2025-05-18
start: Don't artificially limit some posixCallMainAndExit() logic to Linux.
Alex Rønne Petersen
2025-04-03
de-genericify DoublyLinkedList
Andrew Kelley
2025-04-03
de-genericify SinglyLinkedList
Andrew Kelley
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2024-11-07
std.crypto.tls: improve debuggability of encrypted connections
Jacob Young
2024-10-12
Remove packed_int_array.zig from std
Krzysztof Wolicki
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-02
remove std.Ini
Veikka Tuominen
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-03
add std.zip and support zip files in build.zig.zon
Jonathan Marler
2024-04-22
ComptimeStringMap: return a regular struct and optimize
Travis Staloch
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-10
improve documentation in std
Andrew Kelley
2024-02-26
rearrange std.zig
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-09
Merge pull request #18867 from e4m2/random
Andrew Kelley
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-08
std.rand: Move to std.Random
e4m2
2024-02-05
std: add gpu namespace
Ali Chraghi
2024-02-01
remove std.event
Veikka Tuominen
2024-02-01
std: change return type of `wasiCwd`
Veikka Tuominen
2024-02-01
std: make options a struct instance instead of a namespace
Veikka Tuominen
2024-01-27
std: remove meta.globalOption
Veikka Tuominen
2024-01-01
std.Target: flatten
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-10-21
std.http: use loadDefaultProxies in compiler
Nameless
2023-10-21
std.http.Client: add option to disable https
Nameless
2023-10-10
std.cstr: remove deprecated namespace
Eric Joldasov
2023-09-14
ComptimeStringMap: Add version that takes an equality function
Ryan Liptak
2023-09-08
std: clean up top-level namespaces documentation
Wooster
2023-08-28
std: Move `TailQueue` alias to correct namespace
Jay Petacat
2023-08-27
std: Rename `TailQueue` to `DoublyLinkedList`
Jay Petacat
2023-08-06
autodoc: new layout (#16715)
Loris Cro
2023-07-21
std.json: Unify stringify and writeStream (#16405)
Josh Wolfe
2023-03-17
add BoundedArrayAligned (#14580)
Motiejus Jakštys
2023-03-14
Move std.crypto.config options to std.options (#14906)
Frank Denis
2023-03-09
std.http: rework connection pool into its own type
Nameless
2023-03-03
std.process.Child: remove pid and handle, add id
Andrew Kelley
[next]