aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/timestub.go
AgeCommit message (Expand)Author
2021-04-29runtime: rename walltime1 to walltimeIan Lance Taylor
2021-04-29runtime: remove walltime functionIan Lance Taylor
2021-04-29runtime: implement time.now in assembly for linux-amd64Ian Lance Taylor
2021-04-28runtime: use a single definition of time_now for faketimeIan Lance Taylor
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2018-11-02runtime, time: refactor startNano handlingDmitry Vyukov
2018-05-29runtime: implement time.now using libcKeith Randall
2018-04-18runtime: fast clock_gettime call on FreeBSDYuval Pavel Zholkover
2017-02-09time: optimize Now on darwin, windowsRuss Cox