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
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: work around crash parsing LLVM PDB
mlugg
2025-09-30
std.debug: fix typo
mlugg
2025-09-30
update to new std.debug changes
mlugg
2025-09-30
std.debug: miscellaneous fixes
mlugg
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-30
std.debug.Pdb: fix leak
mlugg
2025-09-30
fix compile errors and minor bugs
mlugg
2025-09-30
SelfInfo: remove x86-windows unwinding path
mlugg
2025-09-30
tests: split up and enhance stack trace tests
mlugg
2025-09-30
std.debug.Dwarf: fix names of inlined functions
mlugg
2025-09-30
std: fix 32-bit build and some unsafe casts
mlugg
2025-09-30
fix bad merge
mlugg
2025-09-30
Dwarf: use 'gpa' terminology
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: handle ThreadContext slightly better
mlugg
2025-09-30
std.debug: unwinding on Windows
mlugg
2025-09-30
std: fix debug.Info and debug.Coverage
mlugg
2025-09-30
std: doc comments and tweaks
mlugg
2025-09-30
fix compiler ftbfs from std.macho and std.dwarf changes
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
remove redundant test
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
doc comments
mlugg
2025-09-30
fix aarch64-macos DWARF unwinding
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-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
std.debug.Pdb: migrate more towards new Reader API
Andrew Kelley
[next]