| Age | Commit message (Expand) | Author |
| 2023-07-20 | debug: add dupeContext, store a pointer to a copy of ThreadContext on UnwindC... | kcbanner |
| 2023-07-20 | debug: rename StackTraceContext to ThreadContext | kcbanner |
| 2023-07-20 | dwarf: introduce ExpressionContext, add more expression opcodes | kcbanner |
| 2023-07-20 | darwin: update mcontext_t definition for aarch64 to add neon state | 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 | debug: rework how unwind errors are printed, and add module name lookup for l... | kcbanner |
| 2023-07-20 | debug: de-duplicate some code in macos ModuleDebugInfo | kcbanner |
| 2023-07-20 | c: fixup getcontext | kcbanner |
| 2023-07-20 | c: add getcontext | kcbanner |
| 2023-07-20 | debug: fix reading -gdwarf generated debug sections in COFF files | kcbanner |
| 2023-07-20 | linux: rework getcontext to closer match the specification (saved IP/SP match... | kcbanner |
| 2023-07-20 | debug: x86 unwinding support, more unwinding fixes | kcbanner |
| 2023-07-20 | debug: enhance writeCurrentStackTrace to use context-based unwinding when ava... | 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: fix memory leak when an error occurs opening a pdb file | kcbanner |
| 2023-07-20 | debug: more fixups for mips linux not having ucontext_t | kcbanner |
| 2023-07-20 | debug: fixing more compile errors on arches that I hadn't tested on yet | kcbanner |
| 2023-07-20 | debug: use an explicit context type instead of anytype for dumpStackTraceFrom... | kcbanner |
| 2023-07-20 | debug: fixup context detection for wasi | kcbanner |
| 2023-07-20 | fmt and cleanup | kcbanner |
| 2023-07-20 | dwarf: implement more register mappings, fix up macos compile | kcbanner |
| 2023-07-20 | dwarf: implement more register number mappings | kcbanner |
| 2023-07-20 | - rework StackIterator to optionally use debug_info to unwind the stack | kcbanner |
| 2023-07-20 | add CommonInformationEntry parser | kcbanner |
| 2023-07-20 | debug: support loading elf debug info from external files | kcbanner |
| 2023-06-24 | all: migrate code to new cast builtin syntax | mlugg |
| 2023-06-19 | all: zig fmt and rename "@XToY" to "@YFromX" | Eric Joldasov |
| 2023-06-16 | migration: std.math.{min, min3, max, max3} -> `@min` & `@max` | r00ster91 |
| 2023-06-13 | std.debug: remove `warn` (deprecated in 0.9) | Eric Joldasov |
| 2023-05-29 | std.debug: disable sporadically failing test | Andrew Kelley |
| 2023-05-24 | std: Move std.debug.{TTY.Config,detectTTYConfig} to std.io.tty | Linus Groh |
| 2023-05-24 | std.debug: Rename TTY.Color enum values to snake case | Linus Groh |
| 2023-05-23 | std.sort: add pdqsort and heapsort | Ali Chraghi |
| 2023-04-28 | std: update to use `@memcpy` directly | Andrew Kelley |
| 2023-04-26 | enable debugging infrastructure when using C backend | Andrew Kelley |
| 2023-04-23 | Improvements to docs and text | zooster |
| 2023-04-21 | cbe: enable CI for std tests | Jacob Young |
| 2023-04-18 | debug: fix missing stack traces during crashes on windows | kcbanner |
| 2023-04-09 | std.debug: fix segfault/panic race condition | Andrew Kelley |
| 2023-03-15 | use DEC graphics instead of Unicode for box drawing | Andrew Kelley |
| 2023-03-15 | std.debug.TTY.Config: add yellow | Andrew Kelley |
| 2023-02-18 | update std lib and compiler sources to new for loop syntax | Andrew Kelley |
| 2023-01-29 | std.debug: disable sporadically failing test | Andrew Kelley |
| 2023-01-24 | debug: re-enable resource management test on x86_64 windows | kcbanner |
| 2023-01-23 | std: eliminate pointless meta.assumeSentinel() usage | Isaac Freund |
| 2023-01-21 | FreeBSD: add mcontext_t for aarch64 | Stephen Gregoratto |
| 2023-01-18 | netbsd: add mcontext_t for aarch64 | Michael Dusan |