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
/
init
/
src
Age
Commit message (
Expand
)
Author
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-08-08
std.Io: remove BufferedWriter
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-06-13
zig init: simplify templating logic (#24170)
Loris Cro
2025-06-02
zig init: appease zig fmt check
Loris Cro
2025-06-02
zig init: add new --strip flag and improve template files
Loris Cro
2025-02-26
zig init: adjust template lang to allow zig fmt passthrough
Andrew Kelley
2025-02-26
introduce package id and redo hash format again
Andrew Kelley
2025-02-11
fuzzer: write inputs to shared memory before running
Andrew Kelley
2024-12-18
init template: expand slightly, migrate from deprecated std.Build APIs
mlugg
2024-09-11
fix init template for new fuzz testing API
Andrew Kelley
2024-08-18
update comment in init template
Andrew Kelley
2024-07-26
Fix typo in init files.
Karim Mk
2024-07-26
update init template
Andrew Kelley
2023-11-20
merge `zig init-exe` and `zig init-lib` into `zig init`
Andrew Kelley