zig/lib/compiler
Alex Rønne Petersen 23440fbb99 std.Target: Remove Abi.gnuilp32.
* This has not seen meaningful development for about a decade.
* The Linux kernel port was never upstreamed.
* The glibc port was never upstreamed.
* GCC 15.1 recently deprecated support it.

It may still make sense to support an ILP32 ABI on AArch64 more broadly (which
we already have the Abi.ilp32 tag for), but, to the extent that it even existed
in any "official" sense, the *GNU* ILP32 ABI is certainly dead.
2025-04-26 22:12:31 +02:00
..
aro std.Target: Remove Abi.gnuilp32. 2025-04-26 22:12:31 +02:00
aro_translate_c translate-c: fix function prototype decalared inside a function 2025-04-02 20:07:41 +00:00
reduce std.zig.Ast: store lbrace and rbrace token in data of .error_set_decl 2025-03-07 22:22:01 +01:00
resinator Trick the meson build system into thinking zig rc is rc.exe 2025-03-21 18:07:16 -04:00
aro_translate_c.zig translate-c: fix function prototype decalared inside a function 2025-04-02 20:07:41 +00:00
build_runner.zig Merge pull request #22516 from Jan200101/PR/build_id_option 2025-04-11 16:37:46 -04:00
libc.zig zig libc: allow non-native targets 2024-03-13 02:17:28 -04:00
objcopy.zig std: eradicate u29 and embrace std.mem.Alignment 2025-04-13 02:20:32 -04:00
reduce.zig std.zig.Ast: improve type safety 2025-03-07 22:22:01 +01:00
std-docs.zig Replace deprecated default initializations with decl literals 2024-09-12 16:01:23 +01:00
test_runner.zig Remove uses of deprecated callconv aliases 2025-03-05 03:01:43 +00:00