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
/
buf_set.zig
Age
Commit message (
Expand
)
Author
2024-02-26
Change many test blocks to doctests/decltests
Ryan Liptak
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2022-03-01
std.BufSet.clone: fix key ownership
Motiejus Jakštys
2022-02-28
std.BufSet: add clone and cloneWithAllocator
Motiejus Jakštys
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-02-27
HashMap.put returns !void, not a !bool
daurnimator
2020-12-31
Year++
Frank Denis
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-07-05
update std lib to new hash map API
Andrew Kelley
2020-01-29
Convert a bunch of page_allocator to testing.allocator
Benjamin Feng
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley