zig/lib/std/Build
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
..
Cache update deprecated ArrayListUnmanaged usage (#25958) 2025-11-20 14:46:23 -08:00
Step std: Remove a handful of things deprecated during the 0.15 release cycle 2025-11-27 20:17:04 +00:00
Watch Teach fs.path about the wonderful world of Windows paths 2025-11-21 00:03:44 -08:00
abi.zig fuzzer: account for runtime address slide 2025-11-20 10:42:20 +00:00
Cache.zig Merge pull request #26037 from ziglang/build-runner-std.Io 2025-11-25 02:49:37 -08:00
Fuzz.zig build runner: update Mutex and Condition usage to std.Io 2025-11-24 14:34:18 -08:00
Module.zig Elf2: start implementing dynamic linking 2025-10-29 18:15:09 -04:00
Step.zig build runner: update Mutex and Condition usage to std.Io 2025-11-24 14:34:18 -08:00
Watch.zig Merge pull request #25763 from mrjbq7/cancelled 2025-10-30 04:40:13 +00:00
WebServer.zig build runner: update Mutex and Condition usage to std.Io 2025-11-24 14:34:18 -08:00