aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml/marshal.go
AgeCommit message (Expand)Author
2020-10-21encoding/xml: fix reserved namespace check to be case-insensitiveIan Lance Taylor
2020-06-29Revert "encoding/xml: fix reserved namespace check to be case-insensitive"Ian Lance Taylor
2020-05-28encoding/xml: only initialize nil struct fields when decodingDaniel Martí
2020-04-09encoding/xml: fix reserved namespace check to be case-insensitiveTamás Gulácsi
2019-08-28encoding/xml: rename fInnerXml to fInnerXMLEddie Scholtz
2018-12-12encoding/xml, encoding/json: docs and examples using custom marshalersLeigh McCulloch
2017-11-15encoding/xml: move unexported const out of exported const blockRuss Cox
2017-11-08encoding/xml: add Marshal doc about name conflictsLeigh McCulloch
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-08-24encoding/xml: improve package based on the suggestions from metalinterKarel Pazdera
2017-02-14encoding/xml: fix incorrect indirect code in chardata, comment, innerxml fieldsRuss Cox
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-10-18encoding/xml: add wildcard support for collecting all attributesRuss Cox
2016-10-13encoding/xml: split attribute marshaling into its own methodRuss Cox
2016-10-13encoding/xml: prevent omitempty from omitting non-nil pointers to empty valuesAllan Simon
2016-07-06encoding/xml: update docs to follow conventionSam Whited
2016-04-01all: use bytes.Equal, bytes.Contains and strings.ContainsDominik Honnef
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-12-03encoding/xml: document new chardata tagRuss Cox
2015-11-25encoding/xml: Add CDATA-wrapper output support to xml.Marshal.Charles Weill
2015-07-27encoding/xml: fix race using finfo.parents in s.trimRuss Cox
2015-07-27encoding/xml: restore Go 1.4 name space behaviorRuss Cox
2015-07-23encoding/xml: EncodeToken silently eats tokens with invalid typeDidier Spezia
2015-07-15encoding/xml: improve marshaller sanity checks of directivesDidier Spezia
2015-07-01encoding/xml: minor changesRoger Peppe
2015-06-30encoding/xml: fix xmlns= behaviorRoger Peppe
2015-06-04encoding/xml: Reset the parent stack before printing a chardata or comment fi...Hajime Hoshi
2015-04-27encoding/xml: do not escape newlinesRoger Peppe
2015-03-03encoding/xml: fix namespaces in a>b tagsRoger Peppe
2015-02-13encoding/xml: encoding name spaces correctlyRoger Peppe
2014-09-08build: move package sources from src/pkg to srcRuss Cox