aboutsummaryrefslogtreecommitdiff
path: root/lib/docs/wasm/Decl.zig
AgeCommit message (Collapse)Author
2025-08-28update langref and docs to avoid GenericWriterAndrew Kelley
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.
2025-02-17Autodoc: Improve documentation for common types declared as type functions, ↵schtvn
such as ArrayList, StaticStringMap, BoundedArray, and more
2024-08-07fuzzer: share zig to html rendering with autodocsAndrew Kelley
2024-07-09Autodoc: only group structs under "namespaces"Ian Johnson
The old heuristic of checking only for the number of fields has the downside of classifying all opaque types, such as `std.c.FILE`, as "namespaces" rather than "types".
2024-03-10update autodocs web application to latestAndrew Kelley
upstream commit 1f921d540e1a8bb40839be30239019c820eb663d after this branch is merged, ziglang/zig becomes the new repository for this code.
2024-03-10upstream new autodocs implementationAndrew Kelley