aboutsummaryrefslogtreecommitdiff
path: root/lib/std/array_hash_map.zig
AgeCommit message (Expand)Author
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
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-11fix AutoArrayHashMap's store_hash logicMatthew Borkowski
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-06std.ArrayHashMap: ensureUnusedCapacity and ensureTotalCapacityAndrew Kelley
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2021-03-28array_hash_map: decrement entries slice len after popping from entries in pop...lithdew
2021-02-24zig fmt the std libAndrew Kelley
2021-01-16std.ArrayHashMap: add "AssertDiscard" function variantsAndrew Kelley
2021-01-06std: Support equivalent ArrayList operations in ArrayHashMapAlex Cameron
2021-01-06std: Rename ArrayList shrink => shrinkAndFreeAlex Cameron
2020-12-31Year++Frank Denis
2020-11-02std: Re-enable ArrayHashMap test for mips targetsLemonBoy
2020-09-25std.ArrayHashMap: count and iterator are not deprecatedAndrew Kelley
2020-09-02hash_map: rename to ArrayHashMap and add new HashMap implementationSahnvour