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
*
all: make spelling consistent
Brad Fitzpatrick
2016-12-08
1
-1
/
+1
*
encoding/binary: document the new bool support
Brad Fitzpatrick
2016-12-01
1
-1
/
+4
*
encoding/json: document what happens to MarshalText's result
Russ Cox
2016-11-22
1
-1
/
+1
*
encoding/hex: Document DecodedLen.
Thordur Bjornsson
2016-11-13
1
-0
/
+3
*
all: spell "marshal" and "unmarshal" consistently
Dmitri Shuralyov
2016-11-12
7
-18
/
+18
*
encoding/json: encode nil Marshaler as "null"
Emmanuel Odeke
2016-11-11
2
-1
/
+43
*
encoding/xml: check type when unmarshaling innerxml field
Quentin Smith
2016-11-09
2
-1
/
+22
*
all: sprinkle t.Parallel on some slow tests
Brad Fitzpatrick
2016-11-04
2
-0
/
+3
*
encoding/json: example on MarshalJSON, UnmarshalJSON
Emmanuel Odeke
2016-11-03
1
-0
/
+73
*
encoding/asn1: document that default:x tag only has meaning with optional tag
Russ Cox
2016-11-03
1
-1
/
+1
*
encoding/asn1: return error for unexported fields in Marshal, Unmarshal
Hiroshi Ioka
2016-11-03
3
-1
/
+43
*
encoding/json: marshal with null when RawMessage is nil
Joe Tsai
2016-11-01
2
-33
/
+100
*
encoding/csv: document Read error behavior
Russ Cox
2016-10-28
1
-2
/
+6
*
encoding/json: marshal the RawMessage value type the same as its pointer type
Brad Fitzpatrick
2016-10-26
2
-4
/
+17
*
encoding/json: fix bad formatting introduced in CL 20356
Russ Cox
2016-10-24
1
-2
/
+2
*
encoding/xml: add wildcard support for collecting all attributes
Russ Cox
2016-10-18
4
-27
/
+140
*
encoding/asn1: return error instead of dereferencing nil *big.Int in marshaling
Hiroshi Ioka
2016-10-17
3
-8
/
+40
*
encoding/json: fix decoding of null into Unmarshaler, TextUnmarshaler
Russ Cox
2016-10-17
2
-37
/
+219
*
encoding/pem: add Decode example
Victor Vrantchan
2016-10-17
1
-0
/
+44
*
encoding/xml: split attribute marshaling into its own method
Russ Cox
2016-10-13
1
-62
/
+70
*
encoding/json: handle misspelled JSON literals in ,string
Russ Cox
2016-10-13
2
-1
/
+27
*
encoding/xml: prevent omitempty from omitting non-nil pointers to empty values
Allan Simon
2016-10-13
2
-9
/
+17
*
encoding/base64: This change modifies Go to take strict option when decoding ...
Xuyang Kang
2016-10-12
2
-3
/
+42
*
encoding/json: explicitly document and test "-" key tag
Richard Gibson
2016-10-06
2
-12
/
+32
*
encoding/json: add struct and field name to UnmarshalTypeError message
Jirka Daněk
2016-10-05
2
-34
/
+90
*
encoding/json: use standard ES6 formatting for numbers during marshal
Russ Cox
2016-10-05
3
-1
/
+143
*
encoding/csv: avoid allocations when reading records
Justin Nuß
2016-10-05
1
-15
/
+45
*
encoding/csv: update and add CSV reading benchmarks
Brad Fitzpatrick
2016-10-05
1
-8
/
+64
*
all: use sort.Slice where applicable
Brad Fitzpatrick
2016-10-04
1
-33
/
+17
*
encoding/binary: add bool support
Blixt
2016-09-28
2
-8
/
+85
*
encoding/json: fix a bug in the documentation
mike andrews
2016-09-27
1
-1
/
+2
*
encoding/asn1: reduce allocations in Marshal
Hiroshi Ioka
2016-09-13
3
-314
/
+317
*
encoding/hex: fix example function name
Josh Bleecher Snyder
2016-09-10
1
-1
/
+1
*
encoding/hex: implement examples using all exported functions
Emmanuel Odeke
2016-09-08
2
-3
/
+102
*
encoding/json: Use a lookup table for safe characters
Kevin Burke
2016-09-08
2
-4
/
+220
*
encoding/xml: do not ignore error return from copyValue
Eric Lagergren
2016-08-22
2
-5
/
+17
*
encoding/gob: error out instead of panicking on nil dereference
Emmanuel Odeke
2016-08-19
2
-0
/
+17
*
encoding/pem: be stricter about the ending line.
Adam Langley
2016-08-19
2
-1
/
+60
*
encoding/hex: change lookup table from string to array
Alberto Donizetti
2016-08-17
2
-1
/
+20
*
encoding/json: add example for RawMessage marshalling
Carlos C
2016-08-16
1
-1
/
+25
*
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
[next]