mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 14:24:43 +00:00
The compiler actually doesn't need any functional changes for this: Sema does reification based on the tag indices of `std.builtin.Type` already! So, no zig1.wasm update is necessary. This change is necessary to disallow name clashes between fields and decls on a type, which is a prerequisite of #9938. |
||
|---|---|---|
| .. | ||
| absolute_pointer.zig | ||
| block_io.zig | ||
| device_path.zig | ||
| edid.zig | ||
| file.zig | ||
| graphics_output.zig | ||
| hii_database.zig | ||
| hii_popup.zig | ||
| ip6.zig | ||
| ip6_config.zig | ||
| ip6_service_binding.zig | ||
| loaded_image.zig | ||
| managed_network.zig | ||
| rng.zig | ||
| serial_io.zig | ||
| shell_parameters.zig | ||
| simple_file_system.zig | ||
| simple_network.zig | ||
| simple_pointer.zig | ||
| simple_text_input.zig | ||
| simple_text_input_ex.zig | ||
| simple_text_output.zig | ||
| udp6.zig | ||
| udp6_service_binding.zig | ||