summaryrefslogtreecommitdiff
path: root/src/encoding
Commit message (Expand)AuthorAgeFilesLines
* encoding/xml: wrap charsetReader errorsThuy Linh Luu2023-05-171-1/+4
* encoding/csv: update doc comment of Read methodIvoGoman2023-05-101-2/+3
* std: fix various nilness findingsAlan Donovan2023-04-201-2/+3
* encoding/xml: use reflect.Value.GrowDaniel Martí2023-04-071-2/+4
* encoding/binary: add word size to the error message of the failed constraintConstantin Konstantinidis2023-04-042-1/+25
* all: fix misuses of "a" vs "an"cui fliter2023-04-041-1/+1
* encoding/gob: use reflect.Value.GrowDaniel Martí2023-04-041-4/+4
* encoding/gob: report allocs in benchmarksDaniel Martí2023-04-041-0/+4
* encoding/gob: avoid pointers to fieldTypeDaniel Martí2023-03-291-2/+2
* encoding/gob: reuse calls to TypeOf for wireTypeDaniel Martí2023-03-291-2/+4
* encoding/gob: avoid a pointer to wireType in typeInfoDaniel Martí2023-03-291-10/+10
* encoding/gob: use reflect.Value.IsZeroDaniel Martí2023-03-291-36/+1
* encoding/gob: avoid filling userTypeCache at init timeDaniel Martí2023-03-291-1/+0
* encoding/asn1: improve memory efficiency of ObjectIdentifier.StringMateusz Poliwczak2023-03-292-4/+14
* encoding/asn1: support fractions of a second when unmarshaling GeneralizedTimeMichael Teichgraeber2023-03-282-1/+5
* all: add a few links in package godocsDaniel Martí2023-03-251-1/+1
* encoding/gob: update decgen to generate current dec_helpersIan Lance Taylor2023-03-242-0/+23
* encoding/gob: extend partially allocated string slicesJohan Abildskov2023-03-232-0/+17
* encoding/json: make use of Buffer.AvailableBufferJoe Tsai2023-03-152-14/+5
* encoding/json: simplify folded name logicJoe Tsai2023-02-274-238/+78
* encoding/json: use append for HTMLEscapeJoe Tsai2023-02-272-42/+34
* encoding/json: rely on reflect.Value.SetZeroJoe Tsai2023-02-271-6/+4
* encoding/json: remove legacy fuzz.go fileJoe Tsai2023-02-271-42/+0
* encoding/gob: use reflect.Value.SetZeroDaniel Martí2023-02-271-5/+3
* encoding/json: rely on reflect.Value.GrowJoe Tsai2023-02-271-9/+2
* encoding/json: use append-like operations for encodingJoe Tsai2023-02-241-63/+38
* encoding/json: unify encodeState.string and encodeState.stringBytesJoe Tsai2023-02-242-160/+35
* encoding/json: use append for Compact and IndentJoe Tsai2023-02-243-63/+69
* Revert "hex: fix panic in Decode when len(src) > 2*len(dst)"Joe Tsai2023-02-212-15/+0
* src: rename unexported errors by adding prefix errOleksandr Redko2023-02-162-6/+6
* encoding/hex: fix Decode output check regressionJoe Tsai2023-02-072-5/+8
* encoding/xml: allow overriding by empty namespaceConstantin Konstantinidis2023-01-312-0/+55
* encoding/binary: add String and GoString method to nativeEndiancuiweixie2023-01-301-0/+4
* all: fix problematic commentscui fliter2023-01-301-1/+1
* encoding/binary: add var NativeEndiancuiweixie2023-01-273-0/+38
* hex: fix panic in Decode when len(src) > 2*len(dst)Benjamin Prosnitz2023-01-272-0/+12
* encoding/gob: slightly simplify init codeDaniel Martí2023-01-241-19/+17
* encoding/gob: shave off some init time costDaniel Martí2023-01-203-29/+50
* encoding/csv: use proper doc comment for Deprecated notesRuss Cox2022-12-021-5/+8
* Revert "encoding/xml: disallow empty namespace when prefix is set"Ian Lance Taylor2022-11-292-33/+0
* all: add missing periods in commentscui fliter2022-11-181-1/+1
* encoding/xml: error when more than one colon in qualified namesConstantin Konstantinidis2022-11-092-3/+35
* encoding/xml: disallow empty namespace when prefix is setConstantin Konstantinidis2022-11-092-0/+33
* encoding/xml: error when closing tag does not match opening tagConstantin Konstantinidis2022-11-092-2/+38
* encoding/xml: add check of namespaces to detect field names conflictsConstantin Konstantinidis2022-11-092-1/+91
* all: fix comment typosDan Kortschak2022-11-051-1/+1
* encoding/xml: reduce depth limit on wasmRuss Cox2022-10-312-7/+12
* encoding/gob: support large slices in slice decode helpersIan Lance Taylor2022-10-203-5/+174
* encoding/gob: note pacakge not covered by security policyRoland Shoemaker2022-10-131-4/+5
* all: remove redundant type conversioncui fliter2022-10-062-2/+2