aboutsummaryrefslogtreecommitdiff
path: root/src/fmt.zig
AgeCommit message (Expand)Author
2025-09-18zig fmt help: mention that the argument can be a directoryFrank Denis
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-11fix(fmt): return correct exit code for `zig fmt --stdin --check`Will Lillis
2025-08-10zig fmt: flush stdout before exiting with errorTechatrix
2025-07-21std.fs.File: delete writeFileAll and friendsAndrew Kelley
2025-07-16zig fmt: update to new I/O APIAndrew Kelley
2025-07-16add a happy little main function to src/fmt.zigAndrew Kelley
2025-07-16update compilerAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-03-15posix/write: catch MSGSIZE error (#23238)Rémy Mathieu
2025-02-22zig fmt: fix invalid alignment on freesAndrew Kelley
2025-02-03compiler,std: implement ZON supportMason Remaley
2024-12-16compiler: introduce ZonGen and make `ast-check` run it for ZON inputsmlugg
2024-11-12compiler: un-jit `zig fmt`mlugg