summaryrefslogtreecommitdiff
path: root/src/encoding/xml/marshal.go
Commit message (Expand)AuthorAgeFilesLines
* encoding/xml: fix reserved namespace check to be case-insensitiveIan Lance Taylor2020-10-211-2/+5
* Revert "encoding/xml: fix reserved namespace check to be case-insensitive"Ian Lance Taylor2020-06-291-5/+2
* encoding/xml: only initialize nil struct fields when decodingDaniel Martí2020-05-281-4/+12
* encoding/xml: fix reserved namespace check to be case-insensitiveTamás Gulácsi2020-04-091-2/+5
* encoding/xml: rename fInnerXml to fInnerXMLEddie Scholtz2019-08-281-1/+1
* encoding/xml, encoding/json: docs and examples using custom marshalersLeigh McCulloch2018-12-121-0/+4
* encoding/xml: move unexported const out of exported const blockRuss Cox2017-11-151-3/+2
* encoding/xml: add Marshal doc about name conflictsLeigh McCulloch2017-11-081-0/+3
* all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger2017-10-051-1/+1
* all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger2017-09-271-1/+1
* encoding/xml: improve package based on the suggestions from metalinterKarel Pazdera2017-08-241-4/+5
* encoding/xml: fix incorrect indirect code in chardata, comment, innerxml fieldsRuss Cox2017-02-141-9/+17
* all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov2016-11-121-7/+7
* encoding/xml: add wildcard support for collecting all attributesRuss Cox2016-10-181-0/+16
* encoding/xml: split attribute marshaling into its own methodRuss Cox2016-10-131-62/+70
* encoding/xml: prevent omitempty from omitting non-nil pointers to empty valuesAllan Simon2016-10-131-8/+10
* encoding/xml: update docs to follow conventionSam Whited2016-07-061-1/+1
* all: use bytes.Equal, bytes.Contains and strings.ContainsDominik Honnef2016-04-011-1/+1
* all: delete dead non-test codeDominik Honnef2016-03-251-4/+3
* all: single space after period.Brad Fitzpatrick2016-03-021-6/+6
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* encoding/xml: document new chardata tagRuss Cox2015-12-031-0/+2
* encoding/xml: Add CDATA-wrapper output support to xml.Marshal.Charles Weill2015-11-251-9/+25
* encoding/xml: fix race using finfo.parents in s.trimRuss Cox2015-07-271-1/+1
* encoding/xml: restore Go 1.4 name space behaviorRuss Cox2015-07-271-395/+161
* encoding/xml: EncodeToken silently eats tokens with invalid typeDidier Spezia2015-07-231-0/+4
* encoding/xml: improve marshaller sanity checks of directivesDidier Spezia2015-07-151-2/+43
* encoding/xml: minor changesRoger Peppe2015-07-011-20/+20
* encoding/xml: fix xmlns= behaviorRoger Peppe2015-06-301-76/+86
* encoding/xml: Reset the parent stack before printing a chardata or comment fi...Hajime Hoshi2015-06-041-0/+6
* encoding/xml: do not escape newlinesRoger Peppe2015-04-271-1/+1
* encoding/xml: fix namespaces in a>b tagsRoger Peppe2015-03-031-30/+54
* encoding/xml: encoding name spaces correctlyRoger Peppe2015-02-131-59/+259
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+938