aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/time_nofake.go
AgeCommit message (Expand)Author
2024-05-23all: document legacy //go:linkname for modules with ≥200 dependentsRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥2,000 dependentsRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥5,000 dependentsRuss Cox
2024-05-17all: add push linknames to allow legacy pull linknamesCherry Mui
2021-11-04runtime: allow builtin write function to be redirected with function pointerJason A. Donenfeld
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-04-29runtime: remove walltime functionIan Lance Taylor
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-04runtime: platform-independent faketime supportAustin Clements
2019-09-04runtime: wrap nanotime, walltime, and writeAustin Clements