aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
2025-09-30std: don't get CPU context when using CBE targeting MSVCmlugg
2025-09-30std.debug: go back to storing return addresses instead of call addressesmlugg
2025-09-30std: allow disabling stack tracingmlugg
2025-09-30std.debug: update support checksmlugg
2025-09-30std.debug: miscellaneous fixesmlugg
2025-09-30std: rework/remove ucontext_tmlugg
2025-09-30fix compile errors and minor bugsmlugg
2025-09-30std.debug: don't attempt SelfInfo unwinding when unsupportedmlugg
2025-09-30std.debug: never attempt FP unwind under fomit-frame-pointermlugg
2025-09-30compiler: fix new panic handler in release buildsmlugg
2025-09-30std: replace debug.Dwarf.ElfModule with debug.ElfFilemlugg
2025-09-30std.debug: don't include dumpCurrentStackTrace framemlugg
2025-09-30std.debug: try removing a probably-redundant conditionmlugg
2025-09-30std.debug: handle ThreadContext slightly bettermlugg
2025-09-30std.debug: unwinding on Windowsmlugg
2025-09-30std: doc comments and tweaksmlugg
2025-09-30std: fixesmlugg
2025-09-30SelfInfo: be honest about how general unwinding ismlugg
2025-09-30add freestanding support IN THEORYmlugg
2025-09-30std.debug: improve the APIs and stuffmlugg
2025-09-30std.debug.SelfInfo: concrete error setsmlugg
2025-09-30the world if ElfModule didn't suck:mlugg
2025-09-30change one million thingsmlugg
2025-09-30debug: refactor stack frame capturingJacob Young
2025-09-07std.debug.assertAligned: support const pointersAndrew Kelley
2025-09-03std.debug: disable stack traces on loongarchAlex Rønne Petersen
2025-08-31delete behavior test that depends on std.fmtAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28std.debug: remove `@frameAddress()` "UAF"mlugg
2025-08-25delete std.debug.FixedBufferReaderAndrew Kelley
2025-08-23disable stack tracing on powerpc64Andrew Kelley
2025-08-23std.debug: delete MemoryAccessorAndrew Kelley
2025-08-13std.io.Writer.Allocating: rename getWritten() to written()Isaac Freund
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-07-19std.debug: add assertAlignedAndrew Kelley
2025-07-16zig fmtAndrew Kelley
2025-07-12std.os.uefi.tables: ziggify boot and runtime services (#23441)Carmen
2025-07-11Merge pull request #24394 from ziglang/fixesAndrew Kelley
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-10std.debug.print: provide a small bufferAndrew Kelley
2025-07-09eliminate all uses of std.io.Writer.count except for CBEAndrew Kelley
2025-07-07std.io.Writer.Allocating: rename interface to writerAndrew Kelley
2025-07-07std.debug: lil buffer for this guyAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-06-16rename spirv backend nameAli Cheraghi
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-06-01std: remove old panic handlers after zig1.wasm updatemlugg
2025-06-01compiler: combine `@intCast` safety checksmlugg
2025-05-28debug: disable fp-based frame unwinding when fp is omittedJacob Young