aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml
AgeCommit message (Expand)Author
2017-11-08encoding/xml: add Marshal doc about name conflictsLeigh McCulloch
2017-11-04all: change github.com issue links to golang.orgLeigh 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-10-30encoding/xml: don't panic when custom Unmarshaler sees StartElementSam Whited
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-09-13encoding/xml: add decode wrapperSam Whited
2017-08-26all: remove some double spaces from commentsDaniel Martí
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
2017-04-26encoding/xml: parallelize benchmarksBryan C. Mills
2017-03-22encoding/xml: unmarshal allow empty, non-string valuesSarah Adams
2017-03-22encoding/xml: format test output using subtestsSam Whited
2017-03-06encoding/xml: remove unused start parameterDaniel Martí
2017-02-14encoding/xml: fix incorrect indirect code in chardata, comment, innerxml fieldsRuss Cox
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-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-08-22encoding/xml: do not ignore error return from copyValueEric Lagergren
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-21all: delete dead test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2016-01-24encoding/xml: update docs for TokenRuss Cox
2015-12-03encoding/xml: document new chardata tagRuss Cox
2015-11-25encoding/xml: case-insensitive encoding recognitionGiulio Iotti
2015-11-25encoding/xml: reject invalid commentsMichal Bohuslávek
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-09-11encoding/base64,xml: map/slice literals janitoringDidier Spezia
2015-09-10encoding/xml: Return SyntaxError for unmatched root start elements.Robert Stepanek
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-18xml: add check of version in document declarationGiulio Iotti
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-09encoding/xml: fix default namespace of tagsRoger Peppe