mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 23:52:31 +00:00
f26dda2117
Most of this migration was performed automatically with `zig fmt`. There were a few exceptions which I had to manually fix: * `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten * `@truncate`'s fixup is incorrect for vectors * Test cases are not formatted, and their error locations change |
||
---|---|---|
.. | ||
address_space_pointer_access_chaining_pointer_to_optional_array.zig | ||
address_spaces_pointer_access_chaining_array_pointer.zig | ||
address_spaces_pointer_access_chaining_complex.zig | ||
address_spaces_pointer_access_chaining_struct_pointer.zig | ||
blocks.zig | ||
dereferencing_though_multiple_pointers_with_address_spaces.zig | ||
f_segment_address_space_reading_and_writing.zig | ||
for_loop.zig | ||
hello_world.zig | ||
large_slices.zig | ||
nested_blocks.zig | ||
optionals.zig | ||
pointer_keeps_address_space_when_taking_address_of_dereference.zig | ||
pointer_keeps_address_space.zig | ||
pointer_to_explicit_generic_address_space_coerces_to_implicit_pointer.zig | ||
rem.zig | ||
simple_addition_and_subtraction.zig | ||
simple_if_statement.zig | ||
while_loops.zig |