COMMITS
/ lib/std/debug.zig 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
January 15, 2025
M
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg committed
July 28, 2024
P
defaultPanic: @trap on 'other' target
Pat Tullmann committed
October 7, 2024
S
add assertLocked to std.debug.SafetyLock
Scott Redig committed
November 4, 2024
A
std.debug: Add handling for armeb, thumb, thumbeb, and aarch64_be.
Alex Rønne Petersen committed
November 1, 2024
A
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
Alex Rønne Petersen committed
October 29, 2024
M
std.debug: watchOS: fixes for ilp32 ABI (#21765)
Mario Nachbaur committed
October 6, 2024
L
std.debug: Fix defaultPanic() uefi build
Linus Groh committed
October 1, 2024
A
std.debug: Disable stack traces on s390x.
Alex Rønne Petersen committed
September 26, 2024
A
embrace panic helpers
Andrew Kelley committed
A
work around riscv64 backend deficiencies
Andrew Kelley committed
September 25, 2024
A
reintroduce the std.builtin safety panic helpers
Andrew Kelley committed
A
fixes for this branch
Andrew Kelley committed
A
remove formatted panics
Andrew Kelley committed
August 29, 2024
N
std: make debug.dumpStackPointerAddr compile
Nico Elbers committed
September 1, 2024
A
Merge pull request #21173 from mrjbq7/writeStackTrace
Andrew Kelley committed
August 30, 2024
A
Merge pull request #21174 from alexrp/win-arm
Andrew Kelley committed
August 28, 2024
M
August 21, 2024
A
std.debug: Fix a bitness portability issue in walkStackWindows().
Alex Rønne Petersen committed
August 24, 2024
M
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg committed
August 23, 2024
J
std.debug: remove allocator from std.debug.writeStackTrace()
John Benediktsson committed
August 16, 2024
A
std.debug: Also disable stack traces on mips64.
Alex Rønne Petersen committed
J
std: disable failing debug info test for self-hosted
Jacob Young committed
August 12, 2024
A
std.debug: Support sparc32 in StackIterator.init().
Alex Rønne Petersen committed
August 4, 2024
A
fuzzing: progress towards web UI
Andrew Kelley committed
August 3, 2024
A
std.debug.Dwarf: precompute .debug_line table
Andrew Kelley committed
A
std.debug.FixedBufferReader is fine
Andrew Kelley committed
A
code coverage dumping tool basic implementation
Andrew Kelley committed
August 2, 2024
A
introduce tool for dumping coverage file
Andrew Kelley committed
A
fix compilation on powerpc GNU systems
Andrew Kelley committed