aboutsummaryrefslogtreecommitdiff
path: root/lib/init
AgeCommit message (Expand)Author
2025-08-24fix: fix typo in comment by removing repeated 'business' wordNathaniel Ketema
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-08-08std.Io: remove BufferedWriterAndrew Kelley
2025-07-25init: replace '--strip' with '--minimal'mlugg
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-06-13zig init: simplify templating logic (#24170)Loris Cro
2025-06-02zig init: appease zig fmt checkLoris Cro
2025-06-02zig init: add new --strip flag and improve template filesLoris Cro
2025-03-01zig init template: remove outdated commentsAndrew Kelley
2025-02-26rename "nonce" to "fingerprint"Andrew Kelley
2025-02-26zig init: adjust template lang to allow zig fmt passthroughAndrew Kelley
2025-02-26switch from "id" to "nonce"Andrew Kelley
2025-02-26introduce package id and redo hash format againAndrew Kelley
2025-02-11fuzzer: write inputs to shared memory before runningAndrew Kelley
2025-01-22std.Build: add `addLibrary` function (#22554)BratishkaErik
2024-12-21doc: mention zig can't use URLs if their content changesJonathan Marler
2024-12-18init template: expand slightly, migrate from deprecated std.Build APIsmlugg
2024-09-11fix init template for new fuzz testing APIAndrew Kelley
2024-08-18update comment in init templateAndrew Kelley
2024-07-26Fix typo in init files.Karim Mk
2024-07-26update init templateAndrew Kelley
2024-07-15add a missing comment in build.zig.zonKNnut
2024-06-05seriously people, don't put "zig-" in your package namesAndrew Kelley
2024-05-28init: clarify .paths usage in build.zig.zonTim Culverhouse
2024-04-15zig init: Replace deprecated LazyPath.path with Build.path()Linus Groh
2024-04-11Document lazy dependency in init build.zig.zonJeremia Dominguez
2023-12-20Grammar fixes (#18320)Maximilian
2023-11-26`zig fetch`: add `--save` flagAndrew Kelley
2023-11-20zig init: also create a build.zig.zonAndrew Kelley
2023-11-20merge `zig init-exe` and `zig init-lib` into `zig init`Andrew Kelley