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
..
2024-04-08 13:20:14 -04:00
2024-03-19 11:45:09 -07:00
2024-03-29 22:15:17 -07:00
2024-04-08 13:20:14 -04:00
2024-03-20 21:05:35 -07:00
2024-03-21 14:11:46 -07:00
2024-02-23 02:37:11 -07:00
2024-03-31 23:57:16 +02:00
2024-03-19 11:45:09 -07:00
2024-03-19 11:45:09 -07:00
2024-03-13 02:17:28 -04:00
2024-03-21 14:11:46 -07:00
2024-03-21 14:11:46 -07:00
2024-03-15 02:28:50 -04:00
2024-03-10 18:13:30 -07:00
2024-03-21 14:11:46 -07:00
2024-03-19 11:45:09 -07:00
2024-03-23 18:11:32 +01:00
2024-03-10 18:13:30 -07:00
2024-04-11 14:21:15 -07:00
2024-03-19 11:45:09 -07:00
2024-03-10 18:13:30 -07:00
2024-03-21 14:11:46 -07:00
2024-03-19 16:18:18 -07:00
2024-02-05 11:55:14 +03:30
2024-03-19 11:45:09 -07:00
2024-04-10 02:11:54 -07:00
2023-10-25 04:28:30 -04:00
2024-02-09 14:02:57 -08:00
2024-03-29 09:33:57 +00:00
2024-03-19 11:45:09 -07:00
2024-03-19 16:18:18 -07:00
2024-03-19 11:45:09 -07:00
2024-03-23 18:11:32 +01:00
2024-03-21 14:11:46 -07:00
2024-02-08 15:39:28 +01:00
2024-03-10 18:13:30 -07:00
2024-03-21 14:11:46 -07:00
2024-03-30 20:50:48 -04:00
2024-03-19 11:45:09 -07:00
2024-04-08 13:20:14 -04:00
2024-03-21 14:11:46 -07:00
2024-03-21 14:11:46 -07:00
2024-04-10 02:11:54 -07:00
2023-10-21 21:24:55 +00:00