aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
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
2023-03-23encoding/gob: extend partially allocated string slicesJohan Abildskov
2023-03-15encoding/json: make use of Buffer.AvailableBufferJoe Tsai
2023-02-27encoding/json: simplify folded name logicJoe Tsai
2023-02-27encoding/json: use append for HTMLEscapeJoe Tsai
2023-02-27encoding/json: rely on reflect.Value.SetZeroJoe Tsai
2023-02-27encoding/json: remove legacy fuzz.go fileJoe Tsai
2023-02-27encoding/gob: use reflect.Value.SetZeroDaniel Martí
2023-02-27encoding/json: rely on reflect.Value.GrowJoe Tsai
2023-02-24encoding/json: use append-like operations for encodingJoe Tsai
2023-02-24encoding/json: unify encodeState.string and encodeState.stringBytesJoe Tsai
2023-02-24encoding/json: use append for Compact and IndentJoe Tsai
2023-02-21Revert "hex: fix panic in Decode when len(src) > 2*len(dst)"Joe Tsai
2023-02-16src: rename unexported errors by adding prefix errOleksandr Redko
2023-02-07encoding/hex: fix Decode output check regressionJoe Tsai
2023-01-31encoding/xml: allow overriding by empty namespaceConstantin Konstantinidis
2023-01-30encoding/binary: add String and GoString method to nativeEndiancuiweixie
2023-01-30all: fix problematic commentscui fliter
2023-01-27encoding/binary: add var NativeEndiancuiweixie
2023-01-27hex: fix panic in Decode when len(src) > 2*len(dst)Benjamin Prosnitz
2023-01-24encoding/gob: slightly simplify init codeDaniel Martí
2023-01-20encoding/gob: shave off some init time costDaniel Martí
2022-12-02encoding/csv: use proper doc comment for Deprecated notesRuss Cox
2022-11-29Revert "encoding/xml: disallow empty namespace when prefix is set"Ian Lance Taylor
2022-11-18all: add missing periods in commentscui fliter
2022-11-09encoding/xml: error when more than one colon in qualified namesConstantin Konstantinidis
2022-11-09encoding/xml: disallow empty namespace when prefix is setConstantin Konstantinidis
2022-11-09encoding/xml: error when closing tag does not match opening tagConstantin Konstantinidis
2022-11-09encoding/xml: add check of namespaces to detect field names conflictsConstantin Konstantinidis
2022-11-05all: fix comment typosDan Kortschak
2022-10-31encoding/xml: reduce depth limit on wasmRuss Cox
2022-10-20encoding/gob: support large slices in slice decode helpersIan Lance Taylor
2022-10-13encoding/gob: note pacakge not covered by security policyRoland Shoemaker
2022-10-06all: remove redundant type conversioncui fliter
2022-10-04encoding/asn1: remove allocation from initTomasz Jezierski
2022-10-04encoding/gob: prevent a decoder state overflowDaniel Martí