| Age | Commit message (Expand) | Author |
| 2021-07-20 | std: remove dead code in std.os.read | charlieman |
| 2021-07-15 | Add NotDir as possible error for os.inotify_add_watch | Ryan Liptak |
| 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-20 | std: Make copy_file_range checks run at compile-time | LemonBoy |
| 2021-06-14 | CLI: rename --override-lib-dir to --zig-lib-dir | Andrew Kelley |
| 2021-06-14 | Add std.os.dup() | Samadi van Koten |
| 2021-06-11 | c.zig: fix waitpid() definition | codic12 |
| 2021-06-10 | zig fmt | Andrew Kelley |
| 2021-06-04 | Merge pull request #8750 from lithdew/master | Andrew Kelley |
| 2021-06-01 | handle LimitToBig error on setrlimit | Jonathan Marler |
| 2021-06-01 | os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatible | 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-31 | std.sync.atomic: extended atomic helper functions (#8866) | protty |
| 2021-05-22 | std.os: munmap takes a const pointer | Sobeston |
| 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-17 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-16 | add missing EBADF error code for openat | Jonathan Marler |
| 2021-05-12 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-11 | std: Add more tests, fix broken code | LemonBoy |
| 2021-05-11 | std: Harmonize use of off_t between libc and Zig impls | LemonBoy |
| 2021-05-11 | std: Fix cast that's sometimes invalid | LemonBoy |
| 2021-05-11 | std: Prefer 64bit libc functions where possible | LemonBoy |
| 2021-05-10 | x/os, os: fix setsockopt on windows, simplify Socket.setOption error set | 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 | Shorten | Frank Denis |
| 2021-05-09 | Initialize the Stat structure | Frank Denis |
| 2021-04-30 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-04-30 | rename doc refs to deprecated functions like openC (#8467) | Devin Bayer |
| 2021-04-30 | Handle EPERM and ELOOP in os.fstatat() | Yorhel |
| 2021-04-15 | std: change `@import("builtin")` to `std.builtin` | Andrew Kelley |
| 2021-04-14 | os/posix: handle ECONNRESET for write/writev | lithdew |
| 2021-04-06 | os/linux: return error on EALREADY for connect() and getsockoptError() | lithdew |
| 2021-04-01 | os: handle ECONNRESET for connect() syscall | lithdew |
| 2021-03-25 | os/linux: handle ECONNRESET for recv | lithdew |
| 2021-03-16 | std: make all errors in os.zig public | jacob gw |
| 2021-03-12 | make std.c.getErrno() return same type as _errno() aka c_int | Sébastien Marie |
| 2021-02-28 | std: add sendmsg | daurnimator |
| 2021-02-25 | std.os: remove special case for haiku | Andrew Kelley |
| 2021-02-25 | haiku: minor fixups | Andrew Kelley |
| 2021-02-25 | initial support for haiku sync update | Al Hoang |
| 2021-02-25 | initial support for haiku continue clean up | Al Hoang |
| 2021-02-25 | initial support for haiku past stage0 | Al Hoang |
| 2021-02-24 | zig fmt the std lib | Andrew Kelley |
| 2021-02-21 | Rebase link(at) properly | Tau |
| 2021-01-25 | Add MAX_RW_COUNT limit to std.os.pread() | Joran Dirk Greef |
| 2021-01-22 | std: Update `test ""` to `test` where it makes sense | LemonBoy |