| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-11 | fix AutoArrayHashMap's store_hash logic | Matthew Borkowski | |
| 2021-05-08 | std: update usage of std.testing | Veikka Tuominen | |
| 2021-03-28 | array_hash_map: decrement entries slice len after popping from entries in ↵ | lithdew | |
| pop() to prevent oob | |||
| 2021-02-24 | zig fmt the std lib | Andrew Kelley | |
| 2021-01-16 | std.ArrayHashMap: add "AssertDiscard" function variants | Andrew Kelley | |
| * Add `swapRemoveAssertDiscard` * Add `orderedRemoveAssertDiscard` * Deprecate `removeAssertDiscard` | |||
| 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 | |
| These APIs allow one to write code that is agnostic of whether it is using an ArrayHashMap or a HashMap, which can be valuable. Specify intent precisely: if you only need the count of the items, it makes sense to have a function for that. | |||
| 2020-09-02 | hash_map: rename to ArrayHashMap and add new HashMap implementation | Sahnvour | |
