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-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
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
2023-01-29
time: update windows zoneinfo_abbrs
qmuntal
2023-01-20
time: no need to wrap error with errors.New
fangguizhen
2023-01-18
time: revert strict parsing of RFC 3339
Joe Tsai
2023-01-17
time/tzdata: generate zip constant during cmd/dist
Russ Cox
2022-12-07
lib/time: update to 2022g/2022g
Russ Cox
2022-11-24
lib/time, time/tzdata: update to 2022f
Tobias Klauser
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-17
time: avoid creating a parse error from the next chunk of the value
Zeke Lu
2022-10-24
time: optimize appendInt and appendNanos
Joe Tsai
2022-10-20
time: implement strict RFC 3339 during marshal and unmarshal
Joe Tsai
2022-09-28
time: add comment explaining >>33 in Now
Ian Lance Taylor
2022-09-20
time: optimize Parse for []byte arguments
Joe Tsai
2022-09-19
time: implement Compare method
Roger Peppe
2022-09-15
time: move RFC 3339 optimizations to separate file
Joe Tsai
2022-09-13
time: optimize Parse for RFC3339 and RFC3339Nano
Joe Tsai
2022-09-08
time: optimize FixedZone by caching unnamed zones by the hour
Joe Tsai
2022-09-05
runtime: convert local var stop at TestAfterStress to atomic type
cuiweixie
2022-08-29
time: use internal/itoa
Tobias Klauser
2022-08-29
time: add fuzz test for Time.appendFormatRFC3339
Joe Tsai
2022-08-23
all: append(bytes, str...) works out of the box
Daniel MartÃ
2022-08-23
time: fix Parse for time zones
Joe Tsai
2022-08-23
time: fix Parse for empty seconds
Joe Tsai
2022-08-23
time: fix Parse to ignore extra sub-nanosecond digits
Joe Tsai
2022-08-18
time: fix LoadLocation documentation formatting
Abhinav Gupta
2022-08-17
time: optimize GoString
Amarjeet Anand
2022-08-11
lib/time, time/tzdata: update to 2022b
Dmitri Shuralyov
2022-08-11
time: optimize Format for RFC3339 and RFC3339Nano
Amarjeet Anand
2022-08-09
time: add DateTime, DateOnly, and TimeOnly
Joe Tsai
2022-07-25
time: clarify documentation for allowed formats and add tests to prove them
Marcus Watkins
[next]