| Age | Commit message (Expand) | Author |
| 2023-02-09 | runtime: fix signature for linked functions | Adin Scannell |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-03-29 | all: use new "unix" build tag where appropriate | Ian Lance Taylor |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-03-02 | internal/poll, runtime: handle netpollopen error in poll_runtime_pollOpen | Tobias Klauser |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2020-04-25 | os, net: define and use os.ErrDeadlineExceeded | Ian Lance Taylor |
| 2020-03-31 | runtime, internal/poll: name error codes | Ian Lance Taylor |
| 2019-03-13 | runtime, internal/poll, net: report event scanning error on read event | Mikio Hara |
| 2019-03-04 | internal/poll: copy and use errnoErr to avoid allocations | Josh Bleecher Snyder |
| 2018-11-02 | all: use "reports whether" consistently in the few places that didn't | Brad Fitzpatrick |
| 2018-11-02 | internal/poll, os/exec, runtime: replace PollDescriptor by IsPollDescriptor | Clément Chigot |
| 2018-11-02 | runtime: avoid runtimeNano call on a common netpoll path | Dmitry Vyukov |
| 2018-11-02 | runtime: move nanotime wrappers to time and poll packages | Dmitry Vyukov |
| 2018-10-03 | internal/poll: add AIX operating system | Clément Chigot |
| 2017-10-25 | os: add deadline methods for File type | Ian Lance Taylor |
| 2017-10-19 | internal/poll: always decref if setting deadline fails | Ian Lance Taylor |
| 2017-07-14 | internal/poll: don't wait for unpollable files | Ian Lance Taylor |
| 2017-04-26 | os, net, internal/poll: return consistent error for closed socket | Ian Lance Taylor |
| 2017-03-07 | internal/poll: code cleanup | Mikio Hara |
| 2017-02-15 | os: use poller for file I/O | Ian Lance Taylor |
| 2017-02-15 | internal/poll: remove unused poll.pollDesc methods | Dave Cheney |
| 2017-02-13 | net: refactor poller into new internal/poll package | Ian Lance Taylor |