aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2025-07-14encoding/json: decompose legacy optionsJoe Tsai
2025-07-14encoding/json/v2: add security section to docJoe Tsai
2025-07-11encoding/json: remove legacy option to EscapeInvalidUTF8Joe Tsai
2025-07-11encoding/json/v2: report wrapped io.ErrUnexpectedEOFJoe Tsai
2025-06-30encoding/json/jsontext: use bytes.Buffer.AvailableBufferJoe Tsai
2025-06-30encoding/json/v2: avoid escaping jsonopts.StructJoe Tsai
2025-06-27encoding/json: add security section to docRoland Shoemaker
2025-06-27encoding/json: fix typo in hotlink for jsontext.PreserveRawStringsJoe Tsai
2025-06-25encoding/json/jsontext: remove Encoder.UnusedBufferJoe Tsai
2025-06-25encoding/json/jsontext: rename Encoder.UnusedBuffer as Encoder.AvailableBufferJoe Tsai
2025-06-24encoding/json: use zstd compressed testdataJoe Tsai
2025-06-24encoding/json/v2: support ISO 8601 durationsJoe Tsai
2025-06-24encoding/json/v2: reject unquoted dash as a JSON field nameJoe Tsai
2025-06-23encoding/json/v2: report error on time.Duration without explicit formatJoe Tsai
2025-06-23encoding/json/jsontext: consistently use JSON terminologyJoe Tsai
2025-06-17encoding/json/jsontext: fix spelling errorKevin Burke
2025-06-11encoding/json/jsontext, encoding/json/v2: document experimental natureDamien Neil
2025-05-20encoding/json: avoid supurious synctest deadlock detectionDamien Neil
2025-04-18encoding/json: add json/v2 with GOEXPERIMENT=jsonv2 guardDamien Neil
2025-04-15encoding/json: correct method comment to reflect actual argumentAlex S
2025-03-14encoding/asn1: make sure implicit fields roundtripRoland Shoemaker
2025-03-13crypto/x509,ecoding/asn1: better handling of weird encodingsRoland Shoemaker
2025-03-05encoding/pem: clarify Decode only works on linesSean Liao
2025-02-25encoding/json: use builtin min function in appendStringJes Cok
2025-02-06encoding/base64: use internal/byteorderIan Lance Taylor
2025-02-03all: replace reflect.Value.Type.Kind with reflect.Value.KindSean Liao
2025-02-03all: run gofmtIan Lance Taylor
2025-01-14encoding/json: cleanup testsJoe Tsai
2025-01-13encoding/json: add cases to TestUnmarshal for fatal syntactic errorsJoe Tsai
2025-01-13encoding/json: always check resulting Go value for unmarshalingJoe Tsai
2025-01-08encoding/json: improve fidelity of TestUnmarshal for NumbersJoe Tsai
2024-12-30encoding/binary: add documentation for endian methodswillboland
2024-12-30encoding/json: remove suggestion on Unmarshaler with JSON nullJoe Tsai
2024-12-27encoding/json: expand and modernize TestInterfaceSetJoe Tsai
2024-12-06encoding/base64, encoding/base32: add doc details to DecodeString and AppendD...Dmytro Yeroshkin
2024-11-21all: fix some function names and typos in commentcuishuang
2024-11-19encoding/json: check exact structure of local error types in testsJoe Tsai
2024-11-08encoding/json, text/template: use reflect.Value.Equal instead of ==Emmanuel T Odeke
2024-10-28all: skip and fix various tests with -asan and -msanMichael Anthony Knyszek
2024-10-23encoding/json: clarify omitempty option for {array,slice,map,string}Jes Cok
2024-10-21encoding/xml: document that embedded interfaces look like non-embedded onesSean Liao
2024-10-08encoding/asn1: use slices.Equal in ObjectIdentifier.EqualTobias Klauser
2024-10-02encoding/json: add omitzero optionJes Cok
2024-09-23encoding/asn1: unmarshal bool values correctly dealing with the ANY typeJes Cok
2024-09-13encoding/gob: make use of maps.CloneJes Cok
2024-09-05encoding/gob: cover missed cases when checking ignore depthRoland Shoemaker
2024-09-04encoding/xml: allow ]]> in attribute valuesDemi Marie Obenour
2024-09-03encoding/json: add embedded structs to the UnmarshalTypeError's Fieldj2gg0s
2024-08-30encoding/base32, encoding/base64: document Decode to short bufferIan Lance Taylor
2024-08-15encoding/json: merge FieldStack if the error's Field exists.j2gg0s