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
/
introspect.zig
Age
Commit message (
Expand
)
Author
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2024-08-19
Fix handling of empty XDG environment variables
Ian Johnson
2024-02-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-02-26
introduce ZIG_DEBUG_CMD to choose debug mode
Andrew Kelley
2023-10-18
Sync resinator with upstream and fix INCLUDE env var handling
Ryan Liptak
2023-10-17
rework zig env
Andrew Kelley
2022-12-06
WASI: remove absolute path emulation from std lib
Andrew Kelley
2022-11-28
CLI: more careful resolution of paths
Andrew Kelley
2022-04-18
stage2: Move WASI/Zig-specific selfExePath to introspect.zig
Cody Tapscott
2022-04-18
stage2: Add limited WASI support for selfExePath and globalCacheDir
Cody Tapscott
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-03-25
zig build: use ZIG_GLOBAL_CACHE_DIR
Michael Dusan
2020-09-22
stage2: implement using the global cache dir
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley