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
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
2024-04-25
time: deflake TestChan/asynctimerchan=1 tests
Russ Cox
2024-04-04
time: add available godoc link
cui fliter
2024-03-22
runtime: add fast path for (*timers).adjust
Ian Lance Taylor
2024-03-21
time: fix typo in comment
WuGuangyao
2024-03-15
time: fix longtest flake
Russ Cox
2024-03-14
time: avoid stale receives after Timer/Ticker Stop/Reset return
Russ Cox
2024-03-14
time: replace time.Now().Sub call with time.Since in test
guoguangwu
2024-03-14
runtime: fix lost sleep causing TestZeroTimer flakes
Russ Cox
2024-03-13
time: garbage collect unstopped Tickers and Timers
Russ Cox
2024-03-13
time: clean up benchmarks
Russ Cox
2024-03-13
runtime: clean up timer state
Russ Cox
2024-03-11
time: fix typo in BenchmarkReset
qiulaidongfeng
2024-03-09
time: disable TestLongAdjustTimers on android/ios
Russ Cox
2024-03-09
time: move runtimeTimer out of Timer struct
Russ Cox
2024-03-08
time: make sure tests avoid the special-case channel code
Russ Cox
2024-03-08
time: gracefully handle ts.zombies underflow
Russ Cox
2024-02-29
runtime: move per-P timers state into its own struct
Russ Cox
2024-02-28
runtime: delete addtimer
Russ Cox
2024-02-27
runtime: disable use of runnext on wasm
Michael Pratt
2024-02-26
time: use bytealg.IndexByte in byteString
Tobias Klauser
2024-02-19
runtime: use a high res timer to signal io completion ports on windows
qmuntal
2024-02-13
time: fix typo in ExampleParseDuration
Rob Pike
2024-02-08
time: fix FuzzFormatRFC3339 nano comparison
Jorropo
2024-01-30
Revert "runtime: disable use of runnext on wasm"
Michael Pratt
2024-01-29
runtime: disable use of runnext on wasm
Michael Pratt
2024-01-22
time: add a regression test for time.AfterFunc goroutine starvation
Bryan C. Mills
2023-10-14
all: fix function names
cui fliter
2023-10-03
time: fix Time godoc
Tobias Klauser
2023-10-03
time: clarify docs to avoid date calculation pitfalls
Brendan Jackman
2023-09-22
all: clean unnecessary casts for test files
Jes Cok
2023-09-14
time: unconditionally use RegLoadMUIString on Windows
qmuntal
2023-09-09
all: calculate the median uniformly
Jes Cok
2023-08-25
time: make time.Until a few nanoseconds faster
korzhao
2023-08-18
time: make Duration.String inlineable
Joe Tsai
2023-08-11
time: make time.Since a few nanoseconds faster
Russ Cox
2023-08-07
time: amend time resolution docs
qmuntal
2023-08-01
time: mention time resolution in docs
qmuntal
2023-07-20
time: document that AfterFunc Timer's C field is nil
Ian Lance Taylor
2023-07-11
time: increase arbitrary upper bound in TestReset to 10s
Bryan C. Mills
2023-05-12
time: update windows zoneinfo_abbrs
Carlos Amedee
2023-04-11
time: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-11
time: update windows zoneinfo_abbrs
Ian Lance Taylor
2023-03-13
time: fix timezone lookup logic for non-DST zones
Geon Kim
2023-02-16
src: rename unexported errors by adding prefix err
Oleksandr Redko
2023-02-04
time: add /etc/zoneinfo as valid path for tzdata for NixOS
David Anderson
[prev]
[next]