aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml
AgeCommit message (Expand)Author
2021-03-15encoding/xml: replace comments inside directives with a spaceFilippo Valsorda
2021-03-15encoding/xml: handle leading, trailing, or double colons in namesFilippo Valsorda
2021-03-13all: use HTML5 br tagsJohn Bampton
2021-03-10encoding/xml: prevent infinite loop while decodingKatie Hockman
2021-02-25reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai
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
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2019-10-30encoding/xml: fix token decoder on early EOFSam Whited
2019-09-02std: remove unused bits of code all over the placeDaniel Martí
2019-08-28encoding/xml: rename fInnerXml to fInnerXMLEddie Scholtz
2018-12-12encoding/xml, encoding/json: docs and examples using custom marshalersLeigh McCulloch
2018-08-02encoding/xml: document HTMLAutoClose and HTMLEntity moreBrad Fitzpatrick
2018-08-02encoding/xml: remove some primordial semicolonsBrad Fitzpatrick
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-09encoding/xml: fix valid character rangeArtyom Pervukhin
2018-04-15encoding/xml: remove unnecessary if conditionstengufromsky
2018-02-20all: remove duplicate word "the"Ryuma Yoshida
2018-02-19encoding/xml: simplify slice-growing logic in rawTokenAlberto Donizetti
2017-12-31encoding/xml: remove duplicate test of element presenceIgor Vashyst
2017-12-07encoding/xml: don't crash on invalid XMLName tagIan Lance Taylor
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-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