| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-28 | update langref and docs to avoid GenericWriter | Andrew Kelley | |
| 2025-07-07 | remove `usingnamespace` from the language | Andrew Kelley | |
| closes #20663 | |||
| 2025-07-07 | remove `async` and `await` keywords | Andrew 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-07 | std.zig.Ast: improve type safety | Techatrix | |
| 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-12 | Replace deprecated default initializations with decl literals | Linus Groh | |
| 2024-08-07 | wasm zig source rendering: fix annotation location off-by-one | Andrew Kelley | |
| 2024-08-07 | fuzzer web UI: annotated PCs in source view | Andrew Kelley | |
| 2024-08-07 | fuzzer: share zig to html rendering with autodocs | Andrew Kelley | |
