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-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
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-17
Windows: Rework kernel32 apis
Stephen Gregoratto
2024-07-15
Better implementation of GetLastError. (#20623)
Lucas Santos
2024-07-10
dwarf: use StackIterator.MemoryAccessor to check memory accesses instead of i...
kcbanner
2024-07-09
debug: prevent segfaults on linux
Jacob Young
2024-07-04
add std.debug.assertReadable
Andrew Kelley
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-12
std.debug: lock stderr mutex when panicking
Andrew Kelley
2024-05-31
not android check on std.debug.getContext
George Thayamkery
2024-05-29
rename zig-cache to .zig-cache
Andrew Kelley
2024-05-27
std.debug.Trace: follow the struct default field guidance
Andrew Kelley
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-04-28
std.hash.crc: update legacy crc usage in std
Marc Tiehuis
2024-04-11
std.debug.panic: pass the args
Andrew Kelley
2024-04-11
Fix stack iterator on UEFI
leap123
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-23
haiku: debitrot
Jacob Young
2024-03-21
add std.debug.inValgrind
Andrew Kelley
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-16
std: introduce pointer stability locks to hash maps (#17719)
Andrew Kelley
2024-03-16
Windows: Add wrappers for `GetCurrent(Process|Thread)` via NT_TIB
Stephen Gregoratto
2024-03-14
coff: only store PDB basename
Elaine Gibson
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
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
[next]