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-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
2024-08-01
std.debug: reorg and clarify API goals
Andrew Kelley
2024-08-01
std.debug: rename Info to SelfInfo
Andrew Kelley
2024-08-01
std.debug.Info: extract to separate file
Andrew Kelley
2024-08-01
std: dwarf namespace reorg
Andrew Kelley
2024-08-01
std.debug.DebugInfo: rename to std.debug.Info
Andrew Kelley
2024-07-29
std: Stop supporting Linux/glibc versions older than declared in std.Target.
Alex Rønne Petersen
2024-07-24
Replace some dynamic functions with static ones.
Lucas Santos
2024-07-23
Merge pull request #20706 from alexrp/sigaction-nosys
Andrew Kelley
2024-07-22
debug: correct dump_hex and dump_hex_fallible casing (#19296)
Wooster
2024-07-21
std.posix: Consider invalid signal numbers to sigaction() to be programmer er...
Alex Rønne Petersen
2024-07-21
Revert "Merge pull request #20380 from tau-dev/master"
Andrew Kelley
2024-07-21
Merge pull request #20380 from tau-dev/master
Andrew Kelley
2024-07-19
ModuleDebugInfo: Discard C++ namespaces appearing in PDBs
Tau
[next]