Files
zig/lib/std
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
..
2025-10-27 07:35:38 -07:00
2025-11-22 22:42:38 +00:00
2025-11-22 22:42:38 +00:00
2025-11-22 22:42:38 +00:00
2025-09-18 22:39:33 -07:00
2025-09-30 13:44:54 +01:00
2025-09-18 22:39:33 -07:00
2025-11-22 22:42:38 +00:00
2025-11-20 15:03:23 -08:00
2025-10-10 22:47:47 -07:00
2025-09-20 14:34:18 -07:00
2024-08-22 08:44:08 +02:00
2025-11-22 22:42:38 +00:00
2025-11-22 22:42:38 +00:00
2025-11-24 14:33:16 -08:00
2025-08-29 17:14:26 -07:00
2025-08-29 17:14:26 -07:00
2025-11-22 22:42:38 +00:00
2025-11-22 22:42:38 +00:00
2025-08-29 17:14:26 -07:00
2025-11-10 09:40:44 +01:00
2025-11-22 22:42:38 +00:00
2025-11-23 10:22:03 +01:00
2025-11-21 19:54:41 -08:00
2025-08-28 18:30:57 -07:00
2025-07-16 10:27:39 -07:00
2025-08-29 17:14:26 -07:00