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
2025-07-14
encoding/json: decompose legacy options
Joe Tsai
2025-07-14
encoding/json/v2: add security section to doc
Joe Tsai
2025-07-11
encoding/json: remove legacy option to EscapeInvalidUTF8
Joe Tsai
2025-07-11
encoding/json/v2: report wrapped io.ErrUnexpectedEOF
Joe Tsai
2025-06-30
encoding/json/jsontext: use bytes.Buffer.AvailableBuffer
Joe Tsai
2025-06-30
encoding/json/v2: avoid escaping jsonopts.Struct
Joe Tsai
2025-06-27
encoding/json: add security section to doc
Roland Shoemaker
2025-06-27
encoding/json: fix typo in hotlink for jsontext.PreserveRawStrings
Joe Tsai
2025-06-25
encoding/json/jsontext: remove Encoder.UnusedBuffer
Joe Tsai
2025-06-25
encoding/json/jsontext: rename Encoder.UnusedBuffer as Encoder.AvailableBuffer
Joe Tsai
2025-06-24
encoding/json: use zstd compressed testdata
Joe Tsai
2025-06-24
encoding/json/v2: support ISO 8601 durations
Joe Tsai
2025-06-24
encoding/json/v2: reject unquoted dash as a JSON field name
Joe Tsai
2025-06-23
encoding/json/v2: report error on time.Duration without explicit format
Joe Tsai
2025-06-23
encoding/json/jsontext: consistently use JSON terminology
Joe Tsai
2025-06-17
encoding/json/jsontext: fix spelling error
Kevin Burke
2025-06-11
encoding/json/jsontext, encoding/json/v2: document experimental nature
Damien Neil
2025-05-20
encoding/json: avoid supurious synctest deadlock detection
Damien Neil
2025-04-18
encoding/json: add json/v2 with GOEXPERIMENT=jsonv2 guard
Damien Neil
2025-04-15
encoding/json: correct method comment to reflect actual argument
Alex S
2025-03-14
encoding/asn1: make sure implicit fields roundtrip
Roland Shoemaker
2025-03-13
crypto/x509,ecoding/asn1: better handling of weird encodings
Roland Shoemaker
2025-03-05
encoding/pem: clarify Decode only works on lines
Sean Liao
2025-02-25
encoding/json: use builtin min function in appendString
Jes Cok
2025-02-06
encoding/base64: use internal/byteorder
Ian Lance Taylor
2025-02-03
all: replace reflect.Value.Type.Kind with reflect.Value.Kind
Sean Liao
2025-02-03
all: run gofmt
Ian Lance Taylor
2025-01-14
encoding/json: cleanup tests
Joe Tsai
2025-01-13
encoding/json: add cases to TestUnmarshal for fatal syntactic errors
Joe Tsai
2025-01-13
encoding/json: always check resulting Go value for unmarshaling
Joe Tsai
2025-01-08
encoding/json: improve fidelity of TestUnmarshal for Numbers
Joe Tsai
2024-12-30
encoding/binary: add documentation for endian methods
willboland
2024-12-30
encoding/json: remove suggestion on Unmarshaler with JSON null
Joe Tsai
2024-12-27
encoding/json: expand and modernize TestInterfaceSet
Joe Tsai
2024-12-06
encoding/base64, encoding/base32: add doc details to DecodeString and AppendD...
Dmytro Yeroshkin
2024-11-21
all: fix some function names and typos in comment
cuishuang
2024-11-19
encoding/json: check exact structure of local error types in tests
Joe Tsai
2024-11-08
encoding/json, text/template: use reflect.Value.Equal instead of ==
Emmanuel T Odeke
2024-10-28
all: skip and fix various tests with -asan and -msan
Michael Anthony Knyszek
2024-10-23
encoding/json: clarify omitempty option for {array,slice,map,string}
Jes Cok
2024-10-21
encoding/xml: document that embedded interfaces look like non-embedded ones
Sean Liao
2024-10-08
encoding/asn1: use slices.Equal in ObjectIdentifier.Equal
Tobias Klauser
2024-10-02
encoding/json: add omitzero option
Jes Cok
2024-09-23
encoding/asn1: unmarshal bool values correctly dealing with the ANY type
Jes Cok
2024-09-13
encoding/gob: make use of maps.Clone
Jes Cok
2024-09-05
encoding/gob: cover missed cases when checking ignore depth
Roland Shoemaker
2024-09-04
encoding/xml: allow ]]> in attribute values
Demi Marie Obenour
2024-09-03
encoding/json: add embedded structs to the UnmarshalTypeError's Field
j2gg0s
2024-08-30
encoding/base32, encoding/base64: document Decode to short buffer
Ian Lance Taylor
2024-08-15
encoding/json: merge FieldStack if the error's Field exists.
j2gg0s
[next]