COMMITS
/ lib/std/debug/Dwarf.zig November 10, 2025
A
std.debug.Dwarf: add kvx ip/fp/sp register mappings
Alex Rønne Petersen committed
October 19, 2025
A
std.Target: add arceb and xtensaeb Cpu.Arch tags
Alex Rønne Petersen committed
October 16, 2025
A
std.debug: add CPU context and DWARF mappings for arc
Alex Rønne Petersen committed
A
std.debug: add CPU context and DWARF mappings for m68k
Alex Rønne Petersen committed
A
std.debug: add CPU context and DWARF mappings for or1k
Alex Rønne Petersen committed
A
std.debug: add CPU context and DWARF mappings for csky
Alex Rønne Petersen committed
A
std.debug: add CPU context and DWARF mappings for lanai
Alex Rønne Petersen committed
A
std.debug: add CPU context and DWARF mappings for ve
Alex Rønne Petersen committed
October 14, 2025
A
std.debug.Dwarf: add SPARC register number mappings
Alex Rønne Petersen committed
October 7, 2025
A
std.debug.Dwarf: use 66 as the (fake) MIPS PC register
Alex Rønne Petersen committed
A
std.debug.Dwarf: use 67 as the (fake) PowerPC PC register
Alex Rønne Petersen committed
October 6, 2025
A
std.debug.Dwarf: use 65 as the (fake) RISC-V PC register
Alex Rønne Petersen committed
A
std.debug.Dwarf: use 64 as the (fake) LoongArch PC register
Alex Rønne Petersen committed
A
std.debug: add unwind support for powerpc*-linux
Alex Rønne Petersen committed
A
std.debug: add unwind support for mips*-linux
Alex Rønne Petersen committed
October 5, 2025
A
std.debug: add unwind support for hexagon-linux
Alex Rønne Petersen committed
October 3, 2025
A
std.debug: add s390x-linux unwind support
Alex Rønne Petersen committed
October 1, 2025
A
std.debug: add riscv32-linux and riscv64-linux unwind support
Alex Rønne Petersen committed
A
std.debug: add loongarch64-linux unwind support
Alex Rønne Petersen committed
September 30, 2025
M
std.debug.SelfInfo: remove shared logic
mlugg committed
September 26, 2025
M
std.debug: significantly speed up capturing stack traces
mlugg committed
September 19, 2025
M
std.debug.SelfInfo: thread safety
mlugg committed
September 17, 2025
M
std: rework/remove ucontext_t
mlugg committed
September 11, 2025
M
std.debug.Dwarf: fix names of inlined functions
mlugg committed
September 10, 2025
M
Dwarf: use 'gpa' terminology
mlugg committed
September 9, 2025
M
std: replace debug.Dwarf.ElfModule with debug.ElfFile
mlugg committed
September 8, 2025
M
std.debug: unwinding on Windows
mlugg committed
M
std: fix debug.Info and debug.Coverage
mlugg committed
September 5, 2025
M
std.debug: improve the APIs and stuff
mlugg committed
September 3, 2025
M
std.debug.SelfInfo: concrete error sets
mlugg committed
September 2, 2025
M
std.debug.Dwarf: eliminate host pointer size dependency
mlugg committed
M
the world if Dwarf.ElfModule was like REALLY good:
mlugg committed
M
the world if ElfModule didn't suck:
mlugg committed
M
me when i did a thing
mlugg committed
M
more still
mlugg committed
M
more stuff
mlugg committed
September 1, 2025
M
change one million things
mlugg committed
August 27, 2025
J
debug: refactor stack frame capturing
Jacob Young committed
August 23, 2025
A
delete std.debug.FixedBufferReader
Andrew Kelley committed
A
std.debug: delete MemoryAccessor
Andrew Kelley committed
August 15, 2025
A
std.compress.zstd.Decompress fixes
Andrew Kelley committed
August 1, 2025
A
std.ArrayList: make unmanaged the default
Andrew Kelley committed
July 31, 2025
A
std.debug.Dwarf: work around API deficiency
Andrew Kelley committed
July 26, 2025
A
std.compress: rework flate to new I/O API
Andrew Kelley committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
May 12, 2025
J
debug: correctly detect missing entries in `.eh_frame_hdr`
Jacob Young committed
February 22, 2025
A
stdlib: handle EEXIST in mmap with FIXED_NOREPLACE. Fixes #21475
Alec Fessler committed
January 29, 2025
A
adjust runtime page size APIs
Andrew Kelley committed
October 20, 2024
A
runtime page size detection
Archbirdplus committed