aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml/read.go
AgeCommit message (Expand)Author
2025-09-29encoding/xml: make use of reflect.TypeAssertapocelipes
2025-02-03all: replace reflect.Value.Type.Kind with reflect.Value.KindSean Liao
2023-09-08encoding: modernize Go documentationJoe Tsai
2023-08-01encoding/xml: use reflect.TypeFor for known typesIan Lance Taylor
2023-04-07encoding/xml: use reflect.Value.GrowDaniel Martí
2022-11-05all: fix comment typosDan Kortschak
2022-10-31encoding/xml: reduce depth limit on wasmRuss Cox
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-04-11all: gofmt main repoRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2020-05-28encoding/xml: only initialize nil struct fields when decodingDaniel Martí
2019-08-28encoding/xml: rename fInnerXml to fInnerXMLEddie Scholtz
2018-12-12encoding/xml, encoding/json: docs and examples using custom marshalersLeigh McCulloch
2017-11-01encoding/xml: ignore whitespace in values and attrsLeigh McCulloch
2017-11-01encoding/xml: add docs and tests for bool whitespaceLeigh McCulloch
2017-08-26all: remove some double spaces from commentsDaniel Martí
2017-08-24encoding/xml: improve package based on the suggestions from metalinterKarel Pazdera
2017-03-22encoding/xml: unmarshal allow empty, non-string valuesSarah Adams
2017-03-06encoding/xml: remove unused start parameterDaniel Martí
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-11-09encoding/xml: check type when unmarshaling innerxml fieldQuentin Smith
2016-10-18encoding/xml: add wildcard support for collecting all attributesRuss Cox
2016-08-22encoding/xml: do not ignore error return from copyValueEric Lagergren
2016-07-06encoding/xml: update docs to follow conventionSam Whited
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-11-25encoding/xml: Add CDATA-wrapper output support to xml.Marshal.Charles Weill
2014-09-08build: move package sources from src/pkg to srcRuss Cox