aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml/typeinfo.go
AgeCommit message (Expand)Author
2021-02-25reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai
2020-05-28encoding/xml: only initialize nil struct fields when decodingDaniel Martí
2019-08-28encoding/xml: rename fInnerXml to fInnerXMLEddie Scholtz
2017-12-07encoding/xml: don't crash on invalid XMLName tagIan Lance Taylor
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-08-24encoding/xml: improve package based on the suggestions from metalinterKarel Pazdera
2017-04-28encoding/xml: replace tinfoMap RWMutex with sync.MapBryan C. Mills
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-10-18encoding/xml: add wildcard support for collecting all attributesRuss Cox
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
2015-10-26encoding/xml: check for exported fields in embedded structsMarcel van Lohuizen
2015-07-27encoding/xml: restore Go 1.4 name space behaviorRuss Cox
2015-03-09encoding/xml: fix default namespace of tagsRoger Peppe
2014-09-08build: move package sources from src/pkg to srcRuss Cox