aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
3 dayscrypto/x509: add text and binary marshal methods to OIDMateusz Poliwczak
4 daysencoding/base32: use correct length for unpadded buffer in ReadNiklas Ott
5 daysencoding/csv: clarify that Writer uses different line break than RFC 4180 by ...nobishino
5 daysencoding/binary: simplify encoder.valueLorenz Bauer
10 daysencoding/hex: don't overallocate memory in DecodeStringMateusz Poliwczak
2024-04-29encoding/json: optimize field sorting with slices and cmpaimuz
2024-04-11all: consistently use "IEEE 754" over "IEEE-754"Joe Tsai
2024-04-11encoding/json: use slices to simplify the codeapocelipes
2024-04-05encoding/csv: port the go-fuzz function to native fuzzingDaniel Martí
2024-04-02encoding/json: prevent duplicate slicebytetostringShengyu Zhang
2024-03-28encoding/asn1: simplify appendFourDigitsapocelipes
2024-03-26all: fix a large number of commentscui fliter
2024-03-22encoding/gob: close files used in dump.go and encgen.goguoguangwu
2024-03-20encoding/gob: close output fileguoguangwu
2024-03-14encoding/gob: make x509.Certificate marshalable againRuss Cox
2024-03-13encoding/binary: cache struct sizes to speed up Read and Write for slice of s...kwakubiney
2024-03-08Revert "encoding/xml: reject XML declaration after start of document"Russ Cox
2024-03-06encoding/binary: use built-in clear to simplify codeJes Cok
2024-02-29encoding/json: make use of reflect.Type.{OverflowInt, OverflowUint}Jes Cok
2024-02-28encoding/xml: display closing space in error messageConstantin Konstantinidis
2024-02-27encoding/xml: remove unnecessary fmt.Sprintf callguoguangwu
2024-02-22encoding/xml: reject XML declaration after start of documentAxel Wagner
2024-02-08encoding/xml: rewrite func procInstJes Cok
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