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
Age
Commit message (
Expand
)
Author
2025-10-10
std.debug.Dwarf.SelfUnwinder: assume same-value rule by default for all columns
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.Dwarf.expression: fix a test that assumes sp != fp
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf.SelfUnwinder: add an s390x check missed in 95bdb0c1c65c128923...
Alex Rønne Petersen
2025-10-07
std.debug.Dwarf.SelfUnwinder: skip caching rules for unsupported registers
Alex Rønne Petersen
2025-10-03
std.debug.Dwarf.SelfUnwinder: default some s390x registers to the same-value ...
Alex Rønne Petersen
2025-10-03
std.debug: add s390x-linux unwind support
Alex Rønne Petersen
2025-10-02
std.debug.Dwarf.Unwind: deal with invalid def_cfa_reg by GNU toolchains
Alex Rønne Petersen
2025-09-30
std.debug.SelfInfo: remove shared logic
mlugg
2025-09-30
Dwarf.Unwind: fix typo
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
update to new std.debug changes
mlugg
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-30
std: fix 32-bit build and some unsafe casts
mlugg
2025-09-30
std: replace debug.Dwarf.ElfModule with debug.ElfFile
mlugg
2025-09-30
std.debug: handle ThreadContext slightly better
mlugg
2025-09-30
fix compiler ftbfs from std.macho and std.dwarf changes
mlugg
2025-09-30
SelfInfo: load eh_frame/debug_frame from ELF file if eh_frame_hdr omitted
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
split SelfInfo into a file per impl
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
less hacky :D
mlugg
2025-09-30
sky pirates! which are even better!
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: delete most remaining uses of GenericWriter
Andrew Kelley
2025-08-25
start adding big endian RISC-V support
Alex Rønne Petersen
2025-08-23
std.debug: delete MemoryAccessor
Andrew Kelley
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-02-17
std.Target: Remove Cpu.Arch.spu_2.
Alex Rønne Petersen
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2024-11-04
std.debug: Add handling for armeb, thumb, thumbeb, and aarch64_be.
Alex Rønne Petersen
2024-10-21
watchOS: add os to aarch64 architecture
Mario Nachbaur
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-02
reintroduce std.Dwarf.abi.supportsUnwinding
Andrew Kelley
2024-08-02
fix compilation on powerpc GNU systems
Andrew Kelley
2024-08-01
std.debug: reorg and clarify API goals
Andrew Kelley
2024-08-01
std: dwarf namespace reorg
Andrew Kelley