| Age | Commit message (Expand) | Author |
| 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 |