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.zig
Age
Commit message (
Expand
)
Author
2025-09-30
std.debug.SelfInfo: remove shared logic
mlugg
2025-09-30
std.debug: significantly speed up capturing stack traces
mlugg
2025-09-30
std.debug: don't assume return address register is defined if not specified
mlugg
2025-09-30
std.debug.SelfInfo: thread safety
mlugg
2025-09-30
std.debug: go back to storing return addresses instead of call addresses
mlugg
2025-09-30
std.debug: miscellaneous fixes
mlugg
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-30
fix compile errors and minor bugs
mlugg
2025-09-30
tests: split up and enhance stack trace tests
mlugg
2025-09-30
std: replace debug.Dwarf.ElfModule with debug.ElfFile
mlugg
2025-09-30
std.debug: unwinding on Windows
mlugg
2025-09-30
std: doc comments and tweaks
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
remove redundant test
mlugg
2025-09-30
std.debug.SelfInfo: concrete error sets
mlugg
2025-09-30
doc comments
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
2025-09-30
std.debug.Dwarf: eliminate host pointer size dependency
mlugg
2025-09-30
remove TODOs which are done or which i'm not actually gonna do lol
mlugg
2025-09-30
dont dupe state you silly billy
mlugg
2025-09-30
the world if Dwarf.ElfModule was like REALLY good:
mlugg
2025-09-30
the world if ElfModule didn't suck:
mlugg
2025-09-30
me when i did a thing
mlugg
2025-09-30
less hacky :D
mlugg
2025-09-30
names
mlugg
2025-09-30
sky pirates! which are even better!
mlugg
2025-09-30
more still
mlugg
2025-09-30
more stuff
mlugg
2025-09-30
change one million things
mlugg
2025-09-30
debug: refactor stack frame capturing
Jacob Young
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
std.debug.Pdb: migrate more towards new Reader API
Andrew Kelley
2025-08-25
delete std.debug.FixedBufferReader
Andrew Kelley
2025-08-23
std.debug: delete MemoryAccessor
Andrew Kelley
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-16
zig fmt
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-05-17
debug: correctly detect missing entries in `.eh_frame_hdr`
Jacob Young
2025-02-22
zig build fmt
Andrew Kelley
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-01-23
std.debug: Fall back to .eh_frame/.debug_frame if .eh_frame_hdr is incomplete.
Alex Rønne Petersen
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2024-11-04
std.debug: Add handling for armeb, thumb, thumbeb, and aarch64_be.
Alex Rønne Petersen
[next]