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
2019-08-21
Revert "encoding/json: avoid work when unquoting strings"
Filippo Valsorda
2019-08-18
encoding/json: fix format string in the Fuzz func
Dmitry Vyukov
2019-07-31
encoding/json: clarify Marshal behavior for string keys of maps
Eli Bendersky
2019-07-28
all: change some function documentation to be more idiomatic
Dominik Honnef
2019-07-06
encoding/json: obey SetEscapeHTML in all MarshalJSON cases
Daniel Martí
2019-05-22
encoding/gob: properly ignore errors
Leon Klingele
2019-05-22
all: shorten some tests
Russ Cox
2019-05-21
all: remove PEM-encoded private keys from tests
Russ Cox
2019-05-09
encoding/gob: rename encBuffer.WriteByte to writeByte
Russ Cox
2019-05-06
all: simplify code using "gofmt -s -w"
Shulhan
2019-05-04
all: add Unwrap and Is methods to various error types
Damien Neil
2019-04-30
encoding/gob: adding missing fuzz skip to one of the fuzz tests
Brad Fitzpatrick
2019-04-30
encoding/csv: add a Fuzz function
Romain Baugue
2019-04-30
encoding/json: fix Unmarshal hang on recursive pointers
LE Manh Cuong
2019-04-29
encoding/json: add a Fuzz function
Romain Baugue
2019-04-23
encoding/json: document HTML escaping in Compact
Russ Cox
2019-04-23
encoding/json: index names for the struct decoder
Daniel Martí
2019-04-22
encoding/json: avoid work when unquoting strings
Daniel Martí
2019-04-13
encoding/json: remove a bounds check in readValue
Daniel Martí
2019-04-05
encoding/json: use SetBytes in UnmarshalReuse benchmark
Daniel Martí
2019-04-03
encoding/json: speed up tokenization of literals
Daniel Martí
2019-03-18
encoding/json: fix performance regression in the decoder
Daniel Martí
2019-03-13
encoding/base64: speed up the decoder
Daniel Martí
2019-03-08
all: simplify multiple for loops
Daniel Martí
2019-03-08
encoding/gob: update documentation in doc.go for wireType
Rob Pike
2019-03-05
all: join a few chained ifs
Daniel Martí
2019-03-05
encoding/base64: do not slice past output unnecessarily
Russ Cox
2019-03-05
encoding/hex: simplify encoder arithmetic
Daniel Martí
2019-03-05
encoding/json: add Path to UnmarshalTypeError
LE Manh Cuong
2019-03-04
encoding/csv: document that Writer is buffered
Brian Kessler
2019-03-03
encoding/base64: lift nil check out of encode loop
Daniel Martí
2019-03-02
encoding/pem: skip whitespace work on most inputs
Daniel Martí
2019-03-02
encoding/hex: simplify decoder arithmetic
Daniel Martí
2019-03-02
encoding/base64: remove ineffectual assignment in test
Leon Klingele
2019-03-02
encoding/base32: remove ineffectual assignment in test
Leon Klingele
2019-02-27
encoding/json: remove use of DeepEqual for testing errors
Marcel van Lohuizen
2019-02-26
encoding/base32: simplify and speed up decoder
Daniel Martí
2019-02-26
encoding/json: add example for json.HTMLEscape
Ketan Parmar
2019-01-15
encoding/json: add comment for mashalererror struct
GuilhermeCaruso
2018-12-28
encoding/gob: mention that Encoder and Decoder are safe for concurrent use
Mostyn Bramley-Moore
2018-12-12
encoding/xml, encoding/json: docs and examples using custom marshalers
Leigh McCulloch
2018-11-19
encoding/pem: test getLine does not include trailing whitespace
Santhosh Kumar Tekuri
2018-11-02
all: use "reports whether" consistently in the few places that didn't
Brad Fitzpatrick
2018-10-28
encoding/json: add example to Valid
hearot
2018-10-22
encoding/gob: delete out of memory test
Rob Pike
2018-10-22
encoding/gob: increase "tooBig" from 1GB to 8GB on 64-bit machines
Rob Pike
2018-10-16
encoding/json: always verify we can get a field's value
Daniel Martí
2018-10-16
encoding/json: fix "data changed underfoot?" panic
Daniel Martí
2018-10-12
encoding/base64: fix typo in decodeQuantum docs
Mihai Todor
2018-10-06
encoding/json: use isSpace in stateEndTop
Gabriel Aszalos
[next]