aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler/reduce
AgeCommit message (Expand)Author
2025-08-21zig reduce: adapt to new Writer APIJustus Klausecker
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-07-07remove `usingnamespace` from the languageAndrew Kelley
2025-07-07remove `async` and `await` keywordsAndrew Kelley
2025-03-07std.zig.Ast: store lbrace and rbrace token in data of `.error_set_decl`Techatrix
2025-03-07std.zig.Ast: improve type safetyTechatrix
2025-03-07std.zig.Ast: add `blockStatements` and `builtinCallParams`Techatrix
2024-03-24reduce: fix compile errorsJacob Young
2024-03-17Ast: fix comptime destructureJacob Young
2024-02-26move lazily compiled source files to lib/compiler/Andrew Kelley