COMMITS
/ lib/std/debug.zig December 15, 2022
A
std.debug: disable sporadically failing test
Andrew Kelley committed
December 11, 2022
J
Remove incorrect assertion in readMachODebugInfo panicking during panic
Jakub Konka committed
October 19, 2022
J
cbe: get enough things working to support basic programs
Jacob Young committed
September 26, 2022
C
builtin.zig: Do not overwrite error frames when trace full
Cody Tapscott committed
October 21, 2022
A
Revert "add std.debug.todo"
Andrew Kelley committed
October 3, 2022
A
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi committed
October 16, 2022
M
std.debug: define error set in DebugInfo.lookupModuleDl
Meghan committed
October 15, 2022
X
std: check for overflow in dumpStackTraceFromBase
Xavier Bouchoux committed
September 14, 2022
V
std: add return address parameter to panic fn
Veikka Tuominen committed
August 24, 2022
A
std.debug: DWARFv5 fixes
Andrew Kelley committed
August 23, 2022
J
coff: fix compile errors in std.debug
Jakub Konka committed
J
macho: fix compile errors in std.debug
Jakub Konka committed
A
std.debug: implement support for DWARFv5
Andrew Kelley committed
K
Dwarf: Added stroffsetsptr support (#12270)
Keith Chambers committed
August 22, 2022
J
coff: improve default COFF/PE object parser
Jakub Konka committed
June 18, 2022
R
Windows: Fix incorrect output when .pdb file is not found during stack trace
Ryan Liptak committed
R
Fix stack traces with non-null `first_address` on Windows
Ryan Liptak committed
August 16, 2022
V
AstGen: detect declarations shadowing locals
Veikka Tuominen committed
August 11, 2022
I
std: fix definition of SIG_IGN, SIG_DFL, etc.
Isaac Freund committed
August 5, 2022
J
std: use std.macho.LoadCommandIterator for MachO parsing in std.debug
Jakub Konka committed
July 29, 2022
A
std.debug: default signal handler also handles SIGFPE
Andrew Kelley committed
June 28, 2022
A
Merge pull request #11919 from squeek502/failing-allocator-stacktrace
Andrew Kelley committed
June 26, 2022
R
Move sys_can_stack_trace from GPA to std.debug so that it can be re-used as needed
Ryan Liptak committed
June 23, 2022
F
std.debug: fix ConfigurableTrace.dump OOB
FlandreScarlet committed
June 12, 2022
A
add std.debug.Trace.format
Andrew Kelley committed
June 8, 2022
A
std.debug.Trace: improve API
Andrew Kelley committed
A
introduce std.debug.Trace
Andrew Kelley committed
May 22, 2022
A
math: make `cast` return optional instead of an error
Ali Chraghi committed
May 23, 2022
A
stage2: fixes for error union semantics
Andrew Kelley committed
May 13, 2022
K
target: Rename sparcv9 -> sparc64
Koakuma committed
May 4, 2022
J
std: Single-threaded `panicImpl` sleep is unreachable (#11569)
Jay Petacat committed
April 26, 2022
P
std.Thread: ResetEvent improvements (#11523)
protty committed
April 21, 2022
J
debug: add smoke test
Jakub Konka committed
J
debug: fix resource (de)allocation for Elf and Coff targets
Jakub Konka committed
April 20, 2022
J
debug: fix resource (de)allocation for MachO targets
Jakub Konka committed
J
dwarf: clean up allocations in std.dwarf module
Jakub Konka committed
April 17, 2022
L
wasm: Fix unreachable paths
Luuk de Gram committed
April 18, 2022
L
wasm: Add support for debug info
Luuk de Gram committed
April 4, 2022
T
Pull elf magic string out to re-used constant
Tom Read Cutting committed
March 19, 2022
A
Merge pull request #11228 from Vexu/panic
Andrew Kelley committed
V
std: enable default panic handler for stage2 LLVM on Linux
Veikka Tuominen committed
January 21, 2022
Z
fix sigaction double panic
zseri committed
March 17, 2022
J
debug: msync only current page when validation frame pointer
Jakub Konka committed
March 15, 2022
W
std.dwarf: implement basic DWARF 5 parsing
William Sengir committed
March 12, 2022
V
stage2 llvm: do not use getIntrinsic for airFrameAddress
Veikka Tuominen committed
February 19, 2022
L
StackIterator should not try to check validity on freestanding
Lee Cannon committed
February 11, 2022
M
validate in Windows using VirtualQuery
m committed
M
February 7, 2022
J
debug: implement segfault handler for macOS aarch64
John Schmidt committed
January 22, 2022
J
debug: fix edge cases in macOS debug symbol lookup
John Schmidt committed