aboutsummaryrefslogtreecommitdiff
path: root/lib/docs/wasm/html_render.zig
AgeCommit message (Collapse)Author
2025-08-28update langref and docs to avoid GenericWriterAndrew Kelley
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
closes #20663
2025-07-07remove `async` and `await` keywordsAndrew Kelley
Also remove `@frameSize`, closing #3654. While the other machinery might remain depending on #23446, it is settled that there will not be `async`/ `await` keywords in the language.
2025-03-07std.zig.Ast: improve type safetyTechatrix
This commits adds the following distinct integer types to std.zig.Ast: - OptionalTokenIndex - TokenOffset - OptionalTokenOffset - Node.OptionalIndex - Node.Offset - Node.OptionalOffset The `Node.Index` type has also been converted to a distinct type while `TokenIndex` remains unchanged. `Ast.Node.Data` has also been changed to a (untagged) union to provide safety checks.
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-08-07wasm zig source rendering: fix annotation location off-by-oneAndrew Kelley
2024-08-07fuzzer web UI: annotated PCs in source viewAndrew Kelley
2024-08-07fuzzer: share zig to html rendering with autodocsAndrew Kelley