aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
2024-08-16std: disable failing debug info test for self-hostedJacob Young
2024-08-13std.debug: Support sparc32 in StackIterator.init().Alex Rønne Petersen
2024-08-07fuzzing: progress towards web UIAndrew Kelley
2024-08-07std.debug.Dwarf: precompute .debug_line tableAndrew Kelley
2024-08-07std.debug.FixedBufferReader is fineAndrew Kelley
2024-08-07code coverage dumping tool basic implementationAndrew Kelley
2024-08-07introduce tool for dumping coverage fileAndrew 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
2024-08-01std.debug.Info: extract to separate fileAndrew Kelley
2024-08-01std: dwarf namespace reorgAndrew Kelley
2024-08-01std.debug.DebugInfo: rename to std.debug.InfoAndrew Kelley
2024-07-29std: Stop supporting Linux/glibc versions older than declared in std.Target.Alex Rønne Petersen
2024-07-24Replace some dynamic functions with static ones.Lucas Santos
2024-07-23Merge pull request #20706 from alexrp/sigaction-nosysAndrew Kelley
2024-07-22debug: correct dump_hex and dump_hex_fallible casing (#19296)Wooster
2024-07-21std.posix: Consider invalid signal numbers to sigaction() to be programmer er...Alex Rønne Petersen
2024-07-21Revert "Merge pull request #20380 from tau-dev/master"Andrew Kelley
2024-07-21Merge pull request #20380 from tau-dev/masterAndrew Kelley
2024-07-19ModuleDebugInfo: Discard C++ namespaces appearing in PDBsTau
2024-07-19std.c reorganizationAndrew Kelley
2024-07-17Windows: Rework kernel32 apisStephen Gregoratto
2024-07-15Better implementation of GetLastError. (#20623)Lucas Santos
2024-07-10dwarf: use StackIterator.MemoryAccessor to check memory accesses instead of i...kcbanner
2024-07-09debug: prevent segfaults on linuxJacob Young
2024-07-04add std.debug.assertReadableAndrew Kelley
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-12std.debug: lock stderr mutex when panickingAndrew Kelley
2024-05-31not android check on std.debug.getContextGeorge Thayamkery
2024-05-29rename zig-cache to .zig-cacheAndrew Kelley
2024-05-27std.debug.Trace: follow the struct default field guidanceAndrew Kelley
2024-05-27update the codebase for the new std.Progress APIAndrew Kelley
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-04-28std.hash.crc: update legacy crc usage in stdMarc Tiehuis
2024-04-11std.debug.panic: pass the argsAndrew Kelley
2024-04-11Fix stack iterator on UEFIleap123
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-23haiku: debitrotJacob Young
2024-03-21add std.debug.inValgrindAndrew Kelley
2024-03-21std: promote tests to doctestsAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-16std: introduce pointer stability locks to hash maps (#17719)Andrew Kelley
2024-03-16Windows: Add wrappers for `GetCurrent(Process|Thread)` via NT_TIBStephen Gregoratto
2024-03-14coff: only store PDB basenameElaine Gibson
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-02-25fix crash when calling StackIterator.isValidMemory with emscriptenJae B
2024-02-23fix compilation issuesJae B
2024-02-14add deflate implemented from first principlesIgor Anić