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-09-30
std.debug: miscellaneous fixes
mlugg
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-30
fix compile errors and minor bugs
mlugg
2025-09-30
std.debug: don't attempt SelfInfo unwinding when unsupported
mlugg
2025-09-30
std.debug: never attempt FP unwind under fomit-frame-pointer
mlugg
2025-09-30
compiler: fix new panic handler in release builds
mlugg
2025-09-30
std: replace debug.Dwarf.ElfModule with debug.ElfFile
mlugg
2025-09-30
std.debug: don't include dumpCurrentStackTrace frame
mlugg
2025-09-30
std.debug: try removing a probably-redundant condition
mlugg
2025-09-30
std.debug: handle ThreadContext slightly better
mlugg
2025-09-30
std.debug: unwinding on Windows
mlugg
2025-09-30
std: doc comments and tweaks
mlugg
2025-09-30
std: fixes
mlugg
2025-09-30
SelfInfo: be honest about how general unwinding is
mlugg
2025-09-30
add freestanding support IN THEORY
mlugg
2025-09-30
std.debug: improve the APIs and stuff
mlugg
2025-09-30
std.debug.SelfInfo: concrete error sets
mlugg
2025-09-30
the world if ElfModule didn't suck:
mlugg
2025-09-30
change one million things
mlugg
2025-09-30
debug: refactor stack frame capturing
Jacob Young
2025-09-07
std.debug.assertAligned: support const pointers
Andrew Kelley
2025-09-03
std.debug: disable stack traces on loongarch
Alex Rønne Petersen
2025-08-31
delete behavior test that depends on std.fmt
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
std.debug: remove `@frameAddress()` "UAF"
mlugg
2025-08-25
delete std.debug.FixedBufferReader
Andrew Kelley
2025-08-23
disable stack tracing on powerpc64
Andrew Kelley
2025-08-23
std.debug: delete MemoryAccessor
Andrew Kelley
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-19
std.debug: add assertAligned
Andrew Kelley
2025-07-16
zig fmt
Andrew Kelley
2025-07-12
std.os.uefi.tables: ziggify boot and runtime services (#23441)
Carmen
2025-07-11
Merge pull request #24394 from ziglang/fixes
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-10
std.debug.print: provide a small buffer
Andrew Kelley
2025-07-09
eliminate all uses of std.io.Writer.count except for CBE
Andrew Kelley
2025-07-07
std.io.Writer.Allocating: rename interface to writer
Andrew Kelley
2025-07-07
std.debug: lil buffer for this guy
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-01
std: remove old panic handlers after zig1.wasm update
mlugg
2025-06-01
compiler: combine `@intCast` safety checks
mlugg
2025-05-28
debug: disable fp-based frame unwinding when fp is omitted
Jacob Young
2025-05-27
compiler: tlv pointers are not comptime-known
mlugg
2025-05-20
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen
2025-05-14
Fix SIGSEGV handler for AArch64 Darwin targets
Cezary Kupaj
2025-04-30
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann
[prev]
[next]