]> Cypherpunks.ru repositories - gostls13.git/history - src/time/time.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / time / time.go
2023-10-03 Tobias Klausertime: fix Time godoc
2023-10-03 Brendan Jackmantime: clarify docs to avoid date calculation pitfalls
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
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-19 Roger Peppetime: implement Compare method
2022-05-17 hopehooktime: add Time.ZoneBounds
2022-05-13 Ian Lance Taylortime: clarify that monotonic clock is not returned...
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 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: remove trailing blank doc comment lines
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-27 Carl Johnsontime: add Duration.Abs
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 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-09-20 Katie Hockman[dev.fuzz] all: merge master (af72ddf) into dev.fuzz
2021-09-17 HowJMaytime: support fractional timezone minutes in MarshalBinary
2021-09-14 Alexander Melentyevall: remove some unused code
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-16 Roland Shoemaker[dev.boringcrypto] all: merge commit 57c115e1 into...
2021-07-30 Gerrit Code ReviewMerge "[dev.cmdgo] all: merge master (9eee0ed) into...
2021-07-28 Jay Conrod[dev.cmdgo] all: merge master (9eee0ed) into dev.cmdgo
2021-07-20 Matthew Dempsky[dev.typeparams] all: merge master (c8f4e61) into dev...
2021-07-19 helloPierstime: correct typo in documentation for UnixMicro
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-06-28 Katie Hockman[dev.fuzz] all: merge master (c95464f) into dev.fuzz
2021-06-21 Cuong Manh Le[dev.typeparams] all: merge master (16e82be) into dev...
2021-06-17 Russ Coxtime: fix receiver for Time.IsDST method
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-03-27 Conrad Irwintime: add Time.Unix{Milli,Micro} and to-Time helpers...
2021-03-17 Andy Pantime: check int64 overflow in Time.addSec
2021-03-15 Joel Courtneytime: add Time.IsDST() to check if its Location is...
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-23 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-22 Ian Lance Taylortime: use extended time format past end of zone transitions
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-02 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-28 PetarDambovalievtime: remove some unnecessary/duplicated global slices
2020-03-27 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-16 Paschalis Tsiliastime: fix time.Before to reuse t.sec(), u.sec()
2020-03-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-01 Shuotime: optimize Time.ISOWeek
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-01-13 Rob Piketime: add a sentence about distant times to time.Time...
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-10-18 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-15 Ian Lance Taylortime: avoid or clarify CEST
2019-09-03 Katie Hockman[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-08-16 Joe TsaiRevert "time: optimize Sub"
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-05-13 Nikita Kryuchkovtime: fix a typo in comments
2019-03-19 Michael Darakanandatime: optimize Sub
2019-03-14 Derek Phantime: add methods to convert duration to microseconds...
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-14 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-11-08 Agniva De Sarkertime: add a missing comma in the documentation of Time
2018-11-08 Agniva De Sarkertime: document that a marshaled time does not include...
2018-11-02 Dmitry Vyukovruntime: move nanotime wrappers to time and poll packages
2018-11-02 Dmitry Vyukovtime: speed up Since and Until
2018-11-02 Dmitry Vyukovruntime, time: refactor startNano handling
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-23 Kazuhiro Seraall: fix typos detected by github.com/client9/misspell
2018-08-21 Sandytime: use secondsPerMinute instead of 60
2018-06-29 Brad Fitzpatricktime: clarify Unix, UnixNano, and In a bit
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-04-13 Ian Lance Taylortime: document that going to sleep may stop the monoton...
2018-04-12 fraenkeltime: don't panic when stringifying Weekday
2018-03-24 Daniel Martíall: remove some unused return parameters
2018-02-26 Kunpei Sakaitime: avoid unnecessary type conversions
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-20 Russ Cox[dev.boringcrypto] all: merge go1.9.2 into dev.boringcrypto
2017-11-19 Ross Chatertime: fix typo in doc
2017-11-04 Russ Coxtime: fix Time package doc paragraph order
2017-10-25 Dmitri Shuralyov[release-branch.go1.9] time: fix documentation of Round...
2017-08-29 Dmitri Shuralyovtime: fix documentation of Round, Truncate behavior...
2017-07-17 Alberto Donizettitime: fix 400 years offset in comment
2017-06-28 Russ Coxtime: fix example in monotonic time comment
2017-06-14 Brad Fitzpatricktime: remove some redundant equality comparison documen...
2017-06-14 Brad Fitzpatricktime: unify the Time.Equals vs == pitfall documentation
2017-06-09 Brad Fitzpatrickall: single space after period
2017-06-06 Russ Coxtime: strip monotonic clock reading in t.UTC, t.Local...
2017-05-24 Nicholas Maniscalcotime: update docs to clarify goroutine-safety expectati...
2017-03-31 Russ Coxtime: test and fix Time.Round, Duration.Round for d...
2017-03-02 Russ Coxtime: strip monotonic time in t.Round, t.Truncate
2017-02-14 Caleb Sparetime: add Duration.Truncate and Duration.Round
2017-02-09 Russ Coxtime: optimize Now on darwin, windows
2017-02-03 Russ Coxtime: record monotonic clock reading in time.Now, for...
2016-11-12 Martin Möhrmanntime: simplify stringification of Month
2016-11-12 Ian Lance Taylortime: use 1e9 rather than 1e-9 in Duration calculations
2016-11-11 Brad Fitzpatricktime: don't panic stringifying the zero Month
2016-11-01 Ian Lance Taylortime: simplify: tell people to not use == with Time...
next