| Age | Commit message (Expand) | Author |
| 2025-07-28 | all: omit unnecessary type conversions | Jes Cok |
| 2024-10-14 | timer: fix Stop link in Timer.Reset doc comment | Robert PajÄ…k |
| 2024-08-02 | time: fix some typos in CL 512355 | Jes Cok |
| 2024-06-21 | time: provide non-default metric for asynctimerchan | Russ Cox |
| 2024-04-04 | time: add available godoc link | cui fliter |
| 2024-03-21 | time: fix typo in comment | WuGuangyao |
| 2024-03-14 | time: avoid stale receives after Timer/Ticker Stop/Reset return | Russ Cox |
| 2024-03-13 | time: garbage collect unstopped Tickers and Timers | Russ Cox |
| 2024-03-13 | runtime: clean up timer state | Russ Cox |
| 2024-03-09 | time: move runtimeTimer out of Timer struct | Russ Cox |
| 2024-02-29 | runtime: move per-P timers state into its own struct | Russ Cox |
| 2024-02-28 | runtime: delete addtimer | Russ Cox |
| 2023-07-20 | time: document that AfterFunc Timer's C field is nil | Ian Lance Taylor |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-08-16 | time: update current time comment | astraw99 |
| 2021-01-22 | time: clarify Timer.Reset behavior on AfterFunc Timers | Brad Fitzpatrick |
| 2020-12-03 | runtime, time: strictly enforce when, period constraints | Michael Pratt |
| 2020-04-06 | time, runtime: only call resetTimer from (*Timer).Reset | Ian Lance Taylor |
| 2020-02-24 | time: add Ticker.Reset | Changkun Ou |
| 2020-02-23 | Revert "time: add Ticker.Reset" | Andrew Bonventre |
| 2020-02-23 | time: add Ticker.Reset | Changkun Ou |
| 2019-12-17 | time: further clarifications to the (*Timer).Stop docs | Ian Lance Taylor |
| 2019-11-19 | runtime, time: remove old timer code | Ian Lance Taylor |
| 2019-10-21 | runtime, syscall, time: prepare for adding timers to P's | Ian Lance Taylor |
| 2019-10-21 | runtime, syscall, time: add and use resettimer | Ian Lance Taylor |
| 2019-07-18 | time: clarify when draining a Timer's channel is needed | Allen Li |
| 2018-11-02 | runtime, time: refactor startNano handling | Dmitry Vyukov |
| 2017-09-12 | runtime: improve timers scalability on multi-CPU systems | Aliaksandr Valialkin |
| 2016-11-11 | time: update Timer.Stop doc to account for AfterFunc | Russ Cox |
| 2016-10-18 | time: revise Timer comments for Stop, Reset | Russ Cox |
| 2016-10-01 | time: update comment to reflect correct file path. | Mike Appleby |
| 2016-06-06 | time: warn about correct use of a Timer's Stop/Reset methods | Andrew Gerrand |
| 2016-05-20 | time: document that After uses memory until duration times out | Brad Fitzpatrick |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2014-10-21 | time: panic with a more helpful error on use of invalid Timer | Brad Fitzpatrick |
| 2014-10-01 | time: A Timer must be properly created before use (documentation). | Robert Griesemer |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |