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
2022-08-16
AstGen: detect declarations shadowing locals
Veikka Tuominen
2022-08-11
std: fix definition of SIG_IGN, SIG_DFL, etc.
Isaac Freund
2022-08-06
std: use std.macho.LoadCommandIterator for MachO parsing in std.debug
Jakub Konka
2022-07-29
std.debug: default signal handler also handles SIGFPE
Andrew Kelley
2022-06-28
Merge pull request #11919 from squeek502/failing-allocator-stacktrace
Andrew Kelley
2022-06-27
Fix stack traces with non-null `first_address` on Windows
Ryan Liptak
2022-06-25
Move sys_can_stack_trace from GPA to std.debug so that it can be re-used as n...
Ryan Liptak
2022-06-23
std.debug: fix ConfigurableTrace.dump OOB
FlandreScarlet
2022-06-12
add std.debug.Trace.format
Andrew Kelley
2022-06-09
std.debug.Trace: improve API
Andrew Kelley
2022-06-09
introduce std.debug.Trace
Andrew Kelley
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-24
stage2: fixes for error union semantics
Andrew Kelley
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-04
std: Single-threaded `panicImpl` sleep is unreachable (#11569)
Jay Petacat
2022-04-26
std.Thread: ResetEvent improvements (#11523)
protty
2022-04-21
debug: add smoke test
Jakub Konka
2022-04-21
debug: fix resource (de)allocation for Elf and Coff targets
Jakub Konka
2022-04-21
debug: fix resource (de)allocation for MachO targets
Jakub Konka
2022-04-21
dwarf: clean up allocations in std.dwarf module
Jakub Konka
2022-04-19
wasm: Fix unreachable paths
Luuk de Gram
2022-04-18
wasm: Add support for debug info
Luuk de Gram
2022-04-04
Pull elf magic string out to re-used constant
Tom Read Cutting
2022-03-19
Merge pull request #11228 from Vexu/panic
Andrew Kelley
2022-03-19
fix sigaction double panic
zseri
2022-03-19
std: enable default panic handler for stage2 LLVM on Linux
Veikka Tuominen
2022-03-17
debug: msync only current page when validation frame pointer
Jakub Konka
2022-03-15
std.dwarf: implement basic DWARF 5 parsing
William Sengir
2022-03-12
stage2 llvm: do not use getIntrinsic for airFrameAddress
Veikka Tuominen
2022-02-19
StackIterator should not try to check validity on freestanding
Lee Cannon
2022-02-11
validate in Windows using VirtualQuery
m
2022-02-11
std: validate frame-pointer address in stack walking
m
2022-02-07
debug: implement segfault handler for macOS aarch64
John Schmidt
2022-01-31
debug: fix edge cases in macOS debug symbol lookup
John Schmidt
2022-01-27
add std.debug.todo
David John
2022-01-18
Implement segfault handler for macOS x86_64
John Schmidt
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-15
macho: put `LC_*` consts in a typed enum(u32) LC
Jakub Konka
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
macos: remove >= 0x10000000 assertion when printing stack traces
Jakub Konka
2021-11-30
macos: rewrite logic for generating stack traces on macOS
Jakub Konka
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-09
std.Thread.Mutex: change API to lock() and unlock()
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-28
improve panic hierarchy by always using builtin.panic
rgreenblatt
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
[next]