aboutsummaryrefslogtreecommitdiff
path: root/lib/std/hash_map.zig
AgeCommit message (Expand)Author
2025-09-11use pointer subtractionmarko
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-02-06std.hash_map: placeholder for doc commentsAndrew Kelley
2025-01-06Remove strict verifyContext invocation from hash_map implementation. (#22370)cdeler
2024-12-15hashmap: remove `inline` from `getIndex` now that we have `@branchHint`David Rubin
2024-11-22add assertLocked to std.debug.SafetyLockScott Redig
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-10Dwarf: implement and test hash mapsJacob Young
2024-09-10Dwarf: implement and test multi array listJacob Young
2024-09-02std.hash_map: fix error message in getAutoHashFnJeremy Hertel
2024-09-01std: deprecate some incorrect default initializationsmlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-27compiler,lib,test,langref: migrate `@setCold` to `@branchHint`mlugg
2024-08-08std.hash_map: adding a rehash() method (#19923)John Benediktsson
2024-07-23add std.testing.random_seedAndrew Kelley
2024-05-27hash_map.zig: Pass `self` by value and less pointer-int conversionSean
2024-03-20std.hash_map: fix pointer lock safety false positiveAndrew Kelley
2024-03-16std: introduce pointer stability locks to hash maps (#17719)Andrew Kelley
2024-03-01compiler: audit debug mode checksJacob Young
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
2024-02-24std.hash_map: Fix integer overflow bugs (#19048)Brandon Botsch
2024-02-22Module: fix `@embedFile` of files containing zero bytesJacob Young
2024-02-08Replace std.rand references with std.Randome4m2
2023-12-23std.hash_map: clarify error when Context is missing pub hash/eqlAlliedEnvy
2023-11-22std: remove meta.traitAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-20std.hash_map: add `const` attribute to StringIndexContext.bytes and ...Constantin Bilz
2023-08-06std: remove some unused imports (#16710)Zachary Raineri
2023-07-24Use builtin inference over @as where possibleZachary Raineri
2023-07-20std.hash_map: Fix casing of keyPtr variablesLinus Groh
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-17mem: rename align*Generic to mem.align*Motiejus Jakštys
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-06-10std.hash_map: fetchRemove increment availablesentientwaffle
2023-05-29Prevent analysis of functions only referenced at comptimemlugg
2023-05-08Disallow named test decls with duplicate namesDominic
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-25zig fmtAndrew Kelley
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-22doc: fix minor grammar issues-k
2023-02-27tools: implement more lldb pretty printersJacob Young