index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
Age
Commit message (
Expand
)
Author
2017-03-06
encoding/base64: fix decode reports incorrect index
Josselin Costanzi
2017-03-06
encoding/gob: remove unused ut and atyp parameters
Daniel Martí
2017-03-06
encoding/xml: remove unused start parameter
Daniel Martí
2017-03-01
encoding/pem: refuse extra data on ending line
Joe Shaw
2017-02-14
encoding/xml: fix incorrect indirect code in chardata, comment, innerxml fields
Russ Cox
2017-02-14
cmd/compile/internal/ssa: combine 2 byte loads + shifts into word load + rolw...
Kirill Smelkov
2017-02-10
encoding/json: clarify documention for Unmarshal into a pointer.
Tuo Shan
2017-02-07
encoding/json: add Valid for checking validity of input bytes
Matt Layher
2017-02-03
time: record monotonic clock reading in time.Now, for more accurate comparisons
Russ Cox
2016-12-08
all: make spelling consistent
Brad Fitzpatrick
2016-12-01
encoding/binary: document the new bool support
Brad Fitzpatrick
2016-11-22
encoding/json: document what happens to MarshalText's result
Russ Cox
2016-11-13
encoding/hex: Document DecodedLen.
Thordur Bjornsson
2016-11-12
all: spell "marshal" and "unmarshal" consistently
Dmitri Shuralyov
2016-11-11
encoding/json: encode nil Marshaler as "null"
Emmanuel Odeke
2016-11-09
encoding/xml: check type when unmarshaling innerxml field
Quentin Smith
2016-11-04
all: sprinkle t.Parallel on some slow tests
Brad Fitzpatrick
2016-11-03
encoding/json: example on MarshalJSON, UnmarshalJSON
Emmanuel Odeke
2016-11-03
encoding/asn1: document that default:x tag only has meaning with optional tag
Russ Cox
2016-11-03
encoding/asn1: return error for unexported fields in Marshal, Unmarshal
Hiroshi Ioka
2016-11-01
encoding/json: marshal with null when RawMessage is nil
Joe Tsai
2016-10-28
encoding/csv: document Read error behavior
Russ Cox
2016-10-26
encoding/json: marshal the RawMessage value type the same as its pointer type
Brad Fitzpatrick
2016-10-24
encoding/json: fix bad formatting introduced in CL 20356
Russ Cox
2016-10-18
encoding/xml: add wildcard support for collecting all attributes
Russ Cox
2016-10-17
encoding/asn1: return error instead of dereferencing nil *big.Int in marshaling
Hiroshi Ioka
2016-10-17
encoding/json: fix decoding of null into Unmarshaler, TextUnmarshaler
Russ Cox
2016-10-17
encoding/pem: add Decode example
Victor Vrantchan
2016-10-13
encoding/xml: split attribute marshaling into its own method
Russ Cox
2016-10-13
encoding/json: handle misspelled JSON literals in ,string
Russ Cox
2016-10-13
encoding/xml: prevent omitempty from omitting non-nil pointers to empty values
Allan Simon
2016-10-12
encoding/base64: This change modifies Go to take strict option when decoding ...
Xuyang Kang
2016-10-06
encoding/json: explicitly document and test "-" key tag
Richard Gibson
2016-10-05
encoding/json: add struct and field name to UnmarshalTypeError message
Jirka Daněk
2016-10-05
encoding/json: use standard ES6 formatting for numbers during marshal
Russ Cox
2016-10-05
encoding/csv: avoid allocations when reading records
Justin Nuß
2016-10-05
encoding/csv: update and add CSV reading benchmarks
Brad Fitzpatrick
2016-10-04
all: use sort.Slice where applicable
Brad Fitzpatrick
2016-09-28
encoding/binary: add bool support
Blixt
2016-09-27
encoding/json: fix a bug in the documentation
mike andrews
2016-09-13
encoding/asn1: reduce allocations in Marshal
Hiroshi Ioka
2016-09-10
encoding/hex: fix example function name
Josh Bleecher Snyder
2016-09-08
encoding/hex: implement examples using all exported functions
Emmanuel Odeke
2016-09-08
encoding/json: Use a lookup table for safe characters
Kevin Burke
2016-08-22
encoding/xml: do not ignore error return from copyValue
Eric Lagergren
2016-08-19
encoding/gob: error out instead of panicking on nil dereference
Emmanuel Odeke
2016-08-19
encoding/pem: be stricter about the ending line.
Adam Langley
2016-08-17
encoding/hex: change lookup table from string to array
Alberto Donizetti
2016-08-16
encoding/json: add example for RawMessage marshalling
Carlos C
2016-07-06
encoding/xml: update docs to follow convention
Sam Whited
[prev]
[next]