zig/lib/std/hash
Linus Groh eb37552536 Remove numerous things deprecated during the 0.14 release cycle
Basically everything that has a direct replacement or no uses left.

Notable omissions:

- std.ArrayHashMap: Too much fallout, needs a separate cleanup.
- std.debug.runtime_safety: Too much fallout.
- std.heap.GeneralPurposeAllocator: Lots of references to it remain, not
  a simple find and replace as "debug allocator" is not equivalent to
  "general purpose allocator".
- std.io.Reader: Is being reworked at the moment.
- std.unicode.utf8Decode(): No replacement, needs a new API first.
- Manifest backwards compat options: Removal would break test data used
  by TestFetchBuilder.
- panic handler needs to be a namespace: Many tests still rely on it
  being a function, needs a separate cleanup.
2025-07-11 08:17:43 +02:00
..
crc Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
adler.zig
auto_hash.zig all: update to std.builtin.Type.Pointer.Size field renames 2025-01-16 12:46:29 +00:00
benchmark.zig std.fmt: breaking API changes 2025-07-07 22:43:51 -07:00
cityhash.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
crc.zig std.hash.crc: simplify api 2024-04-28 21:12:01 +12:00
fnv.zig
murmur.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
RapidHash.zig Add rapidhash (#22085) 2025-02-22 14:32:48 -08:00
verify.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
wyhash.zig std.hash.Wyhash: fix dangling stack pointer 2025-05-16 15:28:20 +02:00
xxhash.zig Legalize: implement scalarization of @shuffle 2025-06-01 08:24:01 +01:00