zig/lib/compiler/aro
Linus Groh 39fa831947 std: Remove a handful of things deprecated during the 0.15 release cycle
- std.Build.Step.Compile.root_module mutators -> std.Build.Module
- std.Build.Step.Compile.want_lto -> std.Build.Step.Compile.lto
- std.Build.Step.ConfigHeader.getOutput -> std.Build.Step.ConfigHeader.getOutputFile
- std.Build.Step.Run.max_stdio_size -> std.Build.Step.Run.stdio_limit
- std.enums.nameCast -> @field(E, tag_name) / @field(E, @tagName(tag))
- std.Io.tty.detectConfig -> std.Io.tty.Config.detect
- std.mem.trimLeft -> std.mem.trimStart
- std.mem.trimRight -> std.mem.trimEnd
- std.meta.intToEnum -> std.enums.fromInt
- std.meta.TagPayload -> @FieldType(U, @tagName(tag))
- std.meta.TagPayloadByName -> @FieldType(U, tag_name)
2025-11-27 20:17:04 +00:00
..
aro std.Target: remove Abi.code16 2025-11-23 10:22:03 +01:00
assembly_backend std: Remove a handful of things deprecated during the 0.15 release cycle 2025-11-27 20:17:04 +00:00
backend update Aro and translate-c to latest 2025-11-20 13:12:53 +02:00
include update aro and translate-c sources 2025-09-24 20:01:18 -07:00
aro.zig update Aro and translate-c to latest 2025-11-20 13:12:53 +02:00
assembly_backend.zig compiler: update aro and translate-c to latest; delete clang translate-c 2025-09-24 19:57:28 -07:00
backend.zig compiler: update aro and translate-c to latest; delete clang translate-c 2025-09-24 19:57:28 -07:00
main.zig update Aro and translate-c to latest 2025-11-20 13:12:53 +02:00