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
2024-02-25
fix crash when calling StackIterator.isValidMemory with emscripten
Jae B
2024-02-23
fix compilation issues
Jae B
2024-02-14
add deflate implemented from first principles
Igor Anić
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-16
byos: Ease `GeneralPurposeAllocator` integration
Jay Petacat
2024-01-08
fixups from previous commit
Andrew Kelley
2024-01-08
general-use std.debug.hexdump for printing hexdumps
Wooster
2024-01-03
Remove some `@as` coercions from assertions
Carl Åstholm
2023-12-01
test: test with `-fstrip` and fix failures
Jacob Young
2023-11-29
Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)
David Rubin
2023-11-29
std.debug: optimized printLineFromFileAnyOs (#18142)
tjog
2023-11-26
bsd: debitrot atomic and debug
Michael Dusan
2023-11-23
Merge pull request #18085 from ziglang/std-atomics
Andrew Kelley
2023-11-23
Remove unnecessary branch on absolute path
Ryan Liptak
2023-11-22
rework std.atomic
Andrew Kelley
2023-11-21
std.debug: detect general protection faults on x86_64-linux
Wooster
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-27
x86_64: fix c abi test failures
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-22
Merge pull request #17637 from jacobly0/x86_64-test-std
Jacob Young
2023-10-21
Fix simple doc mistakes. (#17624)
JustinWayland
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-09-23
compiler: preserve result type information through address-of operator
mlugg
2023-08-17
Merge pull request #16824 from mikdusan/bsd
Andrew Kelley
2023-08-17
std.debug: openbsd does not have getcontext
Michael Dusan
2023-08-15
std.debug: avoid os.getFdPath
Michael Dusan
2023-08-15
coff: handle the case of there being no PDB path
kcbanner
2023-08-15
debug: support looking up debug symbols in both PDB and DWARF debug info, ins...
kcbanner
2023-08-06
std: remove some unused imports (#16710)
Zachary Raineri
2023-08-04
debug: expose module debug info deinitialization
David Gonzalez Martin
2023-07-26
debug: skip unwind error printing on platforms that don't have_ucontext
kcbanner
2023-07-26
debug: print unwind errors if they occur on the first iteration, and differen...
kcbanner
2023-07-20
dwarf: move macho unwind code from macho -> dwarf
kcbanner
2023-07-20
test: disable omit_frame_pointer unwinding tests on aarch64-macos
kcbanner
2023-07-20
debug: disable the new unwinder on aarch64-macos
kcbanner
2023-07-20
macho: don't scan all eh_frame entries, instead follow the offset from the __...
kcbanner
2023-07-20
dwarf: add explicit_fde_offset to support more optimal __unwind_info dwarf lo...
kcbanner
2023-07-20
debug: load the macho unwind sections from the already-mapped image
kcbanner
2023-07-20
dwarf: fixup integer overflow in readEhPointer
kcbanner
2023-07-20
use eh_frame from the mapped binary if available
kcbanner
2023-07-20
debug: fixup an inconsistency in the getcontext implementation on aarch64-macos
kcbanner
2023-07-20
dwarf: use cie.return_address_register instead of assuming it's in the IP reg...
kcbanner
2023-07-20
debug: fixup have_getcontext
kcbanner
[next]