aboutsummaryrefslogtreecommitdiff
path: root/lib/std/zon
AgeCommit message (Expand)Author
2025-09-20coerce vectors to arrays rather than inline forAndrew Kelley
2025-09-20std.zon.parse: fix not initializing array sentinelAndrew Kelley
2025-09-20compiler: require comptime vector indexesAndrew Kelley
2025-08-25Adds non allocating alternatives to ZON parse functions (#22916)Mason Remaley
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-31std: stop relying on precision-losing coercionsmlugg
2025-07-19std.zon: better namespace for SerializerAndrew Kelley
2025-07-19std.zon: update to new I/O APIAndrew Kelley
2025-07-16std.zig.Render: update it and referencesAndrew Kelley
2025-07-10Merge pull request #24329 from ziglang/writergateAndrew Kelley
2025-07-10std: Disable `std.zon parse float` on dynamic x86-linux-muslAlex Rønne Petersen
2025-07-09std: fmt.format to io.Writer.printAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07std.fmt: fully remove format string from format methodsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-15big.int: implement float conversionsJacob Young
2025-05-28x86_64: implement integer `@reduce(.Add)`Jacob Young
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