zig/lib/docs/wasm
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
..
markdown update deprecated ArrayListUnmanaged usage (#25958) 2025-11-20 14:46:23 -08:00
Decl.zig update langref and docs to avoid GenericWriter 2025-08-28 18:30:57 -07:00
html_render.zig update langref and docs to avoid GenericWriter 2025-08-28 18:30:57 -07:00
main.zig all: replace all @Type usages 2025-11-22 22:42:38 +00:00
markdown.zig std: Remove a handful of things deprecated during the 0.15 release cycle 2025-11-27 20:17:04 +00:00
Walk.zig Remove legacy asm clobbers syntax handling 2025-11-27 20:16:03 +00:00