index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
/
tick.go
Age
Commit message (
Expand
)
Author
2026-03-03
time: mention Reset in Ticker.Stop doc
Ian Lance Taylor
2024-04-04
time: add available godoc link
cui fliter
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-28
runtime: delete addtimer
Russ Cox
2023-01-20
time: no need to wrap error with errors.New
fangguizhen
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2021-11-05
time: make Ticker.Reset(0) panic
zhouguangyuan
2021-08-16
time: update current time comment
astraw99
2020-11-18
time: in NewTicker, document that the 1st tick comes after d
Alberto Donizetti
2020-10-23
all: fix quoting for compress/bzip2 and time's godoc
subham sarkar
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
2018-07-11
time: add clarification to Timer.Stop documentation
Caleb Martinez
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-29
time: document Tick will return nil if d <= 0
Shenghou Ma
2015-07-13
time: document that time.Tick creates an unrecoverable resource
Rob Pike
2014-09-08
build: move package sources from src/pkg to src
Russ Cox