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
Age
Commit message (
Expand
)
Author
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-03-01
zig init template: remove outdated comments
Andrew Kelley
2025-02-26
rename "nonce" to "fingerprint"
Andrew Kelley
2025-02-26
zig init: adjust template lang to allow zig fmt passthrough
Andrew Kelley
2025-02-26
switch from "id" to "nonce"
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
2025-01-22
std.Build: add `addLibrary` function (#22554)
BratishkaErik
2024-12-21
doc: mention zig can't use URLs if their content changes
Jonathan Marler
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
2024-07-15
add a missing comment in build.zig.zon
KNnut
2024-06-05
seriously people, don't put "zig-" in your package names
Andrew Kelley
2024-05-28
init: clarify .paths usage in build.zig.zon
Tim Culverhouse
2024-04-15
zig init: Replace deprecated LazyPath.path with Build.path()
Linus Groh
2024-04-11
Document lazy dependency in init build.zig.zon
Jeremia Dominguez
2023-12-20
Grammar fixes (#18320)
Maximilian
2023-11-26
`zig fetch`: add `--save` flag
Andrew Kelley
2023-11-20
zig init: also create a build.zig.zon
Andrew Kelley
2023-11-20
merge `zig init-exe` and `zig init-lib` into `zig init`
Andrew Kelley