aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2021-04-29encoding/csv: add FieldPos methodRoger Peppe
2021-04-20all: remove redundant spaces before . and ,Yury Smolsky
2021-03-15encoding/xml: replace comments inside directives with a spaceFilippo Valsorda
2021-03-15encoding/xml: handle leading, trailing, or double colons in namesFilippo Valsorda
2021-03-14encoding/json: fix package shadowing in MarshalIndent exampleAriel Mashraki
2021-03-13encoding/gob: ensure "duplicate type received" decoder errors surface upAman Karmani
2021-03-13all: use HTML5 br tagsJohn Bampton
2021-03-10encoding/xml: prevent infinite loop while decodingKatie Hockman
2021-03-08encoding/binary: limit bytes read by Uvarint to <= 10Emmanuel T Odeke
2021-03-05encoding/json: marshal maps using reflect.Value.MapRangeMeng Zhuo
2021-02-25reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai
2021-02-24encoding/json: reduce allocated space in UnmarshalJosh Bleecher Snyder
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-12encoding/asn1: document unmarshaling behavior for IMPLICIT string fieldsEric Chiang
2020-12-01encoding/json: revert "add "json: " prefix to SyntaxError messages"Kevin Burke
2020-11-09encoding/asn1: optimize asn1.UnmarshalDmitrii Okunev
2020-10-21encoding/xml: fix reserved namespace check to be case-insensitiveIan Lance Taylor
2020-10-21encoding/json: add "json: " prefix to SyntaxError messagesKevin Burke
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-05encoding/asn1: clarify use of SET suffixRoland Bracewell Shoemaker
2020-09-29encoding/asn1: error instead of panic on invalid value to UnmarshalKimMachineGun
2020-09-25encoding/json: added docs to UnsupportedValueErrorCarlos Alexandro Becker
2020-09-24encoding/json: detect cyclic maps and sliceslujjjh
2020-09-24encoding/json: allow semicolon in field key / struct tagSean Liao
2020-09-23encoding/binary: remove TODO in Write and add benchmarkszhouzhongyuan
2020-09-14Revert "encoding/json: implement Is on SyntaxError"Damien Neil
2020-09-14Revert "encoding/json: implement Is on all errors"Damien Neil
2020-09-13encoding/json: implement Is on all errorsCarlos Alexandro Becker
2020-09-12encoding/json: implement Is on SyntaxErrorCarlos Alexandro Becker
2020-08-25encoding/binary: replace constant literals with named constant (cleanup)Robert Griesemer
2020-08-18encoding/asn1: speed up marshal by reducing allocationsMartin Möhrmann
2020-08-06encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarintKatie Hockman
2020-07-02Revert "encoding/json: don't reuse slice elements when decoding"Daniel Martí
2020-06-29Revert "encoding/xml: fix reserved namespace check to be case-insensitive"Ian Lance Taylor
2020-06-15encoding/json: revert "avoid work when unquoting strings, take 2"Daniel Martí
2020-05-28encoding/xml: only initialize nil struct fields when decodingDaniel Martí
2020-05-28Revert "encoding/json: reuse values when decoding map elements"Daniel Martí
2020-05-23encoding/asn1: document what Unmarshal returns in restRoland Shoemaker
2020-05-08encoding/json: reuse values when decoding map elementsDaniel Martí
2020-05-08encoding/json: don't mangle strings in an edge case when decodingDaniel Martí
2020-05-08encoding/json: properly encode strings with ",string" againDaniel Martí
2020-05-08encoding/asn1: sort order of 'SET of' components during MarshalRoland Shoemaker
2020-05-07encoding/asn1: only accept minimally encoded base 128 integersRoland Shoemaker
2020-05-07encoding/json: don't reuse slice elements when decodingDaniel Martí
2020-05-05encoding/csv: optimize Write by giving fieldNeedsQuotes a fast path for when ...Alex Gaynor
2020-04-22encoding/base64: improve performance up to 20% totalKirill Korotaev
2020-04-09encoding/xml: fix reserved namespace check to be case-insensitiveTamás Gulácsi
2020-03-03encoding/hex: remove unused variable from BenchmarkDumpTim Cooper
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2020-02-26encoding/json: consolidate the isSpace functioncodesoap