index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
zon
Age
Commit message (
Expand
)
Author
2025-09-20
coerce vectors to arrays rather than inline for
Andrew Kelley
2025-09-20
std.zon.parse: fix not initializing array sentinel
Andrew Kelley
2025-09-20
compiler: require comptime vector indexes
Andrew Kelley
2025-08-25
Adds non allocating alternatives to ZON parse functions (#22916)
Mason Remaley
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-10
docs(zon/stringify.zig): Added missing non-serializable type
Alexandre Blais
2025-07-31
std: stop relying on precision-losing coercions
mlugg
2025-07-19
std.zon: better namespace for Serializer
Andrew Kelley
2025-07-19
std.zon: update to new I/O API
Andrew Kelley
2025-07-16
std.zig.Render: update it and references
Andrew Kelley
2025-07-10
Merge pull request #24329 from ziglang/writergate
Andrew Kelley
2025-07-10
std: Disable `std.zon parse float` on dynamic x86-linux-musl
Alex Rønne Petersen
2025-07-09
std: fmt.format to io.Writer.print
Andrew Kelley
2025-07-07
std.io.Writer.printValue: rework logic
Andrew Kelley
2025-07-07
std.fmt: fully remove format string from format methods
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-15
big.int: implement float conversions
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Add)`
Jacob Young
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-04-09
std.zon.parse: Fix typo in test "std.zon parse bool"
Manlio Perillo
2025-04-02
std.zon.parse: make `ast` and `zoir` fields of `Diagnostics` non-optional
Mason Remaley
2025-04-02
std.zon.parse: rename `Status` to `Diagnostics`
Mason Remaley
2025-04-02
std.zon: populate `Zoir.Node.Index` values with corresponding ZOIR node
Mason Remaley
2025-03-31
zon: normalize negative zeroes
Ali Cheraghi
2025-03-07
std.zig.Ast: improve type safety
Techatrix
2025-02-21
Output `zig targets` as ZON instead of JSON (#22939)
Mason Remaley
2025-02-19
zon.stringify: Correctly serialize unions with void fields
Nico Elbers
2025-02-03
compiler,std: implement ZON support
Mason Remaley