aboutsummaryrefslogtreecommitdiff
path: root/src/time
AgeCommit message (Expand)Author
30 hoursall: add push linknames to allow legacy pull linknamesCherry Mui
3 dayscmd/link: disallow pull-only linknamesCherry Mui
4 daystime: more flake removal in asynctimerchan testRuss Cox
10 daystime: more deflaking asynctimer testsRuss Cox
14 daystime: use stringslite.Cloneqiulaidongfeng
2024-04-29time: add notes about monotonic time pausedplasmatium
2024-04-25time: deflake TestChan/asynctimerchan=1 testsRuss Cox
2024-04-04time: add available godoc linkcui fliter
2024-03-22runtime: add fast path for (*timers).adjustIan Lance Taylor
2024-03-21time: fix typo in commentWuGuangyao
2024-03-15time: fix longtest flakeRuss Cox
2024-03-14time: avoid stale receives after Timer/Ticker Stop/Reset returnRuss Cox
2024-03-14time: replace time.Now().Sub call with time.Since in testguoguangwu
2024-03-14runtime: fix lost sleep causing TestZeroTimer flakesRuss Cox
2024-03-13time: garbage collect unstopped Tickers and TimersRuss Cox
2024-03-13time: clean up benchmarksRuss Cox
2024-03-13runtime: clean up timer stateRuss Cox
2024-03-11time: fix typo in BenchmarkResetqiulaidongfeng
2024-03-09time: disable TestLongAdjustTimers on android/iosRuss Cox
2024-03-09time: move runtimeTimer out of Timer structRuss Cox
2024-03-08time: make sure tests avoid the special-case channel codeRuss Cox
2024-03-08time: gracefully handle ts.zombies underflowRuss Cox
2024-02-29runtime: move per-P timers state into its own structRuss Cox
2024-02-28runtime: delete addtimerRuss Cox
2024-02-27runtime: disable use of runnext on wasmMichael Pratt
2024-02-26time: use bytealg.IndexByte in byteStringTobias Klauser
2024-02-19runtime: use a high res timer to signal io completion ports on windowsqmuntal
2024-02-13time: fix typo in ExampleParseDurationRob Pike
2024-02-08time: fix FuzzFormatRFC3339 nano comparisonJorropo
2024-01-30Revert "runtime: disable use of runnext on wasm"Michael Pratt
2024-01-29runtime: disable use of runnext on wasmMichael Pratt
2024-01-22time: add a regression test for time.AfterFunc goroutine starvationBryan C. Mills
2023-10-14all: fix function namescui fliter
2023-10-03time: fix Time godocTobias Klauser
2023-10-03time: clarify docs to avoid date calculation pitfallsBrendan Jackman
2023-09-22all: clean unnecessary casts for test filesJes Cok
2023-09-14time: unconditionally use RegLoadMUIString on Windowsqmuntal
2023-09-09all: calculate the median uniformlyJes Cok
2023-08-25time: make time.Until a few nanoseconds fasterkorzhao
2023-08-18time: make Duration.String inlineableJoe Tsai
2023-08-11time: make time.Since a few nanoseconds fasterRuss Cox
2023-08-07time: amend time resolution docsqmuntal
2023-08-01time: mention time resolution in docsqmuntal
2023-07-20time: document that AfterFunc Timer's C field is nilIan Lance Taylor
2023-07-11time: increase arbitrary upper bound in TestReset to 10sBryan C. Mills
2023-05-12time: update windows zoneinfo_abbrsCarlos Amedee
2023-04-11time: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-11time: update windows zoneinfo_abbrsIan Lance Taylor
2023-03-13time: fix timezone lookup logic for non-DST zonesGeon Kim
2023-02-16src: rename unexported errors by adding prefix errOleksandr Redko