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
/
std
/
special
/
init-exe
Age
Commit message (
Expand
)
Author
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley
2021-12-18
init-exe template: build.zig: setTarget on the tests
Andrew Kelley
2021-10-29
Make pointer variables in ( init-lib | init-exe )/build.zig const. (#10057)
InKryption
2021-10-09
add test step to build.zig generated by init-exe (#9919)
Lee Cannon
2021-03-05
std/special: init-exe,lib make import(std) its own decl (#8160)
Meghan
2020-10-16
Add support for `zig build run -- arg1 arg1` in file created by init-exe
Juha Syrjälä
2020-08-23
remove licensing comments from init-exe/init-lib
Luna
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-18
Change std.debug.warn to std.log.info in init-exe template. (#5941)
Nathan Michaels
2020-02-28
stage1: make get_native_target go through self-hosted
Andrew Kelley
2020-02-28
fix standardTargetOptions and improve init-exe to use it
Andrew Kelley
2019-12-08
std.fmt.format: tuple parameter instead of var args
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley