aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug/SelfInfo.zig
AgeCommit message (Expand)Author
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-07-16zig fmtAndrew Kelley
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-05-17debug: correctly detect missing entries in `.eh_frame_hdr`Jacob Young
2025-02-22zig build fmtAndrew Kelley
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-06adjust runtime page size APIsAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2025-01-23std.debug: Fall back to .eh_frame/.debug_frame if .eh_frame_hdr is incomplete.Alex Rønne Petersen
2025-01-16x86_64: implement switch jump tablesJacob Young
2024-11-04std.debug: Add handling for armeb, thumb, thumbeb, and aarch64_be.Alex Rønne Petersen
2024-10-29std.debug: watchOS: fixes for ilp32 ABI (#21765)Mario Nachbaur
2024-09-16std: Restore conventional `compareFn` behavior for `binarySearch`Jay Petacat
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-08-29std.pdb: obey naming conventionsmlugg
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-13std.debug.Coverage.resolveAddressesDwarf: fix broken logicAndrew Kelley
2024-08-07std.debug: fix compile errors on windows and macosAndrew Kelley
2024-08-07std.debug.FixedBufferReader is fineAndrew Kelley
2024-08-07introduce tool for dumping coverage fileAndrew Kelley
2024-08-04std.sort: Remove key argument from binary-search-like functions (#20927)Fri3dNstuff
2024-08-02reintroduce std.Dwarf.abi.supportsUnwindingAndrew Kelley
2024-08-02fix compilation on powerpc GNU systemsAndrew Kelley
2024-08-01std.debug: reorg and clarify API goalsAndrew Kelley
2024-08-01std.debug: rename Info to SelfInfoAndrew Kelley