zig/test/link
skewb1k 26db54d69b zig fmt: fix extra whitespace in StructInit with multiline strings
68d2f68ed introduced special handling for StructInit fields
containing multiline strings to prevent inserting whitespace after =.
However, this logic didn't handle cases without a trailing comma,
which resulted in unwanted trailing whitespace.
2025-11-05 14:07:30 +02:00
..
bss update standalone and incremental tests to new API 2025-07-07 22:43:53 -07:00
common_symbols std.Build: add addLibrary function (#22554) 2025-01-22 02:29:21 +00:00
common_symbols_alignment std.Build: add addLibrary function (#22554) 2025-01-22 02:29:21 +00:00
interdependent_static_c_libs test: remove @cImport usage in interdependent_static_c_libs 2025-09-16 23:39:29 +02:00
static_libs_from_object_files std.Build: add addLibrary function (#22554) 2025-01-22 02:29:21 +00:00
wasm Migrate from deprecated Step.Compile APIs 2025-07-26 12:06:43 +02:00
build.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
build.zig.zon test: move glibc_compat from link to standalone tests 2025-09-16 23:39:29 +02:00
elf.zig zig fmt: fix extra whitespace in StructInit with multiline strings 2025-11-05 14:07:30 +02:00
link.zig Migrate from deprecated Step.Compile APIs 2025-07-26 12:06:43 +02:00
macho.zig zig fmt: fix extra whitespace in StructInit with multiline strings 2025-11-05 14:07:30 +02:00