aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
4 daysupdate all std.fs.cwd() to std.Io.Dir.cwd()Andrew Kelley
4 daysupdate all occurrences of std.fs.File to std.Io.FileAndrew Kelley
4 daysupdate all occurrences of close() to close(io)Andrew Kelley
4 daysstd: all Dir functions moved to std.IoAndrew Kelley
6 daysMerge pull request 'std.ascii: rename indexOf functions to find' (#30101) fro...Alex Rønne Petersen
2025-12-06Merge pull request 'Remove things deprecated during the 0.15 release cycle' (...mlugg
2025-12-05std.debug: skip `manage resources correctly` with cbeMatthew Lugg
2025-12-05std: replace usages of std.mem.indexOf with std.mem.findAdrià Arrufat
2025-11-27std: Remove a handful of things deprecated during the 0.15 release cycleLinus Groh
2025-11-20fuzzer: account for runtime address slideMatthew Lugg
2025-11-20std.debug: split up Mach-O debug info handlingMatthew Lugg
2025-11-14represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...Alex Rønne Petersen
2025-11-12std.debug: allow fp unwind from contextMatthew Lugg
2025-10-31std.os.windows: eliminate forwarder function in kernel32 (#25766)qilme
2025-10-30std.debug.lockStderrWriter: also return ttyconfMatthew Lugg
2025-10-29Merge pull request #25592 from ziglang/init-std.IoAndrew Kelley
2025-10-29remove all IBM AIX and z/OS supportAlex Rønne Petersen
2025-10-29std: make signal numbers into an enumAndrew Kelley
2025-10-29std.Io.Threaded: add ioBasic which disables networkingAndrew Kelley
2025-10-29std: back out the StackTrace byval changesAndrew Kelley
2025-10-29std: fix compilation errors on WindowsAndrew Kelley
2025-10-29std.Io: implement fileStatAndrew Kelley
2025-10-27remove all Oracle Solaris supportAlex Rønne Petersen
2025-10-23std.debug: fix FP unwinding for hppa/hppa64Alex Rønne Petersen
2025-10-23std.debug: fix FP unwind progress check for stackGrowth() == .up targetsAlex Rønne Petersen
2025-10-23std.debug: FP unwinding is impossible on alpha, microblaze, shAlex Rønne Petersen
2025-10-19Merge pull request #25623 from alexrp/or1kAlex Rønne Petersen
2025-10-18fix(std): don't add the default `_start` and `panic` in homebrew targetsGasInfinity
2025-10-18std.debug: fix frame pointer unwinding on or1kAlex Rønne Petersen
2025-10-18std.debug: FP-based unwinding is impossible on avr, csky, msp430, and xcoreAlex Rønne Petersen
2025-10-15std.debug: FP-based unwinding is ideal on SPARCAlex Rønne Petersen
2025-10-15std.debug: fix return addresses being off on SPARCAlex Rønne Petersen
2025-10-15std.debug: use the SP as the initial FP on SPARCAlex Rønne Petersen
2025-10-15std.debug: work around latest SPARC register window not being spilled on signalAlex Rønne Petersen
2025-10-15std.debug: the SPARC stack bias is only used on the 64-bit ABIAlex Rønne Petersen
2025-10-15std.debug: rename some constants for clarityAlex Rønne Petersen
2025-10-15std.debug: fix an invalid read in StackIterator.next()Alex Rønne Petersen
2025-10-15std.debug.cpu_context.Sparc: flush register windows in current()Alex Rønne Petersen
2025-10-15std.debug: flush SPARC register windows from a new windowAlex Rønne Petersen
2025-10-10Coff: implement threadlocal variablesJacob Young
2025-10-10std.debug: greatly expand target support for segfault handling/unwindingAlex Rønne Petersen
2025-10-09std.debug: fix FP unwinding for LoongArchAlex Rønne Petersen
2025-10-09std.debug: fix SelfInfo default for freestanding ELF targetsAlex Rønne Petersen
2025-10-09std.debug: fix incorrect FP unwinding on RISC-V and SPARCmlugg
2025-10-07std.debug: add noinline to functions that capture the current stack traceAlex Rønne Petersen
2025-10-07std.debug: prefer FP unwinding on targets where it is idealAlex Rønne Petersen
2025-10-05std.debug: completely disable FP-based unwinding on mipsAlex Rønne Petersen
2025-10-04Merge pull request #25457 from linusg/more-serenityAlex Rønne Petersen
2025-10-04std.debug: consider FP-based unwinding on hexagon and powerpc safeAlex Rønne Petersen
2025-10-04std.debug: fix FP-based unwinding on powerpc64Alex Rønne Petersen