COMMITS
/ lib/std/debug.zig September 8, 2025
A
std.debug.assertAligned: support const pointers
Andrew Kelley committed
September 3, 2025
A
std.debug: disable stack traces on loongarch
Alex Rønne Petersen committed
August 31, 2025
A
delete behavior test that depends on std.fmt
Andrew Kelley committed
August 28, 2025
A
std.Io: delete GenericReader
Andrew Kelley committed
August 27, 2025
M
std.debug: remove `@frameAddress()` "UAF"
mlugg committed
August 23, 2025
A
delete std.debug.FixedBufferReader
Andrew Kelley committed
A
disable stack tracing on powerpc64
Andrew Kelley committed
A
std.debug: delete MemoryAccessor
Andrew Kelley committed
August 13, 2025
I
std.io.Writer.Allocating: rename getWritten() to written()
Isaac Freund committed
August 3, 2025
J
zig fmt: apply new cast builtin order
Justus Klausecker committed
July 18, 2025
A
std.debug: add assertAligned
Andrew Kelley committed
July 12, 2025
C
std.os.uefi.tables: ziggify boot and runtime services (#23441)
Carmen committed
July 11, 2025
A
Merge pull request #24394 from ziglang/fixes
Andrew Kelley committed
March 5, 2025
L
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh committed
July 10, 2025
A
std.debug.print: provide a small buffer
Andrew Kelley committed
July 9, 2025
A
eliminate all uses of std.io.Writer.count except for CBE
Andrew Kelley committed
July 1, 2025
A
std.io.Writer.Allocating: rename interface to writer
Andrew Kelley committed
June 30, 2025
A
std.debug: lil buffer for this guy
Andrew Kelley committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
A
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley committed
June 15, 2025
A
rename spirv backend name
Ali Cheraghi committed
February 18, 2025
A
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen committed
June 1, 2025
M
std: remove old panic handlers after zig1.wasm update
mlugg committed
M
compiler: combine `@intCast` safety checks
mlugg committed
May 28, 2025
J
debug: disable fp-based frame unwinding when fp is omitted
Jacob Young committed
May 26, 2025
M
compiler: tlv pointers are not comptime-known
mlugg committed
May 20, 2025
A
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen committed
May 14, 2025
C
Fix SIGSEGV handler for AArch64 Darwin targets
Cezary Kupaj committed
April 22, 2025
P
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann committed
P
posix: remove empty_sigset
Pat Tullmann committed
April 27, 2025
A
make `@memcpy` and `@memmove` share panic handlers
Andrew Kelley committed
January 22, 2025
D
compiler: add @memmove builtin
dweiller committed
M
std.debug: remove `errorReturnTraceHelper`
mlugg committed
April 1, 2025
C
std.os.uefi.protocol: ziggify function signatures (#23214)
Carmen committed
March 25, 2025
A
Fix std.debug.dumpHex address offsets
Arnau Camprubí committed
March 23, 2025
C
Lower `@returnAddress` to a constant 0 in Emscripten release builds
Carl Åstholm committed
February 1, 2025
M
Sema: allow `@ptrCast` of slices changing the length
mlugg committed
January 24, 2025
A
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen committed
M
std: remove old declarations now a zig1 update has happened
mlugg committed
M
compiler: yet more panic handler changes
mlugg committed
February 8, 2025
L
std.os.uefi: Adjust casing of remaining enum fields
Linus Groh committed
January 29, 2025
A
adjust runtime page size APIs
Andrew Kelley committed
October 20, 2024
A
runtime page size detection
Archbirdplus committed
January 30, 2025
M
debug: fix MemoryAccessor file leak
Michael Dusan committed
January 23, 2025
A
std.debug: Fall back to .eh_frame/.debug_frame if .eh_frame_hdr is incomplete.
Alex Rønne Petersen committed
January 19, 2025
A
std.debug: fix format on ConfigurableTrace
andrewkraevskii committed
January 8, 2025
J
x86_64: implement union access
Jacob Young committed
January 2, 2025
J
x86_64: implement switch jump tables
Jacob Young committed