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-09-07
std.debug.assertAligned: support const pointers
Andrew Kelley
2025-09-03
std.debug: disable stack traces on loongarch
Alex Rønne Petersen
2025-08-31
delete behavior test that depends on std.fmt
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-28
std.debug: remove `@frameAddress()` "UAF"
mlugg
2025-08-25
delete std.debug.FixedBufferReader
Andrew Kelley
2025-08-23
disable stack tracing on powerpc64
Andrew Kelley
2025-08-23
std.debug: delete MemoryAccessor
Andrew Kelley
2025-08-13
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-19
std.debug: add assertAligned
Andrew Kelley
2025-07-16
zig fmt
Andrew Kelley
2025-07-12
std.os.uefi.tables: ziggify boot and runtime services (#23441)
Carmen
2025-07-11
Merge pull request #24394 from ziglang/fixes
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-10
std.debug.print: provide a small buffer
Andrew Kelley
2025-07-09
eliminate all uses of std.io.Writer.count except for CBE
Andrew Kelley
2025-07-07
std.io.Writer.Allocating: rename interface to writer
Andrew Kelley
2025-07-07
std.debug: lil buffer for this guy
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-06-01
std: remove old panic handlers after zig1.wasm update
mlugg
2025-06-01
compiler: combine `@intCast` safety checks
mlugg
2025-05-28
debug: disable fp-based frame unwinding when fp is omitted
Jacob Young
2025-05-27
compiler: tlv pointers are not comptime-known
mlugg
2025-05-20
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen
2025-05-14
Fix SIGSEGV handler for AArch64 Darwin targets
Cezary Kupaj
2025-04-30
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann
2025-04-30
posix: remove empty_sigset
Pat Tullmann
2025-04-27
make `@memcpy` and `@memmove` share panic handlers
Andrew Kelley
2025-04-26
compiler: add @memmove builtin
dweiller
2025-04-01
std.os.uefi.protocol: ziggify function signatures (#23214)
Carmen
2025-03-25
Fix std.debug.dumpHex address offsets
Arnau Camprubí
2025-03-23
Lower `@returnAddress` to a constant 0 in Emscripten release builds
Carl Åstholm
2025-02-23
Sema: allow `@ptrCast` of slices changing the length
mlugg
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-09
std.os.uefi: Adjust casing of remaining enum fields
Linus Groh
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-02-01
debug: fix MemoryAccessor file leak
Michael Dusan
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
[next]