index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
Commit message (
Expand
)
Author
Age
Files
Lines
*
time: make Parse validate day's lower bound in addition to upper bound
Brad Fitzpatrick
2016-11-22
2
-1
/
+2
*
time: simplify stringification of Month
Martin Möhrmann
2016-11-12
1
-7
/
+3
*
time: use 1e9 rather than 1e-9 in Duration calculations
Ian Lance Taylor
2016-11-12
2
-3
/
+20
*
time: don't panic stringifying the zero Month
Brad Fitzpatrick
2016-11-11
2
-3
/
+21
*
time: update Timer.Stop doc to account for AfterFunc
Russ Cox
2016-11-11
1
-1
/
+7
*
time: document that only Jan and January, Mon and Monday are recognized
Russ Cox
2016-11-03
1
-0
/
+7
*
time: simplify: tell people to not use == with Time values
Ian Lance Taylor
2016-11-01
1
-1
/
+1
*
time: clarify Equal docs
Ian Lance Taylor
2016-10-28
1
-2
/
+1
*
time: revise Timer comments for Stop, Reset
Russ Cox
2016-10-18
1
-4
/
+14
*
time: be consistent about representation of UTC location in Time struct
Russ Cox
2016-10-18
3
-15
/
+41
*
encoding/json: fix decoding of null into Unmarshaler, TextUnmarshaler
Russ Cox
2016-10-17
1
-0
/
+4
*
time: document that calendrical calculations are with no leap seconds
Brad Fitzpatrick
2016-10-06
1
-1
/
+2
*
time: fix AddDate with nil location
Simon Rawet
2016-10-06
2
-1
/
+93
*
time: update comment to reflect correct file path.
Mike Appleby
2016-10-01
1
-1
/
+1
*
time: update test for tzdata-2016g
Alberto Donizetti
2016-09-29
1
-2
/
+5
*
time: allow long fractions in ParseDuration
Rob Pike
2016-09-19
2
-7
/
+36
*
time: document in UnixNano when the value is valid
Joe Tsai
2016-09-14
1
-2
/
+3
*
time: improve Truncate and Round documentation
Quentin Smith
2016-09-12
2
-10
/
+18
*
time: Add Until helper function
Sam Whited
2016-08-30
1
-0
/
+6
*
time: always use $GOROOT/lib/time/zoneinfo.zip with genzabbrs.go
Alex Brainman
2016-08-28
3
-84
/
+103
*
time: fix optional fractional seconds range err
Gabriel Russell
2016-08-23
2
-0
/
+3
*
time: load time zones from the system tzdata file on Android
Elias Naur
2016-08-23
4
-1
/
+150
*
all: fix "result not used" vet warnings
Josh Bleecher Snyder
2016-08-16
1
-1
/
+1
*
time: update documentation for Duration.String regarding the zero value
Rob Pike
2016-06-24
1
-2
/
+1
*
time: document that RFC822/1123 don't parse all RFC formats
Ian Lance Taylor
2016-06-09
1
-0
/
+3
*
time: genzabbrs.go skips Feb when checking months
Kenny Grant
2016-06-09
1
-1
/
+1
*
time: warn about correct use of a Timer's Stop/Reset methods
Andrew Gerrand
2016-06-06
1
-0
/
+22
*
time: run genzabbrs.go with new source data
Kenny Grant
2016-05-23
1
-15
/
+25
*
time: document that After uses memory until duration times out
Brad Fitzpatrick
2016-05-20
1
-0
/
+3
*
time: set Local.name on windows
Alex Brainman
2016-05-14
2
-0
/
+11
*
time: don't depend on the io package
Brad Fitzpatrick
2016-05-09
4
-9
/
+13
*
all: use SeekStart, SeekCurrent, SeekEnd
Joe Tsai
2016-05-06
3
-6
/
+9
*
time: print zero duration as 0s, not 0
Rob Pike
2016-04-21
2
-2
/
+2
*
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-15
2
-5
/
+5
*
all: delete dead non-test code
Dominik Honnef
2016-03-25
1
-3
/
+0
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
8
-27
/
+27
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
1
-1
/
+1
*
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-29
1
-4
/
+6
*
time: document Tick will return nil if d <= 0
Shenghou Ma
2016-02-29
1
-0
/
+1
*
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2016-02-19
1
-1
/
+1
*
time: fix comment about use of Location.cacheEnd
Ian Lance Taylor
2016-01-26
1
-1
/
+1
*
time: restore old error text for day out of range
Russ Cox
2016-01-08
2
-4
/
+4
*
time: document that RFC1123 is wrong for times in UTC
Russ Cox
2016-01-06
1
-0
/
+7
*
time: reject invalid day of month in Parse
Rob Pike
2015-12-10
2
-3
/
+56
*
time: fix handling of -07, handle Z07
Ian Lance Taylor
2015-12-02
2
-6
/
+17
*
time: _2006 is a literal _, followed by 2006
Edward Muller
2015-11-18
2
-1
/
+24
*
time: allow any one- or two-digit day of the month when parsing.
Rob Pike
2015-09-10
2
-1
/
+10
*
time: fixed handling of "5" in Format's layout string
Marvin Stenger
2015-09-09
2
-1
/
+11
*
time: fix 400 year offset in comment
Ian Lance Taylor
2015-08-29
1
-1
/
+1
*
time: handle localized time zone names
Daniel Johansson
2015-08-26
2
-17
/
+37
[next]