aboutsummaryrefslogtreecommitdiff
path: root/lib/std/array_hash_map.zig
AgeCommit message (Expand)Author
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
2022-05-06Sema: solve a false positive "depends on itself"Andrew Kelley
2022-04-20std: fix missing hash map safetyAndrew Kelley
2022-04-19array hash map: fix getOrPutAdapted on Managed array hash mapRobin Voetter
2022-04-18Update doc comment of ArrayHashMap to include 4th arg in eql fnsRyan Liptak
2022-04-02std.ArrayHashMap: lazier verifyContext callsAndrew Kelley
2022-03-10std: add sort method to ArrayHashMap and MultiArrayListAndrew Kelley
2022-01-31std: make ArrayHashMap eql function accept an additional paramAndrew Kelley
2022-01-24Revert "MultiArrayList: Fix error when struct is 0 sized"Andrew Kelley
2022-01-24MultiArrayList: Fix error when struct is 0 sizedriverbl
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-19Update all ensureCapacity calls to the relevant non-deprecated versionRyan Liptak
2021-08-31std.hash_map: add getKey methods (#9607)fn ⌃ ⌥
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-04libstd: add ArrayHashMap.popOrNull functionJakub Konka
2021-06-21std: ArrayHashMap remove unused parameterAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-10zig fmtAndrew Kelley
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham