aboutsummaryrefslogtreecommitdiff
path: root/src/time
AgeCommit message (Expand)Author
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2025-12-23time: skip test that will fail with GO111MODULE=offKevin Burke
2025-10-29internal/itoa, internal/runtime/strconv: deleteRuss Cox
2025-10-27time: rewrite IsZero method to use wall and ext fieldsbaycore
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-09-19time: improve ParseDuration performance for invalid inputapocelipes
2025-08-28time: skip TestLongAdjustTimers in short mode on single CPU systemsJoel Sing
2025-08-07time: skip TestLongAdjustTimers on plan9 (too slow)Richard Miller
2025-07-28all: omit unnecessary type conversionsJes Cok
2025-07-24time: remove redundant uint32 conversion in splitcxbdasheng
2025-04-18encoding/json: add json/v2 with GOEXPERIMENT=jsonv2 guardDamien Neil
2025-04-11all: use built-in min, max functionsMarcel Meyer
2025-04-11time: remove redundant int conversion in tzruleTime1911860538
2025-04-08time: add examples for AppendBinary and AppendTextcuishuang
2025-03-18runtime, time: don't use monotonic clock inside synctest bubblesDamien Neil
2025-03-14time: optimize quote using byte(c) for ASCII1911860538
2024-11-19internal/synctest: new package for testing concurrent codeDamien Neil
2024-11-12time: regenerate zoneinfo_abbrs_windows.goIan Lance Taylor
2024-11-05time: add examples for Since, Until, Abs and fix some commentscuishuang
2024-11-05time: accept "+01" in TestLoadFixed on OpenBSDDmitri Shuralyov
2024-10-21runtime,time: use atomic.Int32 for isSendingMichael Anthony Knyszek
2024-10-17time: correct time.AppendText's error messageapocelipes
2024-10-14timer: fix Stop link in Timer.Reset doc commentRobert Pająk
2024-10-14runtime: don't frob isSending for tickersIan Lance Taylor
2024-09-26runtime: if stop/reset races with running timer, return correct resultIan Lance Taylor
2024-09-10time: don't check non-nil err twice in parseTobias Klauser
2024-09-09all: remove unnecessary symbols and add missing symbolscuishuang
2024-09-03all: omit unnecessary 0 in slice expressionnlwkobe30
2024-08-20time: implement the encoding.(Binary|Text)Appender for Timeapocelipes
2024-08-20time: fix godoc links; remove redundant Sub mentionOleksandr Redko
2024-08-03time: restore support for large negative days in DateIan Lance Taylor
2024-08-02time: fix some typos in CL 512355Jes Cok
2024-07-31time: optimize time <-> date conversionsRuss Cox
2024-07-02time: fix time zone parsing when format includes time zone secondsDarin Krauss
2024-06-21time: provide non-default metric for asynctimerchanRuss Cox
2024-06-11time: correct spelling, queing -> queuingJes Cok
2024-06-11time: add to format documentation about dangers of using RFC1123{,Z} for parsingDana Burkart
2024-06-03time: time/internal_test.go remove redundant type conversionhxzhouh
2024-05-29all: document legacy //go:linkname for final round of modulesRuss Cox
2024-05-29all: document legacy //go:linkname for modules with ≥100 dependentsRuss Cox
2024-05-23time: add a few more benchmarksRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥200 dependentsRuss Cox
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-23time: check for time zone offset overflowIan Lance Taylor
2024-05-17all: add push linknames to allow legacy pull linknamesCherry Mui
2024-05-15cmd/link: disallow pull-only linknamesCherry Mui
2024-05-14time: more flake removal in asynctimerchan testRuss Cox
2024-05-08time: more deflaking asynctimer testsRuss Cox
2024-05-05time: use stringslite.Cloneqiulaidongfeng
2024-04-29time: add notes about monotonic time pausedplasmatium