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
Age
Commit message (
Expand
)
Author
2025-09-30
std.posix.abort: only trigger breakpoint on Windows if being debugged
mlugg
2025-09-30
std.debug: go back to storing return addresses instead of call addresses
mlugg
2025-09-30
std: work around crash parsing LLVM PDB
mlugg
2025-09-30
std.debug: fix typo
mlugg
2025-09-30
update to new std.debug changes
mlugg
2025-09-30
std: allow disabling stack tracing
mlugg
2025-09-30
std.debug: update support checks
mlugg
2025-09-30
std.debug: miscellaneous fixes
mlugg
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-30
std.start: also don't print error trace targeting `.other`
mlugg
2025-09-30
std.debug.Pdb: fix leak
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
SelfInfo: remove x86-windows unwinding path
mlugg
2025-09-30
tests: split up and enhance stack trace tests
mlugg
2025-09-30
std.debug.Dwarf: fix names of inlined functions
mlugg
2025-09-30
std: fix os.linux.x86.syscall6
mlugg
2025-09-30
std: fix 32-bit build and some unsafe casts
mlugg
2025-09-30
fix bad merge
mlugg
2025-09-30
std.debug: never attempt FP unwind under fomit-frame-pointer
mlugg
2025-09-30
link.Elf: fix static PIE
mlugg
2025-09-30
Dwarf: use 'gpa' terminology
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
small reasonable change
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: fix debug.Info and debug.Coverage
mlugg
2025-09-30
std: doc comments and tweaks
mlugg
2025-09-30
fix compiler ftbfs from std.macho and std.dwarf changes
mlugg
2025-09-30
std: fixes
mlugg
2025-09-30
SelfInfo.DarwinModule: rename field
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
replace usages of old std.debug APIs
mlugg
2025-09-30
std.debug: improve the APIs and stuff
mlugg
2025-09-30
tweaks
mlugg
2025-09-30
std.posix: mark getcontext as unsupported by default
mlugg
2025-09-30
remove redundant test
mlugg
2025-09-30
SelfInfo: load eh_frame/debug_frame from ELF file if eh_frame_hdr omitted
mlugg
2025-09-30
std.debug.SelfInfo: concrete error sets
mlugg
2025-09-30
doc comments
mlugg
2025-09-30
fix aarch64-macos DWARF unwinding
mlugg
2025-09-30
stash? more like no
mlugg
2025-09-30
SelfInfo deinit magic
mlugg
2025-09-30
split SelfInfo into a file per impl
mlugg
2025-09-30
std.debug.Dwarf: eliminate host pointer size dependency
mlugg
2025-09-30
remove TODOs which are done or which i'm not actually gonna do lol
mlugg
[next]