mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 15:12:31 +00:00
271d896446
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. |
||
---|---|---|
.. | ||
crc | ||
spirv | ||
docgen.zig | ||
gen_outline_atomics.zig | ||
gen_spirv_spec.zig | ||
gen_stubs.zig | ||
generate_JSONTestSuite.zig | ||
generate_linux_syscalls.zig | ||
lldb_pretty_printers.py | ||
process_headers.zig | ||
stage1_gdb_pretty_printers.py | ||
stage2_gdb_pretty_printers.py | ||
std_gdb_pretty_printers.py | ||
update_clang_options.zig | ||
update_cpu_features.zig | ||
update_crc_catalog.zig | ||
update_glibc.zig | ||
update_mingw.zig | ||
update_spirv_features.zig | ||
update-linux-headers.zig | ||
zig_gdb_pretty_printers.py |