aboutsummaryrefslogtreecommitdiff
path: root/lib/std/zon/stringify.zig
AgeCommit message (Expand)Author
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-10docs(zon/stringify.zig): Added missing non-serializable typeAlexandre Blais
2025-07-19std.zon: better namespace for SerializerAndrew Kelley
2025-07-19std.zon: update to new I/O APIAndrew Kelley
2025-07-09std: fmt.format to io.Writer.printAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-03-31zon: normalize negative zeroesAli Cheraghi
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