| Age | Commit message (Expand) | Author |
| 2021-09-01 | std.os.linux: remove the "bits" namespace altogether | 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-31 | std: Use truncating cast in WIFSTOPPED for Linux, FreeBSD and DragonFly | Philip Åkesson |
| 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-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-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-07-27 | WASI,libc: enable tests. | Takeshi Yoneda |
| 2021-07-22 | linux stdlib: fix definition of RW flags (#9428) | Biolunar |
| 2021-07-10 | Add waitid syscall on linux (#9335) | Malcolm Still |
| 2021-06-21 | fix code broken from previous commit | Jacob G-W |
| 2021-06-16 | netbsd: add more std.os.bits | Michael Dusan |
| 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-10 | netlink ifi_change no longer reserved | Jens Goldberg |
| 2021-06-09 | os/bits/linux: add the fadvise advice values | Vincent Rischmann |
| 2021-06-07 | Add Linux XDP bits (#9019) | Jens Goldberg |
| 2021-06-01 | os/bits: remove duplicate `sockaddr_storage` for dragonfly | Kenta Iwasaki |
| 2021-06-01 | os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatible | Kenta Iwasaki |
| 2021-06-01 | os: `sockaddr_storage` -> `std.x.os.Socket.Address.Native.Storage` | Kenta Iwasaki |
| 2021-06-01 | x/io, x/os: async i/o reactor, cross-platform socket syscalls and bits | lithdew |
| 2021-05-24 | housekeeping: builtin.arch → builtin.cpu.arch | Michael Dusan |
| 2021-05-24 | dragonfly: pass `zig build test` | Michael Dusan |
| 2021-05-23 | overhaul elf csu (c-runtime startup) logic | Michael Dusan |
| 2021-05-22 | Merge pull request #8844 from ifreund/inline | Andrew Kelley |
| 2021-05-22 | openbsd: complete kqueue(2) constant definitions | Sébastien Marie |
| 2021-05-20 | Run `zig fmt` on src/ and lib/std/ | Isaac Freund |
| 2021-05-19 | openbsd: convert builtin.arch to builtin.target.cpu.arch | Sébastien Marie |
| 2021-05-18 | std: update freebsd bits to new builtin | Andrew Kelley |
| 2021-05-15 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-14 | std: dragonfly: fix duplicate definition of sockaddr_storage | Andrew Kelley |
| 2021-05-14 | Merge pull request #8746 from koachan/sparc64-fixes | Andrew Kelley |
| 2021-05-13 | std: dragonfly: fix duplicate definition of sockaddr_storage | Andrew Kelley |
| 2021-05-12 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-12 | stage2: Add CPU feature detection for macos | LemonBoy |
| 2021-05-12 | Define ENOTSUP for SPARC | Koakuma |
| 2021-05-11 | bsd: detect os version | Michael Dusan |
| 2021-05-10 | std/os: add missing sockaddr_storage defs | lithdew |
| 2021-05-10 | std/os: fix sockaddr_storage padding size | lithdew |
| 2021-05-10 | std/os, x/os/socket: windows support, socket helpers, getpeername() | lithdew |
| 2021-05-08 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-06 | Merge pull request #8683 from LemonBoy/thumblinux | Andrew Kelley |
| 2021-05-05 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-04 | std: Initial bringup for Linux on Thumb2 | LemonBoy |
| 2021-05-03 | std/os/bits/windows: add `timeval` extern struct | lithdew |