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-04-30
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann
2025-04-30
posix: remove empty_sigset
Pat Tullmann
2025-04-27
make `@memcpy` and `@memmove` share panic handlers
Andrew Kelley
2025-04-26
compiler: add @memmove builtin
dweiller
2025-04-01
std.os.uefi.protocol: ziggify function signatures (#23214)
Carmen
2025-03-25
Fix std.debug.dumpHex address offsets
Arnau Camprubí
2025-03-23
Lower `@returnAddress` to a constant 0 in Emscripten release builds
Carl Åstholm
2025-02-23
Sema: allow `@ptrCast` of slices changing the length
mlugg
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-09
std.os.uefi: Adjust casing of remaining enum fields
Linus Groh
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-02-01
debug: fix MemoryAccessor file leak
Michael Dusan
2025-01-24
std: remove old declarations now a zig1 update has happened
mlugg
2025-01-24
all: update for `panic.unwrapError` and `panic.call` signature changes
mlugg
2025-01-24
compiler: yet more panic handler changes
mlugg
2025-01-23
std.debug: Fall back to .eh_frame/.debug_frame if .eh_frame_hdr is incomplete.
Alex Rønne Petersen
2025-01-22
std.debug: remove `errorReturnTraceHelper`
mlugg
2025-01-21
std.debug: fix format on ConfigurableTrace
andrewkraevskii
2025-01-16
x86_64: implement union access
Jacob Young
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-11-29
defaultPanic: @trap on 'other' target
Pat Tullmann
2024-11-22
add assertLocked to std.debug.SafetyLock
Scott Redig
2024-11-04
std.debug: Add handling for armeb, thumb, thumbeb, and aarch64_be.
Alex Rønne Petersen
2024-11-02
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
Alex Rønne Petersen
2024-10-29
std.debug: watchOS: fixes for ilp32 ABI (#21765)
Mario Nachbaur
2024-10-07
std.debug: Fix defaultPanic() uefi build
Linus Groh
2024-10-03
std.debug: Disable stack traces on s390x.
Alex Rønne Petersen
2024-09-26
embrace panic helpers
Andrew Kelley
2024-09-26
work around riscv64 backend deficiencies
Andrew Kelley
2024-09-26
reintroduce the std.builtin safety panic helpers
Andrew Kelley
2024-09-26
fixes for this branch
Andrew Kelley
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-01
std: make debug.dumpStackPointerAddr compile
Nico Elbers
2024-08-31
Merge pull request #21173 from mrjbq7/writeStackTrace
Andrew Kelley
2024-08-30
Merge pull request #21174 from alexrp/win-arm
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-28
std.debug: Fix a bitness portability issue in walkStackWindows().
Alex Rønne Petersen
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-22
std.debug: remove allocator from std.debug.writeStackTrace()
John Benediktsson
2024-08-18
std.debug: Also disable stack traces on mips64.
Alex Rønne Petersen
2024-08-16
std: disable failing debug info test for self-hosted
Jacob Young
2024-08-13
std.debug: Support sparc32 in StackIterator.init().
Alex Rønne Petersen
2024-08-07
fuzzing: progress towards web UI
Andrew Kelley
2024-08-07
std.debug.Dwarf: precompute .debug_line table
Andrew Kelley
2024-08-07
std.debug.FixedBufferReader is fine
Andrew Kelley
2024-08-07
code coverage dumping tool basic implementation
Andrew Kelley
2024-08-07
introduce tool for dumping coverage file
Andrew Kelley
2024-08-02
fix compilation on powerpc GNU systems
Andrew Kelley
[next]