| Age | Commit message (Expand) | Author |
| 2022-10-27 | Sema: Prevent coercion from tuple pointer to mutable slice. | InKryption |
| 2022-07-26 | std.fmt: require specifier for unwrapping ?T and E!T | InKryption |
| 2022-07-24 | Revert "std.fmt: require specifier for unwrapping ?T and E!T." | Andrew Kelley |
| 2022-07-24 | std.fmt: require specifier for unwrapping ?T and E!T. | InKryption |
| 2022-07-21 | LLVM: fix lowering of structs with underaligned fields | Andrew Kelley |
| 2022-07-12 | std: update test cases to reflect new packed struct semantics | Andrew Kelley |
| 2022-06-27 | std.x.os.net: make error set consistent across targets | Andrew Kelley |
| 2022-06-27 | LLVM: fix invalid IR on `@returnAddress` of wasm/bpf | Andrew Kelley |
| 2022-06-11 | stage2: small fixes + adjustments to std tests | Veikka Tuominen |
| 2022-04-28 | fmt: fix formatting of lib/std/x/net/bpf.zig | Jakub Konka |
| 2022-04-28 | Merge pull request #10717 from gh-fork-dump/seccomp-bits | Veikka Tuominen |
| 2022-04-05 | zig fmt: remove trailing whitespace on doc comments | Damien Firmenich |
| 2022-01-29 | Add classic BPF library | Stephen Gregoratto |
| 2022-01-14 | Check for isDarwin() instead of linked libc | John Schmidt |
| 2022-01-12 | Use libc if_nametoindex if available when parsing IPs | John Schmidt |
| 2021-10-04 | migrate from `std.Target.current` to `@import("builtin").target` | Andrew Kelley |
| 2021-09-24 | Resolve scope IDs using IPv6 sockets | Stephen Gregoratto |
| 2021-09-16 | Set the Storage socket sizes to be system defined | Stephen Gregoratto |
| 2021-09-12 | os: usingnamespace fixes for std.x.os.Socket and std.os.TCP | Kenta Iwasaki |
| 2021-09-01 | std: fix regressions from this branch | Andrew Kelley |
| 2021-09-01 | std.os: more reorganization efforts | 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-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-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 | x/os: {read, write}Vectorized() -> {read, write}Message() | Kenta Iwasaki |
| 2021-06-01 | os: have sendmsg, recvmsg flags be c_int | lithdew |
| 2021-06-01 | x/os, x/tcp: fix Socket.Message init values and tcp test buf len | lithdew |
| 2021-06-01 | x/io, x/os: async i/o reactor, cross-platform socket syscalls and bits | lithdew |
| 2021-05-12 | Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen | Andrew Kelley |
| 2021-05-10 | x/os, os: fix setsockopt on windows, simplify Socket.setOption error set | 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 | x/os/socket_posix.zig: make linger struct extern | Kenta Iwasaki |
| 2021-05-10 | x/os/socket: use sockaddr_storage for accept() | lithdew |
| 2021-05-10 | x/net/tcp, x/os/socket: tcp.Client.{Reader, Writer} | 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-08 | std: update usage of std.testing | Veikka Tuominen |
| 2021-05-05 | std: fix compile errors found by stage2 | Andrew Kelley |
| 2021-05-05 | x/net: fix tcp tests for openbsd and add missing `fmt` import | lithdew |
| 2021-05-03 | x/net/ip: add copyright header | lithdew |
| 2021-05-03 | x/net: generalize `tcp.Address` into `ip.Address` | lithdew |
| 2021-05-03 | x/net/tcp: make tcp tests blocking to avoid unit test races | lithdew |
| 2021-05-03 | x/os/net: skip ipv6 scope id parse test on unsupported platforms | lithdew |
| 2021-05-03 | x/net: disable tcp tests on wasi | lithdew |
| 2021-05-03 | x/os: fix compile errors on mac and linux | lithdew |