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_map.zig
Age
Commit message (
Expand
)
Author
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-04-22
doc: fix minor grammar issues
-k
2022-05-11
reverse some of the now unneeded changes from squeek
Jonathan Marler
2022-05-11
Make the BufMap.count return value match its underlying HashMap's Size
Ryan Liptak
2022-05-11
Add `process.EnvMap`, a platform-independent environment variable map
Ryan Liptak
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
2020-12-31
Year++
Frank Denis
2020-11-30
fix memory leak in BufMap
Jonathan Marler
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-05
Merge pull request #5786 from ziglang/std-hash-map
Andrew Kelley
2020-07-05
update std lib to new hash map API
Andrew Kelley
2020-07-04
std.mem.dupe is deprecated, move all references in std
joachimschmidt557
2020-01-29
Fix BufMap value leak
Benjamin Feng
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