aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
2022-04-15encoding/binary: add AppendVarint AppendUvarintJoe Tsai
2022-04-12encoding/pem: fix stack overflow in DecodeJulie Qiu
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-27encoding/xml: expose decoder line and columnPatrick Gundlach
2022-03-11encoding/hex: implement Decode with a lookup tableeh-steve
2022-03-04encoding/xml: improve the test coverage, fix minor bugsIskander Sharipov
2022-03-02encoding/binary: add AppendByteOrderJoe Tsai
2022-03-02encoding/json: use reflect.Value.UnsafePointer over PointerJoe Tsai
2022-02-20encoding/xml: embedded reference to substruct causes XML marshaller to panic ...hopehook
2022-01-13all: add a handful of fuzz targetsRoland Shoemaker
2022-01-12Revert "all: add a handful of fuzz targets"Bryan Mills
2022-01-12all: add a handful of fuzz targetsRoland Shoemaker
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-09encoding/xml: add generic encoding testKeith Randall
2021-11-02encoding: simplify some codeJosh Bleecher Snyder
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-19encoding/base64: add examples for Encode/Decode180909
2021-10-11encoding/gob: follow documented io.EOF semanticsDaniel Martí
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-27encoding/base32: Add examples for Encode/Decodejiahua wang
2021-09-21encoding/xml: truncate generic type namesKeith Randall
2021-09-07encoding/gob: optimize decoding of slicekorzhao
2021-09-07encoding/gob: marshal maps using reflect.Value.MapRangekorzhao
2021-08-27encoding/gob: optimize decoding of []byteJoe Tsai
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