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-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
2020-12-23
rework std.ResetEvent, improve std lib Darwin integration
Andrew Kelley
2020-12-23
move ArrayListSentineled to std lib orphanage
Veikka Tuominen
2020-12-20
std.Progress: make the API thread-safe
Andrew Kelley
2020-11-30
move std.SegmentedList to the std-lib-orphanage
Andrew Kelley
2020-11-16
Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)
tgschultz
2020-11-06
std: Introduce SemanticVersion data structure
Jay Petacat
2020-10-15
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak
2020-10-11
AutoResetEvent
kprotty
2020-09-30
Merge pull request #6250 from ziglang/stage2-zig-cc
Andrew Kelley
2020-09-29
move std.http to the standard library orphanage
Andrew Kelley
2020-09-29
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
[next]