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
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
2023-02-21
std.RingBuffer: add (non-concurrent) RingBuffer implementation
dweiller
2023-02-18
use std_options for keep_sigpipe and existence of SIG.PIPE to check for support
Jonathan Marler
2023-02-01
fmt: Make default_max_depth configurable
ominitay
2023-01-31
std.Build: add deprecated declarations
Andrew Kelley
2023-01-31
rename std.Build.LibExeObjStep to std.Build.CompileStep
Andrew Kelley
2023-01-31
combine std.build and std.build.Builder into std.Build
Andrew Kelley
2023-01-11
add std.tar for tar file unpacking
Andrew Kelley
2023-01-06
Renames Url.zig to Uri.zig
Felix "xq" Queißner
2023-01-05
std: collect all options under one namespace
Veikka Tuominen
2023-01-02
add url parsing to the std lib
Andrew Kelley
2023-01-02
remove the experimental std.x namespace
Andrew Kelley
2022-12-18
Make std.tz namespace accessible
Evin Yulo
2022-12-11
std.build: extract steps to separate files
Andrew Kelley
2022-05-11
std: add http definitions for Method and Status (#10661)
Meghan
2022-04-20
std: bring back SegmentedList
Andrew Kelley
2022-04-15
treap: initial implementation
kprotty
2022-03-27
std: SIMD utility functions
tecanec
[next]