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
/
debug
/
SelfInfo
Age
Commit message (
Expand
)
Author
2025-09-30
std.debug: go back to storing return addresses instead of call addresses
mlugg
2025-09-30
std.debug: fix typo
mlugg
2025-09-30
std.debug: miscellaneous fixes
mlugg
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-30
SelfInfo: remove x86-windows unwinding path
mlugg
2025-09-30
std: fix 32-bit build and some unsafe casts
mlugg
2025-09-30
fix bad merge
mlugg
2025-09-30
std: replace debug.Dwarf.ElfModule with debug.ElfFile
mlugg
2025-09-30
small reasonable change
mlugg
2025-09-30
std.debug: unwinding on Windows
mlugg
2025-09-30
SelfInfo.DarwinModule: rename field
mlugg
2025-09-30
SelfInfo: be honest about how general unwinding is
mlugg
2025-09-30
add freestanding support IN THEORY
mlugg
2025-09-30
std.debug: improve the APIs and stuff
mlugg
2025-09-30
tweaks
mlugg
2025-09-30
SelfInfo: load eh_frame/debug_frame from ELF file if eh_frame_hdr omitted
mlugg
2025-09-30
std.debug.SelfInfo: concrete error sets
mlugg
2025-09-30
stash? more like no
mlugg
2025-09-30
SelfInfo deinit magic
mlugg
2025-09-30
split SelfInfo into a file per impl
mlugg