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
2020-08-06
[release-branch.go1.14-security] encoding/binary: read at most MaxVarintLen64...
Katie Hockman
2020-07-09
[release-branch.go1.14] encoding/json: revert "avoid work when unquoting stri...
Daniel Martí
2020-05-27
[release-branch.go1.14] encoding/json: don't mangle strings in an edge case w...
Daniel Martí
2020-05-27
[release-branch.go1.14] encoding/json: properly encode strings with ",string"...
Daniel Martí
2019-12-10
all: fix a number of misuses of the word "an"
Daniel Martí
2019-11-20
encoding/base64: document that Strict mode still ignores newlines
Filippo Valsorda
2019-11-11
encoding/json: error when encoding a pointer cycle
Daniel Martí
2019-11-08
Revert "encoding/asn1: fix unmarshalling SEQUENCE OF SET"
Than McIntosh
2019-11-08
encoding/binary: add float support to fast path
Martin Garton
2019-11-08
encoding/asn1: fix unmarshalling SEQUENCE OF SET
kaxapi
2019-11-08
encoding/binary: make Read return an error when data is not a pointer
Udalov Max
2019-11-01
encoding/binary: cache struct sizes to speed up Read and Write
Lorenz Bauer
2019-10-31
encoding/json: avoid work when unquoting strings, take 2
Daniel Martí
2019-10-30
encoding/xml: fix token decoder on early EOF
Sam Whited
2019-10-28
encoding/json: remove allocation when using a Marshaler with value receiver
Phil Pearl
2019-10-27
encoding/json: improve performance of Compact
Phil Pearl
2019-10-16
encoding/json: correct caller's name in encoding errors
Eugene Kalinin
2019-10-11
encoding/json: add Decoder.InputOffset for offset access
Francesco Renzi
2019-10-10
encoding/json: support TextUnmarshaler for map keys with string underlying types
Cuong Manh Le
2019-10-10
encoding/json: stop escaping U+2028 and U+2029 in Compact
Tom Thorogood
2019-09-16
encoding/json: validate strings when decoding into Number
Lucas Bremgartner
2019-09-16
encoding/json: make Number with the ,string option marshal with quotes
Lucas Bremgartner
2019-09-11
encoding/json: encode nil encoding.TextMarshaler instance as "null"
William Poussier
2019-09-11
encoding/json: fix and optimize marshal for quoted string
Lucas Bremgartner
2019-09-11
encoding/base32: increase performance and code reuse
Sven Taute
2019-09-10
encoding/json: don't reset before returning buffer to pool
andig
2019-09-10
encoding/json: don't indirect pointers when decoding null
Romain Baugue
2019-09-09
encoding/asn1: handle ASN1's string type BMPString
sergeilem
2019-09-09
src: gofmt -s
Ainar Garipov
2019-09-09
encoding/json: clarify Unmarshal behavior for map keys
Eli Bendersky
2019-09-08
all: fix typos
Ainar Garipov
2019-09-02
std: remove unused bits of code all over the place
Daniel Martí
2019-09-02
encoding/json: fix scanner byte offset on scanEnd
itchyny
2019-09-01
encoding/json: revert Compact HTML escaping documentation
Tom Thorogood
2019-09-01
encoding/json: fix panic for nil instances of TextMarshaler in map keys
William Poussier
2019-08-28
encoding/xml: rename fInnerXml to fInnerXML
Eddie Scholtz
2019-08-27
encoding/json: remove unnecessary isValidNumber call
Daniel Martí
2019-08-27
encoding/json: fix the broken "overwriting of data" tests
Daniel Martí
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
[next]