| Age | Commit message (Expand) | Author |
| 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 |
| 2025-10-23 | std.Target: fix cTypePreferredAlignment() for arc | Alex Rønne Petersen |
| 2025-10-23 | std.Target: remove bogus hosted avr/msp430 prongs in cTypeBitSize() | Alex Rønne Petersen |
| 2025-10-23 | std.Target.DynamicLinker: recognize standard hexagon-linux-musl path | Alex Rønne Petersen |
| 2025-10-23 | std.Target: fix cCallingConvention() to pick mips64_n32 for muslabin32 | Alex Rønne Petersen |
| 2025-10-23 | std.Target: bump min-max versions for OpenBSD from 7.6-7.7 to 7.7-7.8 | Alex Rønne Petersen |
| 2025-10-22 | std.Target: handle some more cases in toCoffMachine() | Alex Rønne Petersen |
| 2025-10-22 | std.Target: better Abi.default() behavior for arc and xtensa | Alex Rønne Petersen |
| 2025-10-22 | std.Target: update lists of omitted LLVM tags | Alex Rønne Petersen |
| 2025-10-22 | std.mem.Allocator: fix resize doc comment | Justus Klausecker |
| 2025-10-21 | std.{c,posix}: add getgid and getegid | Wim de With |
| 2025-10-19 | compiler: add support for arc_interrupt calling convention | Alex Rønne Petersen |
| 2025-10-19 | std.os.linux: add pivot_root syscall | Wim de With |
| 2025-10-19 | std.os.linux: add setns syscall | Wim de With |
| 2025-10-19 | Merge pull request #25627 from alexrp/qemu-10.1.1-patched | Alex Rønne Petersen |
| 2025-10-19 | Merge pull request #25623 from alexrp/or1k | Alex Rønne Petersen |
| 2025-10-18 | fix(std): don't add the default `_start` and `panic` in homebrew targets | GasInfinity |
| 2025-10-18 | std.atomic: define cache line size for or1k | Alex Rønne Petersen |
| 2025-10-18 | std.debug: fix frame pointer unwinding on or1k | Alex Rønne Petersen |
| 2025-10-18 | std.Thread: implement freeAndExit() for or1k | Alex Rønne Petersen |
| 2025-10-18 | std.heap: define min/max page size for or1k-linux | Alex Rønne Petersen |
| 2025-10-18 | std.os.linux: add or1k arch bits | Alex Rønne Petersen |
| 2025-10-18 | std.os.linux.tls: implement or1k support | Alex Rønne Petersen |
| 2025-10-18 | std.pie: add or1k support | Alex Rønne Petersen |