aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
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
2023-04-20std: fix various nilness findingsAlan Donovan
2023-04-07encoding/xml: use reflect.Value.GrowDaniel Martí
2023-04-04encoding/binary: add word size to the error message of the failed constraintConstantin Konstantinidis
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-04-04encoding/gob: use reflect.Value.GrowDaniel Martí
2023-04-04encoding/gob: report allocs in benchmarksDaniel Martí
2023-03-29encoding/gob: avoid pointers to fieldTypeDaniel Martí
2023-03-29encoding/gob: reuse calls to TypeOf for wireTypeDaniel Martí
2023-03-29encoding/gob: avoid a pointer to wireType in typeInfoDaniel Martí
2023-03-29encoding/gob: use reflect.Value.IsZeroDaniel Martí
2023-03-29encoding/gob: avoid filling userTypeCache at init timeDaniel Martí
2023-03-29encoding/asn1: improve memory efficiency of ObjectIdentifier.StringMateusz Poliwczak
2023-03-28encoding/asn1: support fractions of a second when unmarshaling GeneralizedTimeMichael Teichgraeber
2023-03-25all: add a few links in package godocsDaniel Martí
2023-03-24encoding/gob: update decgen to generate current dec_helpersIan Lance Taylor