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-11-20
update deprecated ArrayListUnmanaged usage (#25958)
Benjamin Jurk
2025-11-20
fuzzer: account for runtime address slide
Matthew Lugg
2025-11-20
std.debug: split up Mach-O debug info handling
Matthew Lugg
2025-11-09
posix: reduce the number of assumptions made by `dl_iterate_phdr`
Jacob Young
2025-10-29
std.debug.SelfInfo.Windows: less invasive change
Andrew Kelley
2025-10-29
std.Io: introduce openSelfExe
Andrew Kelley
2025-10-29
std.debug.SelfInfo: add missing io parameter to getSymbol
Andrew Kelley
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
2025-10-29
std.fs: use BadPathName rather than InvalidWtf8 on Windows
Andrew Kelley
2025-10-29
std: fix macos compilation errors
Andrew Kelley
2025-10-29
std: fix seekBy unit test
Andrew Kelley
2025-10-29
std.Io: implement fileStat
Andrew Kelley
2025-10-29
std: updating to std.Io interface
Andrew Kelley
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-10-23
std.Target: add arceb and xtensaeb Cpu.Arch tags
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for arc
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for m68k
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for or1k
Alex Rønne Petersen
2025-10-18
std.debug: add CPU context and DWARF mappings for csky
Alex Rønne Petersen
2025-10-15
std.debug.SelfInfo.Elf: don't support DWARF unwinding for Hexagon and PowerPC
Alex Rønne Petersen
2025-10-10
std.debug: greatly expand target support for segfault handling/unwinding
Alex Rønne Petersen
2025-10-08
Merge pull request #25493 from alexrp/std-debug-mips-ppc
Alex Rønne Petersen
2025-10-07
std.debug.SelfInfo.MachO: don't restore vector registers during unwinding
Alex Rønne Petersen
2025-10-07
std.debug: add unwind support for powerpc*-linux
Alex Rønne Petersen
2025-10-07
std.debug: add unwind support for mips*-linux
Alex Rønne Petersen
2025-10-05
std.debug: add unwind support for hexagon-linux
Alex Rønne Petersen
2025-10-05
std.debug.SelfInfo.Elf: disable unwinding on mips n32 and x86 x32
Alex Rønne Petersen
2025-10-03
std.debug: Add unwind support for serenity
Linus Groh
2025-10-03
std.debug: add s390x-linux unwind support
Alex Rønne Petersen
2025-10-01
std.debug: add riscv32-linux and riscv64-linux unwind support
Alex Rønne Petersen
2025-10-01
std.debug: add loongarch64-linux unwind support
Alex Rønne Petersen
2025-10-01
std.debug: some adjustments to target handling
Alex Rønne Petersen
2025-10-01
std.debug.SelfInfo: rename Darwin to MachO
Alex Rønne Petersen
2025-09-30
std.debug.SelfInfo: remove shared logic
mlugg
2025-09-30
Dwarf.Unwind: handle macOS deviation from standard
mlugg
2025-09-30
std.debug: significantly speed up capturing stack traces
mlugg
2025-09-30
std.debug.SelfInfo: mark ARM unwinding as unsupported
mlugg
2025-09-30
typo
mlugg
2025-09-30
std.debug.SelfInfo: thread safety
mlugg
2025-09-30
ElfModule: fix assertion failure
mlugg
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
[next]