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
/
Dwarf.zig
Age
Commit message (
Expand
)
Author
2025-10-07
std.debug.Dwarf: use 66 as the (fake) MIPS PC register
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf: use 67 as the (fake) PowerPC PC register
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf: use 65 as the (fake) RISC-V PC register
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf: use 64 as the (fake) LoongArch PC register
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-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-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.SelfInfo: thread safety
mlugg
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-30
std.debug.Dwarf: fix names of inlined functions
mlugg
2025-09-30
Dwarf: use 'gpa' terminology
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: fix debug.Info and debug.Coverage
mlugg
2025-09-30
std.debug: improve the APIs and stuff
mlugg
2025-09-30
tweaks
mlugg
2025-09-30
std.debug.SelfInfo: concrete error sets
mlugg
2025-09-30
std.debug.Dwarf: eliminate host pointer size dependency
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
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-25
delete std.debug.FixedBufferReader
Andrew Kelley
2025-08-23
std.debug: delete MemoryAccessor
Andrew Kelley
2025-08-15
std.compress.zstd.Decompress fixes
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-31
std.debug.Dwarf: work around API deficiency
Andrew Kelley
2025-07-31
std.compress: rework flate to new I/O API
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-05-17
debug: correctly detect missing entries in `.eh_frame_hdr`
Jacob Young
2025-02-24
stdlib: handle EEXIST in mmap with FIXED_NOREPLACE. Fixes #21475
Alec Fessler
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
2024-09-16
std: Restore conventional `compareFn` behavior for `binarySearch`
Jay Petacat
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
Merge pull request #21230 from jacobly0/stack-trace
Jacob Young
2024-08-28
Dwarf: fix parsing self-hosted debug info for stack traces
Jacob Young
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-19
Fix handling of empty XDG environment variables
Ian Johnson
2024-08-13
std.debug.Dwarf: better source location information
Andrew Kelley
2024-08-13
std.debug.Coverage.resolveAddressesDwarf: fix broken logic
Andrew Kelley
[next]