| Age | Commit message (Expand) | Author |
| 2022-07-12 | std: update test cases to reflect new packed struct semantics | Andrew Kelley |
| 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 |
| 2021-10-04 | migrate from `std.Target.current` to `@import("builtin").target` | Andrew Kelley |
| 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-06-21 | fix code broken from previous commit | Jacob G-W |
| 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 | 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, x/net, os:, fix typos/errors, add missing constants/docs | 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/net: disable tcp tests on wasi | lithdew |
| 2021-05-03 | x/os, x/net: re-approach `Address`, rename namespace `TCP -> tcp` | lithdew |
| 2021-05-03 | x/os, x/net: layout tcp, ipv4/ipv6, and socket abstractions | lithdew |