aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2024-01-25encoding/json: optimize isValidNumber functionShulhan
2024-01-25encoding/binary: add benchmark for writing slice of uint8Shulhan
2023-10-18encoding/json: use reflect.Value.IsZeroandig
2023-10-12encoding/xml: use reflect.Value.IsZeroapocelipes
2023-10-06encoding/json: fix appendCompact escapingAlexander Yastrebov
2023-09-27all: use the indefinite article an in commentsJes Cok
2023-09-08encoding: modernize Go documentationJoe Tsai
2023-09-07encoding/xml: use reflect.Value.Bytes on addressable arraysDaniel Martí
2023-09-07encoding/gob: fix typo in comment for decAllocJes Cok
2023-09-07encoding/gob: make comment more idiomatic for *Encoder.writerJes Cok
2023-09-07encoding/gob: swap 'err, i' to correct verbs in decUint8SliceJes Cok
2023-09-03encoding: show the alphabet for base32 and base64Joe Tsai
2023-09-02encoding/gob: add comma in field comment of userTypeInfo for consistencyJes Cok
2023-08-31all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWi...Jes Cok
2023-08-30encoding/xml: overriding by empty namespace when no new name declarationxuri
2023-08-30encoding/asn1: use reflect.TypeFor for known typesapocelipes
2023-08-29encoding/json: adjust comment about encoding \b and \fChristian Höppner
2023-08-25encoding/json: modernize testsJoe Tsai
2023-08-25encoding/json: avoid allocation when decoding number typeskorzhao
2023-08-25encoding/json: optimize Marshal for mapskorzhao
2023-08-23encoding/json: encode \b and \f as '\b' and '\f' in JSON stringsJoe Tsai
2023-08-19encoding/csv: correct Column docsIan Lance Taylor
2023-08-19encoding/gob: prevent panic from index out of range in Decoder.typeStringAndy Pan
2023-08-19encoding: optimize growth behavior in Encoding.AppendDecodeJoe Tsai
2023-08-18encoding/json: use base64.Encoding.AppendEncodeAndy Pan
2023-08-18encoding: require unique alphabet for base32 and base64Joe Tsai
2023-08-17encoding: reject negative runes in Encoding.WithPaddingJoe Tsai
2023-08-17encoding: add AppendEncode and AppendDecodeJoe Tsai
2023-08-14encoding/json: declare hex as a constJes Cok
2023-08-07all: add a few more godoc linksDaniel Martí
2023-08-07encoding/base32: optimize Encodekorzhao
2023-08-07encoding/xml, image/jpeg, image/png: use the builtin min functionapocelipes
2023-08-03encoding/gob: skip TestLargeSlice on machines with small address spacemiller
2023-08-02encoding/json: adjust comment to keep the same style as comment aboveJes Cok
2023-08-01encoding/json: replace "between or" with "between and" in commentJes Cok
2023-08-01encoding/json: use reflect.TypeFor for known typesIan Lance Taylor
2023-08-01encoding/xml: use reflect.TypeFor for known typesIan Lance Taylor
2023-08-01encoding/gob: use reflect.TypeFor for known typesIan Lance Taylor
2023-07-31encoding/json: optimize Unmarshal for mapskorzhao
2023-07-29encoding/json: replace dead link in appendStringkorzhao
2023-07-27reflect: deprecate PtrToqiulaidongfeng
2023-07-26encoding/base32: reduce overflow risk when calc encode/decode lenchanxuehong
2023-07-21encoding/base64: reduce the overflow risk when computing encode/decode lengthchanxuehong
2023-07-18all: fix typosJes Cok
2023-06-27encoding: document that base32 and base64 do not use UTF-8Joe Tsai
2023-06-20encoding/binary: on invalid type return -1 from SizeIan Lance Taylor
2023-05-25encoding/json: document unsupported float valuesSean Liao
2023-05-23encoding: document when marshaling methods can be addedSean Liao
2023-05-17encoding/xml: wrap charsetReader errorsThuy Linh Luu
2023-05-10encoding/csv: update doc comment of Read methodIvoGoman