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
/
array_hash_map.zig
Age
Commit message (
Expand
)
Author
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-22
doc: fix minor grammar issues
-k
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-03
use build.zig.zon instead of build.zig.ini for the manifest file
Andrew Kelley
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-04
std: add move() functions to hash maps
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-10-03
std: fix memory leak in ArrayHashMap (#13001)
GethDW
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-05-06
Sema: solve a false positive "depends on itself"
Andrew Kelley
2022-04-20
std: fix missing hash map safety
Andrew Kelley
2022-04-19
array hash map: fix getOrPutAdapted on Managed array hash map
Robin Voetter
2022-04-18
Update doc comment of ArrayHashMap to include 4th arg in eql fns
Ryan Liptak
2022-04-02
std.ArrayHashMap: lazier verifyContext calls
Andrew Kelley
2022-03-10
std: add sort method to ArrayHashMap and MultiArrayList
Andrew Kelley
2022-01-31
std: make ArrayHashMap eql function accept an additional param
Andrew Kelley
2022-01-24
Revert "MultiArrayList: Fix error when struct is 0 sized"
Andrew Kelley
2022-01-24
MultiArrayList: Fix error when struct is 0 sized
riverbl
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-19
Update all ensureCapacity calls to the relevant non-deprecated version
Ryan Liptak
2021-08-31
std.hash_map: add getKey methods (#9607)
fn ⌃ ⌥
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-04
libstd: add ArrayHashMap.popOrNull function
Jakub Konka
2021-06-21
std: ArrayHashMap remove unused parameter
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-10
zig fmt
Andrew Kelley
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
fix AutoArrayHashMap's store_hash logic
Matthew Borkowski
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-06
std.ArrayHashMap: ensureUnusedCapacity and ensureTotalCapacity
Andrew Kelley
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-03-28
array_hash_map: decrement entries slice len after popping from entries in pop...
lithdew
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-01-16
std.ArrayHashMap: add "AssertDiscard" function variants
Andrew Kelley
2021-01-06
std: Support equivalent ArrayList operations in ArrayHashMap
Alex Cameron
2021-01-06
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron
2020-12-31
Year++
Frank Denis
2020-11-02
std: Re-enable ArrayHashMap test for mips targets
LemonBoy
2020-09-25
std.ArrayHashMap: count and iterator are not deprecated
Andrew Kelley
2020-09-02
hash_map: rename to ArrayHashMap and add new HashMap implementation
Sahnvour