| Age | Commit message (Expand) | Author |
| 2023-02-14 | Add std.c.umask. | Philippe Pittoli |
| 2023-01-28 | netbsd: use versioned __msync13 from libc | Michael Dusan |
| 2023-01-19 | Make `res` nullable in `getaddrinfo` | Jarred Sumner |
| 2023-01-02 | remove the experimental std.x namespace | Andrew Kelley |
| 2022-12-20 | Revert "c.zig: Add definition for pthread_key_t" | Andrew Kelley |
| 2022-12-16 | c.zig: Add definition for pthread_key_t | Ganesan Rajagopal |
| 2022-12-06 | remove most conditional compilation based on stage1 | Andrew Kelley |
| 2022-11-13 | pthread_sigmask | Jonathan |
| 2022-09-29 | std: Replace use of stage1 function pointers | ominitay |
| 2022-08-27 | Sema: add error for non-comptime param in comptime func | antlilja |
| 2022-08-24 | pthread_key_create: make it build with stage2 | Sébastien Marie |
| 2022-05-07 | std.c: Move Darwin-unspecific functions from std/c/darwin.zig to std/c.zig | aiotter |
| 2022-05-06 | std.c: Add C APIs to read directories | aiotter |
| 2022-04-15 | stage2: fix bugs preventing stage2 from building stage3 with LLVM | Veikka Tuominen |
| 2022-03-23 | Add sem_open & sem_close | Locria Cyber |
| 2022-03-13 | std+macho: revert and fix exposing Mach wrappers in std.os and std.c | Jakub Konka |
| 2022-03-13 | std: fix imports for darwin specific flags and funcs | Jakub Konka |
| 2022-02-11 | std: validate frame-pointer address in stack walking | m |
| 2022-01-17 | std.c: add shm_open and shm_unlink | Meghan |
| 2022-01-12 | Use libc if_nametoindex if available when parsing IPs | John Schmidt |
| 2021-12-19 | stage1, stage2: rename c_void to anyopaque (#10316) | Isaac Freund |
| 2021-11-15 | Add `chmod` and `chown` | Ominitay |
| 2021-10-04 | migrate from `std.Target.current` to `@import("builtin").target` | Andrew Kelley |
| 2021-09-24 | Initial bringup of the Solaris/Illumos port | Stephen Gregoratto |
| 2021-09-01 | std.os fixes to get the test suite passing again | Andrew Kelley |
| 2021-09-01 | std: fix regressions from this branch | Andrew Kelley |
| 2021-09-01 | std: reorganization that allows new usingnamespace semantics | Andrew Kelley |
| 2021-09-01 | std.os: fix FILENO constants mapped to wrong values | Andrew Kelley |
| 2021-09-01 | std.os: more reorganization efforts | Andrew Kelley |
| 2021-09-01 | std: reorganize std.c to eliminate `usingnamespace` | Andrew Kelley |
| 2021-09-01 | std.os reorganization, avoiding `usingnamespace` | Andrew Kelley |
| 2021-08-24 | remove redundant license headers from zig standard library | Andrew Kelley |
| 2021-08-24 | std: [breaking] move errno to become an nonexhaustive enum | Andrew Kelley |
| 2021-08-09 | review: use defined flag for oflags. | Takeshi Yoneda |
| 2021-07-27 | WASI,libc: enable tests. | Takeshi Yoneda |
| 2021-06-30 | std.Thread: more cleanup & testing | kprotty |
| 2021-06-16 | netbsd: add more std.os.bits | Michael Dusan |
| 2021-06-14 | translate-c: move utility functions to a separate namespace | Veikka Tuominen |
| 2021-06-11 | c.zig: fix waitpid() definition | codic12 |
| 2021-06-11 | c.zig: add sigfillset, alarm, sigwait | codic12 |
| 2021-06-01 | os: have sendmsg, recvmsg flags be c_int | lithdew |
| 2021-06-01 | std/c: have sendmsg, recvmsg flags be u32 | lithdew |
| 2021-06-01 | std/c: add recvmsg, sendmsg | lithdew |
| 2021-05-22 | std.os: munmap takes a const pointer | Sobeston |
| 2021-05-11 | std: Harmonize use of off_t between libc and Zig impls | LemonBoy |
| 2021-05-10 | std/os, x/os/socket: windows support, socket helpers, getpeername() | lithdew |
| 2021-05-04 | std: remove dead and rotting C parsing code | Andrew Kelley |
| 2021-03-16 | std: support optional getaddrinfo arguments | Anders Conbere |
| 2021-03-12 | make std.c.getErrno() return same type as _errno() aka c_int | Sébastien Marie |
| 2021-02-21 | Rebase link(at) properly | Tau |