| Age | Commit message (Expand) | Author |
| 2024-06-23 | Rename *[UI]LEB128 functions to *[UI]leb128 | Michael Bradshaw |
| 2024-03-19 | extract std.posix from std.os | Andrew Kelley |
| 2024-02-18 | dwarf: optimize dwarf parsing for speed | Jacob Young |
| 2024-02-18 | Dwarf: use a user tag for padding | Jacob Young |
| 2024-01-18 | openbsd: add proper support for aarch64 | Sebastien Marie |
| 2023-11-19 | lib: correct unnecessary uses of 'var' | mlugg |
| 2023-10-31 | mem: fix ub in writeInt | Jacob Young |
| 2023-10-29 | x86_64: fix compiler rt test failures | Jacob Young |
| 2023-10-22 | Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"" | Jacob Young |
| 2023-10-22 | Revert "Merge pull request #17637 from jacobly0/x86_64-test-std" | Andrew Kelley |
| 2023-10-21 | x86_64: disable failing tests, enable test-std testing | Jacob Young |
| 2023-10-02 | Add illumos OS tag | Stephen Gregoratto |
| 2023-09-30 | solaris: add missing registers | Ryan Zezeski |
| 2023-09-27 | Remove `@fabs`, fabs and absCast/Int from std lib | antlilja |
| 2023-08-22 | compiler: move unions into InternPool | Andrew Kelley |
| 2023-08-15 | netbsd: std.dwarf.abi: disable x86_64 regBytes() | Michael Dusan |
| 2023-08-15 | std: fix compilation errors in dwarf/abi.zig when targeting iOS | Jakub Konka |
| 2023-08-14 | dwarf: add missing length check in rowColumns | kcbanner |
| 2023-07-26 | target: emit unwind tables if the platform supports unwinding | kcbanner |
| 2023-07-25 | dwarf: small code size reduction in expression runner | kcbanner |
| 2023-07-24 | simplify call frame instruction parser | kcbanner |
| 2023-07-24 | fixup inline switch | kcbanner |
| 2023-07-20 | dwarf: implement aarch64 default register rules | kcbanner |
| 2023-07-20 | dwarf: fix the unwinder using the incorrect row from the FDE in certain cases | kcbanner |
| 2023-07-20 | dwarf: add abi.stripInstructionPtrAuthCode | kcbanner |
| 2023-07-20 | debug: fixup last_error being printed too many times | kcbanner |
| 2023-07-20 | debug: fix initialization of the optional fields on StackIterator | kcbanner |
| 2023-07-20 | macho: add aarch64 implementation to unwindFrame | kcbanner |
| 2023-07-20 | debug: add relocateContext | kcbanner |
| 2023-07-20 | macho: add unwindFrame which can unwind stack frames using the __unwind_info ... | kcbanner |
| 2023-07-20 | dwarf: add ExpressionError to work around the compiler not being able to infe... | kcbanner |
| 2023-07-20 | dwarf: skip register tests on unimplemented arch / os, add tests for type con... | kcbanner |
| 2023-07-20 | dwarf: fixup default endianness in ExpressionOptions, add control flow tests | kcbanner |
| 2023-07-20 | dwarf: fixup regBytes for the case where there is no context support | kcbanner |
| 2023-07-20 | debug: add dupeContext, store a pointer to a copy of ThreadContext on UnwindC... | kcbanner |
| 2023-07-20 | dwarf: implement constx,addrx, begin adding DWARF expression tests | kcbanner |
| 2023-07-20 | debug: rename StackTraceContext to ThreadContext | kcbanner |
| 2023-07-20 | dwarf: expression fixups for non-64bit arches, check call_frame_context when ... | kcbanner |
| 2023-07-20 | dwarf: add expression writer | kcbanner |
| 2023-07-20 | dwarf: introduce ExpressionContext, add more expression opcodes | kcbanner |
| 2023-07-20 | debug: fixup base address calculations for macho | kcbanner |
| 2023-07-20 | dwarf: don't dupe function names, as they are backed by the memory mapped sec... | kcbanner |
| 2023-07-20 | dwarf: add support for DWARF5 DW_AT_ranges in subprograms, add DebugRangeIter... | kcbanner |
| 2023-07-20 | debug: x86 unwinding support, more unwinding fixes | kcbanner |
| 2023-07-20 | update to new builtin syntax | kcbanner |
| 2023-07-20 | - rebase and update to lastest master | kcbanner |
| 2023-07-20 | dwarf: add support for .eh_frame_hdr when unwinding | kcbanner |
| 2023-07-20 | debug: fixing more compile errors on arches that I hadn't tested on yet | kcbanner |
| 2023-07-20 | dwarf: fixes for non-64 bit systems | kcbanner |
| 2023-07-20 | fmt and cleanup | kcbanner |