aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml
AgeCommit message (Expand)Author
2025-02-03all: replace reflect.Value.Type.Kind with reflect.Value.KindSean Liao
2025-02-03all: run gofmtIan Lance Taylor
2024-10-21encoding/xml: document that embedded interfaces look like non-embedded onesSean Liao
2024-09-04encoding/xml: allow ]]> in attribute valuesDemi Marie Obenour
2024-03-26all: fix a large number of commentscui fliter
2024-03-08Revert "encoding/xml: reject XML declaration after start of document"Russ Cox
2024-02-28encoding/xml: display closing space in error messageConstantin Konstantinidis
2024-02-27encoding/xml: remove unnecessary fmt.Sprintf callguoguangwu
2024-02-22encoding/xml: reject XML declaration after start of documentAxel Wagner
2024-02-08encoding/xml: rewrite func procInstJes Cok
2023-10-12encoding/xml: use reflect.Value.IsZeroapocelipes
2023-09-27all: use the indefinite article an in commentsJes Cok
2023-09-08encoding: modernize Go documentationJoe Tsai
2023-09-07encoding/xml: use reflect.Value.Bytes on addressable arraysDaniel Martí
2023-08-30encoding/xml: overriding by empty namespace when no new name declarationxuri
2023-08-07encoding/xml, image/jpeg, image/png: use the builtin min functionapocelipes
2023-08-01encoding/xml: use reflect.TypeFor for known typesIan Lance Taylor
2023-05-17encoding/xml: wrap charsetReader errorsThuy Linh Luu
2023-04-20std: fix various nilness findingsAlan Donovan
2023-04-07encoding/xml: use reflect.Value.GrowDaniel Martí
2023-01-31encoding/xml: allow overriding by empty namespaceConstantin Konstantinidis
2022-11-29Revert "encoding/xml: disallow empty namespace when prefix is set"Ian Lance Taylor
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-09-28encoding/xml: use bytes.Clonecuiweixie
2022-09-06encoding: use strings.Buildercuiweixie
2022-08-23encoding/xml: add (*Encoder).CloseAxel Wagner
2022-08-09encoding/xml: use bytes.Buffer.WriteStringDaniel Martí
2022-07-14encoding/xml: skip TestCVE202230633 for short testsRoland Shoemaker
2022-07-12encoding/xml: use iterative Skip, rather than recursiveRoland Shoemaker
2022-07-12encoding/xml: limit depth of nesting in unmarshalRoland Shoemaker
2022-06-22encoding/xml: check nil pointer in DecodeElementshaoliming
2022-05-17all: fix spellingJohn Bampton
2022-04-11all: gofmt main repoRuss Cox
2022-03-27encoding/xml: expose decoder line and columnPatrick Gundlach
2022-03-04encoding/xml: improve the test coverage, fix minor bugsIskander Sharipov
2022-02-20encoding/xml: embedded reference to substruct causes XML marshaller to panic ...hopehook
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-09encoding/xml: add generic encoding testKeith Randall
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-09-21encoding/xml: truncate generic type namesKeith Randall
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-13all: use HTML5 br tagsJohn Bampton
2021-03-10encoding/xml: prevent infinite loop while decodingKatie Hockman