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
/
src
/
fmt.zig
Age
Commit message (
Expand
)
Author
2025-09-18
zig fmt help: mention that the argument can be a directory
Frank Denis
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-11
fix(fmt): return correct exit code for `zig fmt --stdin --check`
Will Lillis
2025-08-10
zig fmt: flush stdout before exiting with error
Techatrix
2025-07-21
std.fs.File: delete writeFileAll and friends
Andrew Kelley
2025-07-16
zig fmt: update to new I/O API
Andrew Kelley
2025-07-16
add a happy little main function to src/fmt.zig
Andrew Kelley
2025-07-16
update compiler
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-03-15
posix/write: catch MSGSIZE error (#23238)
Rémy Mathieu
2025-02-22
zig fmt: fix invalid alignment on frees
Andrew Kelley
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2024-12-16
compiler: introduce ZonGen and make `ast-check` run it for ZON inputs
mlugg
2024-11-12
compiler: un-jit `zig fmt`
mlugg