aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
AgeCommit message (Expand)Author
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ć
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-06std.os.linux.MAP: use a packed structAndrew Kelley
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-16byos: Ease `GeneralPurposeAllocator` integrationJay Petacat
2024-01-08fixups from previous commitAndrew Kelley
2024-01-08general-use std.debug.hexdump for printing hexdumpsWooster
2024-01-03Remove some `@as` coercions from assertionsCarl Åstholm
2023-12-01test: test with `-fstrip` and fix failuresJacob Young
2023-11-29Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)David Rubin
2023-11-29std.debug: optimized printLineFromFileAnyOs (#18142)tjog
2023-11-26bsd: debitrot atomic and debugMichael Dusan
2023-11-23Merge pull request #18085 from ziglang/std-atomicsAndrew Kelley
2023-11-23Remove unnecessary branch on absolute pathRyan Liptak
2023-11-22rework std.atomicAndrew Kelley
2023-11-21std.debug: detect general protection faults on x86_64-linuxWooster
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young
2023-10-27x86_64: fix c abi test failuresJacob Young
2023-10-25x86_64: pass more testsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22Merge pull request #17637 from jacobly0/x86_64-test-stdJacob Young
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-02Add illumos OS tagStephen Gregoratto
2023-09-23compiler: preserve result type information through address-of operatormlugg
2023-08-17Merge pull request #16824 from mikdusan/bsdAndrew Kelley
2023-08-17std.debug: openbsd does not have getcontextMichael Dusan
2023-08-15std.debug: avoid os.getFdPathMichael Dusan
2023-08-15coff: handle the case of there being no PDB pathkcbanner
2023-08-15debug: support looking up debug symbols in both PDB and DWARF debug info, ins...kcbanner
2023-08-06std: remove some unused imports (#16710)Zachary Raineri
2023-08-04debug: expose module debug info deinitializationDavid Gonzalez Martin
2023-07-26debug: skip unwind error printing on platforms that don't have_ucontextkcbanner
2023-07-26debug: print unwind errors if they occur on the first iteration, and differen...kcbanner
2023-07-20dwarf: move macho unwind code from macho -> dwarfkcbanner
2023-07-20test: disable omit_frame_pointer unwinding tests on aarch64-macoskcbanner
2023-07-20debug: disable the new unwinder on aarch64-macoskcbanner
2023-07-20macho: don't scan all eh_frame entries, instead follow the offset from the __...kcbanner
2023-07-20dwarf: add explicit_fde_offset to support more optimal __unwind_info dwarf lo...kcbanner
2023-07-20debug: load the macho unwind sections from the already-mapped imagekcbanner
2023-07-20dwarf: fixup integer overflow in readEhPointerkcbanner
2023-07-20use eh_frame from the mapped binary if availablekcbanner
2023-07-20debug: fixup an inconsistency in the getcontext implementation on aarch64-macoskcbanner
2023-07-20dwarf: use cie.return_address_register instead of assuming it's in the IP reg...kcbanner
2023-07-20debug: fixup have_getcontextkcbanner