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
/
dwarf
Age
Commit message (
Expand
)
Author
2025-09-30
fix compiler ftbfs from std.macho and std.dwarf changes
mlugg
2025-09-30
change one million things
mlugg
2024-12-19
Dwarf: remove redundant debug info
Jacob Young
2024-12-16
Dwarf: include comptime-only values in debug info
Jacob Young
2024-08-17
Dwarf: fix and test allowzero pointers
Jacob Young
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-01
std: dwarf namespace reorg
Andrew Kelley
2024-07-10
dwarf: use StackIterator.MemoryAccessor to check memory accesses instead of i...
kcbanner
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-06-23
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-02-18
dwarf: optimize dwarf parsing for speed
Jacob Young
2024-02-18
Dwarf: use a user tag for padding
Jacob Young
2024-01-18
openbsd: add proper support for aarch64
Sebastien Marie
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-29
x86_64: fix compiler rt test failures
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-09-30
solaris: add missing registers
Ryan Zezeski
2023-09-27
Remove `@fabs`, fabs and absCast/Int from std lib
antlilja
2023-08-22
compiler: move unions into InternPool
Andrew Kelley
2023-08-15
netbsd: std.dwarf.abi: disable x86_64 regBytes()
Michael Dusan
2023-08-15
std: fix compilation errors in dwarf/abi.zig when targeting iOS
Jakub Konka
2023-08-14
dwarf: add missing length check in rowColumns
kcbanner
2023-07-26
target: emit unwind tables if the platform supports unwinding
kcbanner
2023-07-25
dwarf: small code size reduction in expression runner
kcbanner
2023-07-24
simplify call frame instruction parser
kcbanner
2023-07-24
fixup inline switch
kcbanner
2023-07-20
dwarf: implement aarch64 default register rules
kcbanner
2023-07-20
dwarf: fix the unwinder using the incorrect row from the FDE in certain cases
kcbanner
2023-07-20
dwarf: add abi.stripInstructionPtrAuthCode
kcbanner
2023-07-20
debug: fixup last_error being printed too many times
kcbanner
2023-07-20
debug: fix initialization of the optional fields on StackIterator
kcbanner
2023-07-20
macho: add aarch64 implementation to unwindFrame
kcbanner
2023-07-20
debug: add relocateContext
kcbanner
2023-07-20
macho: add unwindFrame which can unwind stack frames using the __unwind_info ...
kcbanner
2023-07-20
dwarf: add ExpressionError to work around the compiler not being able to infe...
kcbanner
2023-07-20
dwarf: skip register tests on unimplemented arch / os, add tests for type con...
kcbanner
2023-07-20
dwarf: fixup default endianness in ExpressionOptions, add control flow tests
kcbanner
2023-07-20
dwarf: fixup regBytes for the case where there is no context support
kcbanner
2023-07-20
debug: add dupeContext, store a pointer to a copy of ThreadContext on UnwindC...
kcbanner
2023-07-20
dwarf: implement constx,addrx, begin adding DWARF expression tests
kcbanner
2023-07-20
debug: rename StackTraceContext to ThreadContext
kcbanner
2023-07-20
dwarf: expression fixups for non-64bit arches, check call_frame_context when ...
kcbanner
2023-07-20
dwarf: add expression writer
kcbanner
2023-07-20
dwarf: introduce ExpressionContext, add more expression opcodes
kcbanner
2023-07-20
debug: fixup base address calculations for macho
kcbanner
[next]