aboutsummaryrefslogtreecommitdiff
path: root/lib/std/array_hash_map.zig
AgeCommit message (Expand)Author
2025-08-11std: introduce orderedRemoveManyAndrew Kelley
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-06-01Legalize: implement scalarization of `@shuffle`Jacob Young
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-03-27std.meta.FieldType -> @FieldTypeАндрей Краевский
2025-02-22fix ArrayHashMap setKey when store_hash=trueAndrew Kelley
2025-02-12std.ArrayHashMap: base linear_scan_max on cache line sizeAndrew Kelley
2025-02-11std.ArrayHashMap: introduce setKeyAndrew Kelley
2025-02-07std.ArrayHashMap: popOrNul() -> pop()Meghan Denny
2025-01-15std.ArrayHashMap: allow passing empty values arrayAndrew Kelley
2024-12-11std.ArrayHashMap fix `eql` documentationNico Elbers
2024-11-27std.ArrayHashMap: update to the "gpa"/"arena" conventionAndrew Kelley
2024-11-27prepare to remove the "Managed" variant of std.ArrayHashMapAndrew Kelley
2024-11-27std.ArrayHashMap: explicit error setsAndrew Kelley
2024-11-27introduce std.ArrayHashMap.reinitAndrew Kelley
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-01std: deprecate some incorrect default initializationsmlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-26docs: ArrayHashMap: warn against the shrink footgunAndrew Kelley
2024-07-07std.ArrayHashMap: unmanaged holds the pointer stability lockKrzysztof Wolicki
2024-03-21std.array_hash_map: remove meta context verificationAndrew Kelley
2024-03-21std.array_hash_map: enhance doc commentsAndrew Kelley
2024-03-16std: introduce pointer stability locks to hash maps (#17719)Andrew Kelley
2023-11-22std: remove meta.traitAndrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-04std.ArrayHashMap: add init functionAndrew Kelley
2023-10-26x86_64: fix behavior of `getValue`Jacob Young
2023-10-23x86_64: implement enough to pass unicode testsJacob 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-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-08std: add unstable sorting to array hash mapsAndrew Kelley
2023-09-24std.MultiArrayList: add test coverage for 0-bit structsAndrew Kelley
2023-09-02std.ArrayHashMap.reIndex also recomputes hashes (#17054)Josh Wolfe
2023-07-18compiler: rework inferred error setsAndrew Kelley
2023-07-16std: reword some commentsAndrew Kelley
2023-06-26Change capacity to take a non-pointer parameterJobat
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-16migration: std.math.{min, min3, max, max3} -> `@min` & `@max`r00ster91
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-22doc: fix minor grammar issues-k
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-03use build.zig.zon instead of build.zig.ini for the manifest fileAndrew Kelley
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-12-04std: add move() functions to hash mapsAndrew Kelley
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-10-03std: fix memory leak in ArrayHashMap (#13001)GethDW
2022-09-16std: remove deprecated API for the upcoming releaseAndrew Kelley