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
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
2021-12-31
tz parsing reader interface, test thicc files, and exclude tzif
Jens Goldberg
2021-12-30
Actually expose the tz file
Jens Goldberg
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
BoundedArray: a simple way to represent small data whose max size is known (#...
Frank Denis
2021-04-25
x, x/os/Socket: initial work on new Socket abstraction
lithdew
2021-04-08
stage2: blaze the trail for std lib integration
Andrew Kelley
2021-04-02
Merge pull request #7792 from zanderxyz/zanderxyz/priority-dequeue
Andrew Kelley
2021-03-18
Add some enum utilities
Martin Wickham
2021-03-01
Add some bit set variants
Martin Wickham
2021-02-11
Merge remote-tracking branch 'origin/master' into ast-memory-layout
Andrew Kelley
2021-02-01
Define wasm constants
Luuk de Gram
2021-01-30
add std.MultiArrayList
Andrew Kelley
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-16
std: Add Priority Dequeue
Zander Khan
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-06
std.SpinLock: flatten and remove init/deinit
Andrew Kelley
2021-01-04
std: skip more tests on Windows to save CI memory
Andrew Kelley
2020-12-31
Year++
Frank Denis
2020-12-24
Merge pull request #7531 from Vexu/orphanage
Veikka Tuominen
[next]