| Age | Commit message (Expand) | Author |
| 2025-10-26 | tsan: fix cross build for FreeBSD by using direct syscalls instead of libsys | Rajiv Singh |
| 2025-10-26 | Compilation: define __illumos__ for C/C++ when targeting illumos | Alex Rønne Petersen |
| 2025-10-26 | std.debug.cpu_context: fix mcontext alignment for x86_64-illumos | Alex Rønne Petersen |
| 2025-10-26 | docs: fix handle_error_with_catch_block typo | Felipe Cardozo |
| 2025-10-25 | SinglyLinkedList.remove docs: Assumes -> asserts | Ryan Liptak |
| 2025-10-25 | `*LinkedList.remove()` assumes node is in the list | IOKG04 |
| 2025-10-26 | fix `std.fs.path.resolveWindows` on UNC paths with mixed path separators | Techatrix |
| 2025-10-26 | Merge pull request #25700 from alexrp/solaris-illumos-stuff | Alex Rønne Petersen |
| 2025-10-25 | std.c: implement sigrtmin()/sigrtmax() for solaris/illumos | Ryan Zezeski |
| 2025-10-25 | std.c: define MSG constants for solaris/illumos | Ryan Zezeski |
| 2025-10-25 | std.c: define arc4random_buf() for illumos | Ryan Zezeski |
| 2025-10-25 | std.debug.cpu_context: add missing signal_ucontext_t fields for x86_64-solari... | Stephen Gregoratto |
| 2025-10-25 | compiler: avoid using self-hosted backend on x86_64-solaris/illumos | Alex Rønne Petersen |
| 2025-10-25 | llvm: remove some workarounds in loadTruncate() | Alex Rønne Petersen |
| 2025-10-23 | std.heap: define page size for alpha-netbsd | Alex Rønne Petersen |
| 2025-10-23 | Merge pull request #25640 from alexrp/std-target-more-arches | Alex Rønne Petersen |
| 2025-10-23 | std.zig.system: handle alpha, hppa, microblaze, sh in getExternalExecutor() | Alex Rønne Petersen |
| 2025-10-23 | std.debug: fix FP unwinding for hppa/hppa64 | Alex Rønne Petersen |
| 2025-10-23 | std.debug: fix FP unwind progress check for stackGrowth() == .up targets | Alex Rønne Petersen |
| 2025-10-23 | std.debug: FP unwinding is impossible on alpha, microblaze, sh | Alex Rønne Petersen |
| 2025-10-23 | std.debug.cpu_context: add signal_ucontext_t for alpha, hppa, microblaze, sh | Alex Rønne Petersen |
| 2025-10-23 | std.heap: define page size for hppa, sh on NetBSD | Alex Rønne Petersen |
| 2025-10-23 | std.heap: define page size for alpha, hppa, sh on OpenBSD | Alex Rønne Petersen |
| 2025-10-23 | std.heap: define page size for alpha, hppa, microblaze, sh on Linux | Alex Rønne Petersen |
| 2025-10-23 | std.atomic: define cache line size for alpha, hppa, microblaze, sh | Alex Rønne Petersen |
| 2025-10-23 | std.Thread: implement freeAndExit() for sh-linux | Alex Rønne Petersen |
| 2025-10-23 | std.Thread: implement freeAndExit() for microblaze-linux | Alex Rønne Petersen |
| 2025-10-23 | std.Thread: implement freeAndExit() for hppa-linux | Alex Rønne Petersen |
| 2025-10-23 | std.Thread: implement freeAndExit() for alpha-linux | Alex Rønne Petersen |
| 2025-10-23 | std.Thread: implement freeAndExit() for m68k-linux | Alex Rønne Petersen |
| 2025-10-23 | std.os.linux.tls: add hppa support | Alex Rønne Petersen |
| 2025-10-23 | std.os.linux.tls: add sh support | Alex Rønne Petersen |
| 2025-10-23 | std.os.linux.tls: add microblaze support | Alex Rønne Petersen |
| 2025-10-23 | std.os.linux.tls: add alpha support | Alex Rønne Petersen |
| 2025-10-23 | std.pie: add sh support | Alex Rønne Petersen |
| 2025-10-23 | std.pie: add microblaze support | Alex Rønne Petersen |
| 2025-10-23 | std.pie: add alpha support | Alex Rønne Petersen |
| 2025-10-23 | std.start: add sh support | Alex Rønne Petersen |
| 2025-10-23 | std.start: add microblaze support | Alex Rønne Petersen |
| 2025-10-23 | std.start: add alpha support | Alex Rønne Petersen |
| 2025-10-23 | std.builtin: move AddressSpace.Context to std.Target.AddressSpaceContext | Alex Rønne Petersen |
| 2025-10-23 | std.builtin: add CallingConvention.sh_interrupt | Alex Rønne Petersen |
| 2025-10-23 | std.builtin: add CallingConvention.microblaze_interrupt | Alex Rønne Petersen |
| 2025-10-23 | std.builtin: add CallingConvention.msp430_interrupt | Alex Rønne Petersen |
| 2025-10-23 | std.builtin: add CallingConvention.x86_64_x32 | Alex Rønne Petersen |
| 2025-10-23 | std.Target: add stackGrowth() function | Alex Rønne Petersen |
| 2025-10-23 | std.Target: add tags and info for alpha, hppa, microblaze, sh | Alex Rønne Petersen |
| 2025-10-23 | std.Target: xtensa defaults to windowed ABI | Alex Rønne Petersen |
| 2025-10-23 | std.Target: add arceb and xtensaeb Cpu.Arch tags | Alex Rønne Petersen |
| 2025-10-23 | std.Target: fix cMaxIntAlignment() for a few architectures | Alex Rønne Petersen |