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
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
2019-11-26
replace ThreadParker with ResetEvent + WordLock mutex
kprotty
2019-11-08
Merge branch 'adaptive_lock' of https://github.com/kprotty/zig into kprotty-a...
Andrew Kelley
2019-11-05
ThreadParker implementation
kprotty
2019-11-04
std: Add fifo useful for buffers
daurnimator
2019-11-03
Remove StaticallyInitializedMutex
kprotty
2019-10-24
refAllDecls in a test block to limit when it gets run
Andrew Kelley
2019-10-23
move types from builtin to std
Andrew Kelley
2019-10-17
rework the progress module and integrate with stage1
Andrew Kelley
2019-10-16
ref more math decls for better docs
Andrew Kelley
2019-10-08
generated docs contain generic instantiations and comptime calls
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley