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
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
2020-09-29
move std.BloomFilter to the standard library orphanage
Andrew Kelley
2020-09-29
move std.rb to the standard library orphanage
Andrew Kelley
2020-09-14
move std.cache_hash from std to stage2
Andrew Kelley
2020-09-07
std: Add DEFLATE and zlib decompressors
LemonBoy
2020-09-02
hash_map: rename to ArrayHashMap and add new HashMap implementation
Sahnvour
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-07
improvements & fixes for general purpose allocator integration
Andrew Kelley
2020-07-13
std: add StringHashMapUnmanaged
daurnimator
2020-07-06
std: expose unmanaged hash maps
Andrew Kelley
2020-06-17
Introduce std.log
Isaac Freund
2020-05-26
Add std.ComptimeStringMap
Ryan Liptak
2020-05-25
Partially implement cache hash API in zig
LeRoyce Pearson
2020-05-10
rework self-hosted compiler for incremental builds
Andrew Kelley
2020-04-21
Remove std.lazyInit
Haze Booth
2020-04-18
std: Introduce the Once synchronization primitive
LemonBoy
2020-04-01
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
Andrew Kelley
2020-03-10
(breaking) improve and simplify fixed buffer streams API
Andrew Kelley
2019-12-12
un-special-case startup code in the std lib
Andrew Kelley
2019-12-12
allow custom OS entrypoint
Christine Dodrill
[next]