| Age | Commit message (Expand) | Author |
| 2021-08-24 | remove redundant license headers from zig standard library | Andrew Kelley |
| 2021-08-24 | Linux/SPARCv9: use C calling convention for restore_rt | Koakuma |
| 2021-08-24 | std: [breaking] move errno to become an nonexhaustive enum | Andrew Kelley |
| 2021-08-22 | std.os: (p)writev should perform partial writes if iov.len > IOV_MAX | daurnimator |
| 2021-08-21 | linux: Add recent clone/clone3 and missing signalfd flags. | Aydin Mercan |
| 2021-08-13 | Expose register_eventfd, register_eventfd_async, unregister_eventfd i… (#9449) | Ayende Rahien |
| 2021-08-09 | Merge remote-tracking branch 'origin' into libc-wasi-test | Takeshi Yoneda |
| 2021-08-09 | review: use defined flag for oflags. | Takeshi Yoneda |
| 2021-08-07 | linux: add missing FUTEX definitions | Klecko |
| 2021-08-02 | Move iovec and log levels to bits/posix.zig | N00byEdge |
| 2021-08-02 | Make linux syscalls accessible with non-Linux target OS | N00byEdge |
| 2021-07-29 | windows: add wrappers for LocalFree, SetThreadDescription and GetThreadDescri... | Vincent Rischmann |
| 2021-07-29 | windows/kernel32: add LocalFree, SetThreadDescription and GetThreadDescription | Vincent Rischmann |
| 2021-07-28 | linux: add mknod and mknodat syscalls | Mahdi Khanalizadeh |
| 2021-07-27 | WASI,libc: enable tests. | Takeshi Yoneda |
| 2021-07-22 | Fixed compile error: 'bMenu' needs to casted. (#9426) | Michal Ziulek |
| 2021-07-22 | linux stdlib: fix definition of RW flags (#9428) | Biolunar |
| 2021-07-11 | io_uring: add sqe prep methods for epoll_ctl, poll_add, and poll_remove | Kenta Iwasaki |
| 2021-07-10 | Add waitid syscall on linux (#9335) | Malcolm Still |
| 2021-07-07 | Fixed builtin.Target -> std.Target | Carlos Zúñiga |
| 2021-07-04 | Merge pull request #9175 from kprotty/thread | Andrew Kelley |
| 2021-07-02 | AstGen: detect redeclaration of function parameters | Andrew Kelley |
| 2021-06-30 | std.Thread: more cleanup & testing | kprotty |
| 2021-06-30 | std.Thread: more fixes | kprotty |
| 2021-06-30 | std.Thread.getCpuCount(): fix usages | kprotty |
| 2021-06-30 | changes to accomodate std.Thread update | kprotty |
| 2021-06-30 | std/os/uefi: fix packed struct bitfields | Nameless |
| 2021-06-30 | boot_services: allow custom MemoryTypes | Sreehari Sreedev |
| 2021-06-29 | std: implement a cross platform file locking abstraction | Andrew Kelley |
| 2021-06-29 | implement std.fs.File.setLock for Windows | Andrew Kelley |
| 2021-06-25 | Merge pull request #9148 from marler8997/windowsChildOutput | Andrew Kelley |
| 2021-06-21 | mips: fix syscall_pipe | Andrew Kelley |
| 2021-06-21 | std.os.linux.bpf: fix incorrect usage of unexpectedErrno | Andrew Kelley |
| 2021-06-21 | std.os.linux: fix splitValueBE64 | Andrew Kelley |
| 2021-06-21 | fix code broken from previous commit | Jacob G-W |
| 2021-06-21 | std, src, doc, test: remove unused variables | Jacob G-W |
| 2021-06-19 | std: Fix PIE startup sequence | LemonBoy |
| 2021-06-18 | finish ChildProcess collectOutputWindows | Jonathan Marler |
| 2021-06-17 | std: Use WINAPI instead of .Stdcall | LemonBoy |
| 2021-06-17 | std: Avoid deadlocking in ChildProcess.exec | LemonBoy |
| 2021-06-16 | netbsd: add more std.os.bits | Michael Dusan |
| 2021-06-14 | add a test for dup and dup2 | Veikka Tuominen |
| 2021-06-14 | Add std.os.dup() | Samadi van Koten |
| 2021-06-13 | std.windows: fix `OVERLAPPED`, add `OVERLAPPED_ENTRY` | viri |
| 2021-06-12 | Make std.ChildProcess exit code u8 to match std.process.exit | Garrett Squire |
| 2021-06-12 | Renamed @byteOffsetOf to @offsetOf | Exonorid |
| 2021-06-12 | std.Thread.Futex addition (#9070) | protty |
| 2021-06-11 | std.os.windows: implement <timeapi.h> (#8801) | viri |
| 2021-06-10 | netlink ifi_change no longer reserved | Jens Goldberg |
| 2021-06-09 | std.Progress: use `*W` functions on windows | viri |