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
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
2022-05-31
lib/time, time/tzdata: update to 2022a
Dmitri Shuralyov
2022-05-17
time: add Time.ZoneBounds
hopehook
2022-05-13
time: clarify that monotonic clock is not returned by t.Unix
Ian Lance Taylor
2022-05-08
time: return ENOENT instead of ERROR_PATH_NOT_FOUND in windows
rlanhellas
2022-04-27
time: document hhmmss formats
cuiweixie
2022-04-26
time: fix quickcheck test to avoid wraparounds
Russ Cox
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-04-05
all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc comments
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2022-03-27
time: add Duration.Abs
Carl Johnson
2022-03-18
internal/testenv: add GOROOT and use it to fix tests broken with -trimpath
Bryan C. Mills
2022-03-18
time: fix zoneinfo.zip locating logic when built with -trimpath
Bryan C. Mills
2022-02-15
time: document that Parse truncates to nanosecond precision
Ian Lance Taylor
2022-01-06
time: skip TestTimerModifiedEarlier on plan9/arm
Bryan C. Mills
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-11
lib/time, time/tzdata: update to 2021e
Ian Lance Taylor
[next]