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.zig
Age
Commit message (
Expand
)
Author
2025-10-31
std.os.windows: eliminate forwarder function in kernel32 (#25766)
qilme
2025-10-30
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg
2025-10-29
Merge pull request #25592 from ziglang/init-std.Io
Andrew Kelley
2025-10-29
remove all IBM AIX and z/OS support
Alex Rønne Petersen
2025-10-29
std: make signal numbers into an enum
Andrew Kelley
2025-10-29
std.Io.Threaded: add ioBasic which disables networking
Andrew Kelley
2025-10-29
std: back out the StackTrace byval changes
Andrew Kelley
2025-10-29
std: fix compilation errors on Windows
Andrew Kelley
2025-10-29
std.Io: implement fileStat
Andrew Kelley
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-10-23
std.debug: fix FP unwinding for hppa/hppa64
Alex Rønne Petersen
2025-10-23
std.debug: fix FP unwind progress check for stackGrowth() == .up targets
Alex Rønne Petersen
2025-10-23
std.debug: FP unwinding is impossible on alpha, microblaze, sh
Alex Rønne Petersen
2025-10-19
Merge pull request #25623 from alexrp/or1k
Alex Rønne Petersen
2025-10-18
fix(std): don't add the default `_start` and `panic` in homebrew targets
GasInfinity
2025-10-18
std.debug: fix frame pointer unwinding on or1k
Alex Rønne Petersen
2025-10-18
std.debug: FP-based unwinding is impossible on avr, csky, msp430, and xcore
Alex Rønne Petersen
2025-10-15
std.debug: FP-based unwinding is ideal on SPARC
Alex Rønne Petersen
2025-10-15
std.debug: fix return addresses being off on SPARC
Alex Rønne Petersen
2025-10-15
std.debug: use the SP as the initial FP on SPARC
Alex Rønne Petersen
2025-10-15
std.debug: work around latest SPARC register window not being spilled on signal
Alex Rønne Petersen
2025-10-15
std.debug: the SPARC stack bias is only used on the 64-bit ABI
Alex Rønne Petersen
2025-10-15
std.debug: rename some constants for clarity
Alex Rønne Petersen
2025-10-15
std.debug: fix an invalid read in StackIterator.next()
Alex Rønne Petersen
2025-10-15
std.debug.cpu_context.Sparc: flush register windows in current()
Alex Rønne Petersen
2025-10-15
std.debug: flush SPARC register windows from a new window
Alex Rønne Petersen
2025-10-10
Coff: implement threadlocal variables
Jacob Young
2025-10-10
std.debug: greatly expand target support for segfault handling/unwinding
Alex Rønne Petersen
2025-10-09
std.debug: fix FP unwinding for LoongArch
Alex Rønne Petersen
2025-10-09
std.debug: fix SelfInfo default for freestanding ELF targets
Alex Rønne Petersen
2025-10-09
std.debug: fix incorrect FP unwinding on RISC-V and SPARC
mlugg
2025-10-07
std.debug: add noinline to functions that capture the current stack trace
Alex Rønne Petersen
2025-10-07
std.debug: prefer FP unwinding on targets where it is ideal
Alex Rønne Petersen
2025-10-05
std.debug: completely disable FP-based unwinding on mips
Alex Rønne Petersen
2025-10-04
Merge pull request #25457 from linusg/more-serenity
Alex Rønne Petersen
2025-10-04
std.debug: consider FP-based unwinding on hexagon and powerpc safe
Alex Rønne Petersen
2025-10-04
std.debug: fix FP-based unwinding on powerpc64
Alex Rønne Petersen
2025-10-03
std.debug: Add unwind support for serenity
Linus Groh
2025-10-03
std.debug: use correct return address offset for s390x
Alex Rønne Petersen
2025-10-01
std.debug.SelfInfo: rename Darwin to MachO
Alex Rønne Petersen
2025-10-01
std.debug: don't use SelfInfo.Windows for UEFI
Alex Rønne Petersen
2025-10-01
std.debug: select SelfInfo using ObjectFormat.default()
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: cap total stack trace frames
mlugg
2025-09-30
std.debug.SelfInfo: thread safety
mlugg
2025-09-30
std: don't get CPU context when using CBE targeting MSVC
mlugg
2025-09-30
std.debug: go back to storing return addresses instead of call addresses
mlugg
2025-09-30
std: allow disabling stack tracing
mlugg
2025-09-30
std.debug: update support checks
mlugg
[next]