| Age | Commit message (Expand) | Author |
| 2025-10-29 | Io: implement faster mutex | Jacob Young |
| 2025-10-29 | std.Io: add detached async | Andrew Kelley |
| 2025-10-29 | implement Mutex, Condition, and Queue | Andrew Kelley |
| 2025-10-29 | Io: implement sleep and fix cancel bugs | Jacob Young |
| 2025-10-29 | EventLoop: implement thread-local queues and cancellation | Jacob Young |
| 2025-10-29 | std.Io: introduce cancellation | Andrew Kelley |
| 2025-10-29 | better API for Io.async | Andrew Kelley |
| 2025-10-29 | EventLoop: fix futex usage | Jacob Young |
| 2025-10-29 | EventLoop: get file operations working | Jacob Young |
| 2025-10-29 | WIP | Andrew Kelley |
| 2025-10-29 | start adding fs functions to std.Io | Andrew Kelley |
| 2025-10-29 | free freeing wrong amount in thread pool impl | Andrew Kelley |
| 2025-10-29 | EventLoop: move context after the async closure | Jacob Young |
| 2025-10-29 | EventLoop: fix incorrect alignment panic | Jacob Young |
| 2025-10-29 | update threaded fibers impl to actually storing args | Andrew Kelley |
| 2025-10-29 | fix context passing in threaded Io impl | Andrew Kelley |
| 2025-10-29 | EventLoop: implement main idle fiber | Jacob Young |
| 2025-10-29 | EventLoop: add threads | Jacob Young |
| 2025-10-29 | EventLoop: rewrite context switching | Jacob Young |
| 2025-10-29 | EventLoop: prepare for threading | Jacob Young |
| 2025-10-29 | demo: single-threaded green threads implementation | Andrew Kelley |
| 2025-10-29 | make thread pool satisfy async/await interface | Andrew Kelley |
| 2025-10-29 | introduce std.Io interface | Andrew Kelley |
| 2025-10-29 | Merge pull request #25705 from squeek502/linked-list-remove-docs | Ryan Liptak |
| 2025-10-29 | std.Target.aarch64: updates for LLVM 21.1.5 | Alex Rønne Petersen |
| 2025-10-28 | std.heap.debug_allocator outdated doc (#25634) | Adrian |
| 2025-10-28 | Merge pull request #25691 from GasInfinity-Forks/x86_16-gcc | Alex Rønne Petersen |
| 2025-10-28 | Fix stale reference bug in `std.zig.system.resolveTargetQuery` (#25713) | Sean |
| 2025-10-27 | remove all Oracle Solaris support | Alex Rønne Petersen |
| 2025-10-27 | feat: init x86_16 arch via CBE | GasInfinity |
| 2025-10-27 | fix: make `compiler_rt` and `std.Io.Writer` compile on 16-bit platforms. | GasInfinity |
| 2025-10-27 | chore: make `std.zig.target.intByteSize` return an `u16` | GasInfinity |
| 2025-10-27 | Revert "std.Target: xtensa defaults to windowed ABI" | Alex Rønne Petersen |
| 2025-10-26 | std.debug.cpu_context: fix mcontext alignment for x86_64-illumos | Alex Rønne Petersen |
| 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-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-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 |