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-09-29
encoding/asn1: error instead of panic on invalid value to Unmarshal
KimMachineGun
2020-09-25
encoding/json: added docs to UnsupportedValueError
Carlos Alexandro Becker
2020-09-24
encoding/json: detect cyclic maps and slices
lujjjh
2020-09-24
encoding/json: allow semicolon in field key / struct tag
Sean Liao
2020-09-23
encoding/binary: remove TODO in Write and add benchmarks
zhouzhongyuan
2020-09-14
Revert "encoding/json: implement Is on SyntaxError"
Damien Neil
2020-09-14
Revert "encoding/json: implement Is on all errors"
Damien Neil
2020-09-13
encoding/json: implement Is on all errors
Carlos Alexandro Becker
2020-09-12
encoding/json: implement Is on SyntaxError
Carlos Alexandro Becker
2020-08-25
encoding/binary: replace constant literals with named constant (cleanup)
Robert Griesemer
2020-08-18
encoding/asn1: speed up marshal by reducing allocations
Martin Möhrmann
2020-08-06
encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarint
Katie Hockman
2020-07-02
Revert "encoding/json: don't reuse slice elements when decoding"
Daniel Martí
2020-06-29
Revert "encoding/xml: fix reserved namespace check to be case-insensitive"
Ian Lance Taylor
2020-06-15
encoding/json: revert "avoid work when unquoting strings, take 2"
Daniel Martí
2020-05-28
encoding/xml: only initialize nil struct fields when decoding
Daniel Martí
2020-05-28
Revert "encoding/json: reuse values when decoding map elements"
Daniel Martí
2020-05-23
encoding/asn1: document what Unmarshal returns in rest
Roland Shoemaker
2020-05-08
encoding/json: reuse values when decoding map elements
Daniel Martí
2020-05-08
encoding/json: don't mangle strings in an edge case when decoding
Daniel Martí
2020-05-08
encoding/json: properly encode strings with ",string" again
Daniel Martí
2020-05-08
encoding/asn1: sort order of 'SET of' components during Marshal
Roland Shoemaker
2020-05-07
encoding/asn1: only accept minimally encoded base 128 integers
Roland Shoemaker
2020-05-07
encoding/json: don't reuse slice elements when decoding
Daniel Martí
2020-05-05
encoding/csv: optimize Write by giving fieldNeedsQuotes a fast path for when ...
Alex Gaynor
2020-04-22
encoding/base64: improve performance up to 20% total
Kirill Korotaev
2020-04-09
encoding/xml: fix reserved namespace check to be case-insensitive
Tamás Gulácsi
2020-03-03
encoding/hex: remove unused variable from BenchmarkDump
Tim Cooper
2020-02-27
all: fix incorrect channel and API usage in some unit tests
Ziheng Liu
2020-02-26
encoding/json: consolidate the isSpace function
codesoap
2020-02-26
all: avoid string(i) where i has type int
Ian Lance Taylor
2020-02-24
encoding/json: limit max nesting depth
Jordan Liggitt
2020-02-22
encoding/json: fix broken link to json.org
Jon Johnson
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
[prev]
[next]