zig/lib/std/hash
Brandon Black 271d896446 std.hash.crc: get rid of usingnamespace
This flips things around such that std/hash/crc.zig is generated
by the catalog-based generation tool, and the real code that used
to be in that file is moved out to std/hash/crc/impl.zig.  The
generated tests are moved to std/hash/crc/test.zig.  By going this
route, we eliminate the need for usingnamespace without changing
anything for callers of these interfaces.  The Crc32 tests are
simply added to the fixed part of the generated output and
compactified a bit.

This was the second-to-last usage of usingnamespace left in std.
2024-04-11 14:42:04 -07:00
..
crc std.hash.crc: get rid of usingnamespace 2024-04-11 14:42:04 -07:00
adler.zig std/hash: add generic tests for idempotency/iterative api 2023-09-02 15:37:49 +12:00
auto_hash.zig std: remove meta.trait 2023-11-22 13:24:27 -05:00
benchmark.zig extract std.posix from std.os 2024-03-19 11:45:09 -07:00
cityhash.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
crc.zig std.hash.crc: get rid of usingnamespace 2024-04-11 14:42:04 -07:00
fnv.zig std/hash: add generic tests for idempotency/iterative api 2023-09-02 15:37:49 +12:00
murmur.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
verify.zig std.builtin.Endian: make the tags lower case 2023-10-31 21:37:35 -04:00
wyhash.zig AstGen: add error for using inline loops in comptime only scopes 2023-12-08 16:54:32 -08:00
xxhash.zig std: remove meta.trait 2023-11-22 13:24:27 -05:00