]> Cypherpunks.ru repositories - gostls13.git/history - src/time
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / time /
2023-10-14 cui fliterall: fix function names
2023-10-03 Tobias Klausertime: fix Time godoc
2023-10-03 Brendan Jackmantime: clarify docs to avoid date calculation pitfalls
2023-09-22 Jes Cokall: clean unnecessary casts for test files
2023-09-14 qmuntaltime: unconditionally use RegLoadMUIString on Windows
2023-09-09 Jes Cokall: calculate the median uniformly
2023-08-25 korzhaotime: make time.Until a few nanoseconds faster
2023-08-18 Joe Tsaitime: make Duration.String inlineable
2023-08-11 Russ Coxtime: make time.Since a few nanoseconds faster
2023-08-07 qmuntaltime: amend time resolution docs
2023-08-01 qmuntaltime: mention time resolution in docs
2023-07-20 Ian Lance Taylortime: document that AfterFunc Timer's C field is nil
2023-07-11 Bryan C. Millstime: increase arbitrary upper bound in TestReset to 10s
2023-05-12 Carlos Amedeetime: update windows zoneinfo_abbrs
2023-04-11 Johan Brandhorst... time: add wasip1 support
2023-04-11 Ian Lance Taylortime: update windows zoneinfo_abbrs
2023-03-13 Geon Kimtime: fix timezone lookup logic for non-DST zones
2023-02-16 Oleksandr Redkosrc: rename unexported errors by adding prefix err
2023-02-04 David Andersontime: add /etc/zoneinfo as valid path for tzdata for...
2023-01-29 qmuntaltime: update windows zoneinfo_abbrs
2023-01-20 fangguizhentime: no need to wrap error with errors.New
2023-01-18 Joe Tsaitime: revert strict parsing of RFC 3339
2023-01-17 Russ Coxtime/tzdata: generate zip constant during cmd/dist
2022-12-07 Russ Coxlib/time: update to 2022g/2022g
2022-11-24 Tobias Klauserlib/time, time/tzdata: update to 2022f
2022-11-18 cui fliterall: add missing periods in comments
2022-11-17 Zeke Lutime: avoid creating a parse error from the next chunk...
2022-10-24 Joe Tsaitime: optimize appendInt and appendNanos
2022-10-20 Joe Tsaitime: implement strict RFC 3339 during marshal and...
2022-09-28 Ian Lance Taylortime: add comment explaining >>33 in Now
2022-09-20 Joe Tsaitime: optimize Parse for []byte arguments
2022-09-19 Roger Peppetime: implement Compare method
2022-09-15 Joe Tsaitime: move RFC 3339 optimizations to separate file
2022-09-13 Joe Tsaitime: optimize Parse for RFC3339 and RFC3339Nano
2022-09-08 Joe Tsaitime: optimize FixedZone by caching unnamed zones by...
2022-09-05 cuiweixieruntime: convert local var stop at TestAfterStress...
2022-08-29 Tobias Klausertime: use internal/itoa
2022-08-29 Joe Tsaitime: add fuzz test for Time.appendFormatRFC3339
2022-08-23 Daniel Martíall: append(bytes, str...) works out of the box
2022-08-23 Joe Tsaitime: fix Parse for time zones
2022-08-23 Joe Tsaitime: fix Parse for empty seconds
2022-08-23 Joe Tsaitime: fix Parse to ignore extra sub-nanosecond digits
2022-08-18 Abhinav Guptatime: fix LoadLocation documentation formatting
2022-08-17 Amarjeet Anandtime: optimize GoString
2022-08-11 Dmitri Shuralyovlib/time, time/tzdata: update to 2022b
2022-08-11 Amarjeet Anandtime: optimize Format for RFC3339 and RFC3339Nano
2022-08-09 Joe Tsaitime: add DateTime, DateOnly, and TimeOnly
2022-07-28 Matthew Dempsky[dev.unified] all: merge master (462b78f) into dev...
2022-07-25 Marcus Watkinstime: clarify documentation for allowed formats and...
2022-05-31 Dmitri Shuralyovlib/time, time/tzdata: update to 2022a
2022-05-17 hopehooktime: add Time.ZoneBounds
2022-05-13 Ian Lance Taylortime: clarify that monotonic clock is not returned...
2022-05-08 rlanhellastime: return ENOENT instead of ERROR_PATH_NOT_FOUND...
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-27 cuiweixietime: document hhmmss formats
2022-04-26 Russ Coxtime: fix quickcheck test to avoid wraparounds
2022-04-20 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-11 Russ Coxall: gofmt main repo
2022-04-05 Russ Coxall: separate doc comment from //go: directives
2022-04-05 Russ Coxall: replace `` and '' with “ (U+201C) and ” (U+201D...
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: remove trailing blank doc comment lines
2022-04-01 Russ Coxall: fix various doc comment formatting nits
2022-03-29 Ian Lance Taylorall: use new "unix" build tag where appropriate
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-27 Carl Johnsontime: add Duration.Abs
2022-03-18 Bryan C. Millsinternal/testenv: add GOROOT and use it to fix tests...
2022-03-18 Bryan C. Millstime: fix zoneinfo.zip locating logic when built with...
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-15 Ian Lance Taylortime: document that Parse truncates to nanosecond precision
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-06 Bryan C. Millstime: skip TestTimerModifiedEarlier on plan9/arm
2021-12-13 Russ Coxall: gofmt -w -r 'interface{} -> any' src
2021-11-11 Ian Lance Taylorlib/time, time/tzdata: update to 2021e
2021-11-08 Heschi Kreinick[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-11-05 zhouguangyuantime: fix looking for zone offset when date is close...
2021-11-05 jiahua wangtime: add some examples
2021-11-05 zhouguangyuantime: make Ticker.Reset(0) panic
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-28 Russ Coxall: go fix -fix=buildtag std cmd (except for bootstrap...
2021-10-08 Meng Zhuotime: allow minimum int64 in ParseDuration
2021-10-06 Damien Neiltime: fallback to slower TestTicker test after one...
2021-10-06 Alexander Yastrebovtime: truncate fractional seconds longer than 9 digits
2021-09-30 Leigh McCullochtime: add doc comment about tzdata package
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-17 Riley Avrontime: re-add space-padded day of year to docs
2021-09-17 HowJMaytime: support fractional timezone minutes in MarshalBinary
2021-09-15 Ian Lance Taylorruntime: in adjustTimers back up as far as necessary
2021-09-14 Alexander Melentyevall: remove some unused code
2021-09-10 Josh Bleecher Snydertime: reference -tags=timetzdata in testing panic
2021-09-09 korzhaotime: propagate "," separator for fractional seconds...
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-26 Michael Matloob[dev.cmdgo] all: merge master (5e6a7e9) into dev.cmdgo
2021-08-25 korzhaotime/format: avoid growslice in time.String()/time...
2021-08-25 Michael Matloob[dev.cmdgo] all: merge master (c2f96e6) into dev.cmdgo
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-08-16 astraw99time: update current time comment
2021-08-15 Ian Lance Taylortime/tzdata: update links in comment
2021-08-12 Gerrit Code ReviewMerge "all: REVERSE MERGE dev.typeparams (4d3cc84)...
2021-08-12 Russ Coxtime: fix docs for new comma layouts
next