aboutsummaryrefslogtreecommitdiff
path: root/lib/std/zon
AgeCommit message (Expand)Author
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-04-09std.zon.parse: Fix typo in test "std.zon parse bool"Manlio Perillo
2025-04-02std.zon.parse: make `ast` and `zoir` fields of `Diagnostics` non-optionalMason Remaley
2025-04-02std.zon.parse: rename `Status` to `Diagnostics`Mason Remaley
2025-04-02std.zon: populate `Zoir.Node.Index` values with corresponding ZOIR nodeMason Remaley
2025-03-31zon: normalize negative zeroesAli Cheraghi
2025-03-07std.zig.Ast: improve type safetyTechatrix
2025-02-21Output `zig targets` as ZON instead of JSON (#22939)Mason Remaley
2025-02-19zon.stringify: Correctly serialize unions with void fieldsNico Elbers
2025-02-03compiler,std: implement ZON supportMason Remaley