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
Age
Commit message (
Expand
)
Author
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2025-12-23
time: skip test that will fail with GO111MODULE=off
Kevin Burke
2025-10-29
internal/itoa, internal/runtime/strconv: delete
Russ Cox
2025-10-27
time: rewrite IsZero method to use wall and ext fields
baycore
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-09-19
time: improve ParseDuration performance for invalid input
apocelipes
2025-08-28
time: skip TestLongAdjustTimers in short mode on single CPU systems
Joel Sing
2025-08-07
time: skip TestLongAdjustTimers on plan9 (too slow)
Richard Miller
2025-07-28
all: omit unnecessary type conversions
Jes Cok
2025-07-24
time: remove redundant uint32 conversion in split
cxbdasheng
2025-04-18
encoding/json: add json/v2 with GOEXPERIMENT=jsonv2 guard
Damien Neil
2025-04-11
all: use built-in min, max functions
Marcel Meyer
2025-04-11
time: remove redundant int conversion in tzruleTime
1911860538
2025-04-08
time: add examples for AppendBinary and AppendText
cuishuang
2025-03-18
runtime, time: don't use monotonic clock inside synctest bubbles
Damien Neil
2025-03-14
time: optimize quote using byte(c) for ASCII
1911860538
2024-11-19
internal/synctest: new package for testing concurrent code
Damien Neil
2024-11-12
time: regenerate zoneinfo_abbrs_windows.go
Ian Lance Taylor
2024-11-05
time: add examples for Since, Until, Abs and fix some comments
cuishuang
2024-11-05
time: accept "+01" in TestLoadFixed on OpenBSD
Dmitri Shuralyov
2024-10-21
runtime,time: use atomic.Int32 for isSending
Michael Anthony Knyszek
2024-10-17
time: correct time.AppendText's error message
apocelipes
2024-10-14
timer: fix Stop link in Timer.Reset doc comment
Robert Pająk
2024-10-14
runtime: don't frob isSending for tickers
Ian Lance Taylor
2024-09-26
runtime: if stop/reset races with running timer, return correct result
Ian Lance Taylor
2024-09-10
time: don't check non-nil err twice in parse
Tobias Klauser
2024-09-09
all: remove unnecessary symbols and add missing symbols
cuishuang
2024-09-03
all: omit unnecessary 0 in slice expression
nlwkobe30
2024-08-20
time: implement the encoding.(Binary|Text)Appender for Time
apocelipes
2024-08-20
time: fix godoc links; remove redundant Sub mention
Oleksandr Redko
2024-08-03
time: restore support for large negative days in Date
Ian Lance Taylor
2024-08-02
time: fix some typos in CL 512355
Jes Cok
2024-07-31
time: optimize time <-> date conversions
Russ Cox
2024-07-02
time: fix time zone parsing when format includes time zone seconds
Darin Krauss
2024-06-21
time: provide non-default metric for asynctimerchan
Russ Cox
2024-06-11
time: correct spelling, queing -> queuing
Jes Cok
2024-06-11
time: add to format documentation about dangers of using RFC1123{,Z} for parsing
Dana Burkart
2024-06-03
time: time/internal_test.go remove redundant type conversion
hxzhouh
2024-05-29
all: document legacy //go:linkname for final round of modules
Russ Cox
2024-05-29
all: document legacy //go:linkname for modules with ≥100 dependents
Russ Cox
2024-05-23
time: add a few more benchmarks
Russ Cox
2024-05-23
all: document legacy //go:linkname for modules with ≥200 dependents
Russ Cox
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-23
time: check for time zone offset overflow
Ian Lance Taylor
2024-05-17
all: add push linknames to allow legacy pull linknames
Cherry Mui
2024-05-15
cmd/link: disallow pull-only linknames
Cherry Mui
2024-05-14
time: more flake removal in asynctimerchan test
Russ Cox
2024-05-08
time: more deflaking asynctimer tests
Russ Cox
2024-05-05
time: use stringslite.Clone
qiulaidongfeng
2024-04-29
time: add notes about monotonic time paused
plasmatium
[next]