| Age | Commit message (Expand) | Author |
| 2021-06-06 | std: Fix some BPF fn definitions | LemonBoy |
| 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 | x/os/net: remove unnecessary comptime prefix in resolveScopeID() | Kenta Iwasaki |
| 2021-06-01 | x: replace std.builtin with std.Target.current | Kenta Iwasaki |
| 2021-06-01 | os: `sockaddr_storage` -> `std.x.os.Socket.Address.Native.Storage` | Kenta Iwasaki |
| 2021-06-01 | os: have sendmsg, recvmsg flags be c_int | lithdew |
| 2021-06-01 | x/io, x/os: async i/o reactor, cross-platform socket syscalls and bits | lithdew |
| 2021-05-24 | Fix socklen_t cast in win32 recvfrom | Jens Goldberg |
| 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-22 | Merge pull request #7664 from marler8997/fixWindowsPaths | Andrew Kelley |
| 2021-05-21 | handle relative paths with too many ".." | Jonathan Marler |
| 2021-05-20 | Const correct GUID parameter of getInfo and setInfo | mason1920 |
| 2021-05-20 | Merge pull request #8776 from notviri/windows-wm-constants | Andrew Kelley |
| 2021-05-20 | have collapseRepeats return slice intead of just len | Jonathan Marler |
| 2021-05-20 | implement nt path conversion for windows | Jonathan Marler |
| 2021-05-20 | std: Windows: WSASocketW ensures WSAStartup | Andrew Kelley |
| 2021-05-20 | std.os: WSAStartup is now called upon socket creation when needed | Bxil |
| 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-17 | std: update regarding std.builtin reorganization | Andrew Kelley |
| 2021-05-15 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-15 | remove range constants | viri |
| 2021-05-14 | std: dragonfly: fix duplicate definition of sockaddr_storage | Andrew Kelley |
| 2021-05-14 | std: re-add weird undocumented Win32 constants | viri |
| 2021-05-14 | std: fix & add os.windows.user32 WM constants | viri |
| 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-11 | std: Fix offset param splitting for preadv/pwritev | LemonBoy |
| 2021-05-11 | std: Fix fallocate offset type | LemonBoy |
| 2021-05-11 | std: Harmonize use of off_t between libc and Zig impls | LemonBoy |
| 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/windows/ws2_32: add missing FIONBIO constant | lithdew |
| 2021-05-10 | x/os/socket, std/os/windows: implement loading winsock extensions | lithdew |
| 2021-05-10 | x/os, x/net, os:, fix typos/errors, add missing constants/docs | lithdew |
| 2021-05-10 | std/os, x/os/socket: windows support, socket helpers, getpeername() | lithdew |
| 2021-05-09 | Initialize the Stat structure | Frank Denis |
| 2021-05-08 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-08 | Merge pull request #8686 from Vexu/try | Andrew Kelley |
| 2021-05-08 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |