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
/
encoding
Commit message (
Expand
)
Author
Age
Files
Lines
*
encoding/xml: update docs to follow convention
Sam Whited
2016-07-06
2
-6
/
+6
*
encoding/gob: document Encode, EncodeValue nil pointer panics
Emmanuel Odeke
2016-07-05
3
-13
/
+66
*
encoding/gob: avoid allocating string for map key
David Crawshaw
2016-06-28
1
-3
/
+3
*
encoding/json: copy-on-write cacheTypeFields
David Crawshaw
2016-06-27
1
-10
/
+13
*
encoding/csv: update doc about comments whitespace
Jess Frazelle
2016-06-10
1
-26
/
+27
*
encoding/json: fix docs on valid key names
David Glasser
2016-06-03
1
-2
/
+2
*
encoding/json: improve Decode example
Quentin Smith
2016-05-26
1
-2
/
+1
*
encoding/csv: clarify that this package supports RFC 4180
Ian Lance Taylor
2016-05-25
1
-0
/
+2
*
all: fixed a handful of typos
Robert Griesemer
2016-05-24
1
-1
/
+1
*
encoding/json: rename Indent method to SetIndent
Russ Cox
2016-05-24
2
-6
/
+13
*
encoding/json: change DisableHTMLEscaping to SetEscapeHTML
Russ Cox
2016-05-24
2
-8
/
+13
*
encoding/json: additional tests and fixes for []typedByte encoding/decoding
Russ Cox
2016-05-24
2
-13
/
+208
*
encoding/json: document that object keys are sorted
Scott Bell
2016-05-16
1
-2
/
+2
*
encoding/json: support maps with integer keys
Caleb Spare
2016-05-10
3
-22
/
+158
*
all: fix copy-and-paste errors in tests
Alberto Donizetti
2016-05-06
1
-2
/
+2
*
encoding/json: add Encoder.DisableHTMLEscaping
Caleb Spare
2016-04-22
4
-93
/
+150
*
encoding/gob: document compatibility
Rob Pike
2016-04-22
1
-0
/
+6
*
encoding/json: update docs to not use misuse the term "object"
Brad Fitzpatrick
2016-04-16
3
-11
/
+11
*
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-15
3
-5
/
+5
*
all: replace magic 0x80 with named constant utf8.RuneSelf
Martin Möhrmann
2016-04-10
1
-1
/
+1
*
encoding/json: respect json.Marshaler when encoding byte kind slices
Håvard Haugen
2016-04-06
2
-1
/
+58
*
encoding/json: allow non-string type keys for (un-)marshal
Augusto Roman
2016-04-05
4
-40
/
+123
*
all: use bytes.Equal, bytes.Contains and strings.Contains
Dominik Honnef
2016-04-01
1
-1
/
+1
*
cmd/compile: extend prove pass to handle constant comparisons
Keith Randall
2016-03-31
1
-12
/
+12
*
encoding/asn1: tags should be encoded in minimal form.
David Benjamin
2016-03-25
2
-1
/
+8
*
all: delete dead non-test code
Dominik Honnef
2016-03-25
1
-4
/
+3
*
all: zero mtimes in testdata gz files
Caleb Spare
2016-03-25
1
-0
/
+0
*
encoding/json: add (*Encoder).Indent
Caleb Spare
2016-03-25
2
-1
/
+51
*
encoding/json, internal/testenv: use Fatalf
Dominik Honnef
2016-03-22
1
-1
/
+1
*
encoding/binary: fix bound check
Alexandru Moșoi
2016-03-21
2
-12
/
+39
*
all: delete dead test code
Dominik Honnef
2016-03-21
2
-10
/
+0
*
encoding/binary: don't assume b.N > 0
Marcel van Lohuizen
2016-03-18
1
-3
/
+3
*
encoding/binary: improve error messages for benchmarks
Marcel van Lohuizen
2016-03-18
1
-2
/
+2
*
encoding/binary: remove bound checks from conversions.
Alexandru Moșoi
2016-03-17
1
-2
/
+18
*
encoding/base64: correct DecodedLen overestimate for unpadded encodings
Caleb Spare
2016-03-15
2
-1
/
+46
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
27
-97
/
+97
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
22
-22
/
+22
*
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-29
2
-18
/
+21
*
all: fix typos and spelling
Martin Möhrmann
2016-02-24
3
-4
/
+4
*
encoding/csv: clarify that TrimLeadingSpace can trim the delimiter
Eric Lagergren
2016-02-24
1
-0
/
+2
*
encoding/hex: minor cleanup
Josh Bleecher Snyder
2016-02-21
1
-1
/
+1
*
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2016-02-19
5
-9
/
+9
*
encoding/xml: update docs for Token
Russ Cox
2016-01-24
1
-1
/
+2
*
encoding/json: doc: Decode only writes to exported fields
Ian Lance Taylor
2016-01-08
1
-0
/
+1
*
encoding/base64: fix streaming decode of padding-free base64
Russ Cox
2016-01-08
2
-29
/
+72
*
encoding/asn1: fix off-by-one in parseBase128Int.
David Benjamin
2016-01-06
2
-1
/
+3
*
encoding/pem: make TestFuzz testing/quick safe
Matt T. Proud
2015-12-08
1
-10
/
+18
*
encoding/json: document Indent's preservation of trailing spaces
Russ Cox
2015-12-08
1
-2
/
+6
*
encoding/gob: document behavior of zero-valued arrays, slices, and maps
Rob Pike
2015-12-07
1
-12
/
+14
*
encoding/json: streamline, unexport valid Number checking
Russ Cox
2015-12-04
3
-101
/
+44
[next]