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
/
src
/
print_env.zig
Age
Commit message (
Expand
)
Author
2025-07-30
update `zig env` to respect `ZIG_LIB_DIR` and support wasi
Techatrix
2025-07-19
std.zon: better namespace for Serializer
Andrew Kelley
2025-07-19
`zig env`: update std.json API
Andrew Kelley
2025-07-07
update compiler source to new APIs
Andrew Kelley
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-02-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2023-10-18
zig env: back to json output
Andrew Kelley
2023-10-17
rework zig env
Andrew Kelley
2023-10-17
zig env: remove the json output
Manlio Perillo
2023-07-21
std.json: Unify stringify and writeStream (#16405)
Josh Wolfe
2023-05-13
std: Rewrite low-level json api to support streaming (#15602)
Josh Wolfe
2022-09-14
stage2: fix compile error merge conflict
Andrew Kelley
2022-09-14
src/print_env: print the native target
Manlio Perillo
2022-04-18
stage2: Move WASI/Zig-specific selfExePath to introspect.zig
Cody Tapscott
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-23
update depreciated code (#7502)
g-w1
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley