summaryrefslogtreecommitdiff
path: root/src/encoding/xml
Commit message (Expand)AuthorAgeFilesLines
* encoding/xml: replace comments inside directives with a spaceFilippo Valsorda2021-03-152-6/+13
* encoding/xml: handle leading, trailing, or double colons in namesFilippo Valsorda2021-03-152-2/+59
* all: use HTML5 br tagsJohn Bampton2021-03-132-2/+2
* encoding/xml: prevent infinite loop while decodingKatie Hockman2021-03-102-31/+92
* reflect: add Method.IsExported and StructField.IsExported methodsJoe Tsai2021-02-251-1/+1
* encoding/xml: fix reserved namespace check to be case-insensitiveIan Lance Taylor2020-10-212-2/+29
* Revert "encoding/xml: fix reserved namespace check to be case-insensitive"Ian Lance Taylor2020-06-292-29/+2
* encoding/xml: only initialize nil struct fields when decodingDaniel Martí2020-05-284-15/+50
* encoding/xml: fix reserved namespace check to be case-insensitiveTamás Gulácsi2020-04-092-2/+29
* all: avoid string(i) where i has type intIan Lance Taylor2020-02-261-2/+2
* encoding/xml: fix token decoder on early EOFSam Whited2019-10-302-1/+49
* std: remove unused bits of code all over the placeDaniel Martí2019-09-021-1/+0
* encoding/xml: rename fInnerXml to fInnerXMLEddie Scholtz2019-08-283-6/+6
* encoding/xml, encoding/json: docs and examples using custom marshalersLeigh McCulloch2018-12-124-0/+172
* encoding/xml: document HTMLAutoClose and HTMLEntity moreBrad Fitzpatrick2018-08-021-4/+8
* encoding/xml: remove some primordial semicolonsBrad Fitzpatrick2018-08-021-2/+2
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-6/+6
* encoding/xml: fix valid character rangeArtyom Pervukhin2018-05-092-1/+15
* encoding/xml: remove unnecessary if conditionstengufromsky2018-04-151-8/+4
* all: remove duplicate word "the"Ryuma Yoshida2018-02-201-1/+1
* encoding/xml: simplify slice-growing logic in rawTokenAlberto Donizetti2018-02-191-12/+2
* encoding/xml: remove duplicate test of element presenceIgor Vashyst2017-12-311-10/+0
* encoding/xml: don't crash on invalid XMLName tagIan Lance Taylor2017-12-072-1/+20
* encoding/xml: move unexported const out of exported const blockRuss Cox2017-11-152-4/+4
* encoding/xml: add Marshal doc about name conflictsLeigh McCulloch2017-11-081-0/+3
* all: change github.com issue links to golang.orgLeigh McCulloch2017-11-041-1/+1
* encoding/xml: ignore whitespace in values and attrsLeigh McCulloch2017-11-012-6/+120
* encoding/xml: add docs and tests for bool whitespaceLeigh McCulloch2017-11-012-1/+59
* encoding/xml: don't panic when custom Unmarshaler sees StartElementSam Whited2017-10-302-3/+26
* all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger2017-10-051-1/+1
* all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger2017-10-052-2/+2
* all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger2017-09-271-1/+1
* all: prefer strings.IndexByte over strings.IndexMarvin Stenger2017-09-252-2/+2
* encoding/xml: add decode wrapperSam Whited2017-09-132-0/+101
* all: remove some double spaces from commentsDaniel Martí2017-08-261-1/+1
* encoding/xml: improve package based on the suggestions from metalinterKarel Pazdera2017-08-248-94/+103
* encoding/xml: replace tinfoMap RWMutex with sync.MapBryan C. Mills2017-04-281-12/+8
* encoding/xml: parallelize benchmarksBryan C. Mills2017-04-261-6/+10
* encoding/xml: unmarshal allow empty, non-string valuesSarah Adams2017-03-222-0/+175
* encoding/xml: format test output using subtestsSam Whited2017-03-221-36/+41
* encoding/xml: remove unused start parameterDaniel Martí2017-03-061-3/+3
* encoding/xml: fix incorrect indirect code in chardata, comment, innerxml fieldsRuss Cox2017-02-142-16/+554
* all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov2016-11-125-14/+14
* encoding/xml: check type when unmarshaling innerxml fieldQuentin Smith2016-11-092-1/+22
* encoding/xml: add wildcard support for collecting all attributesRuss Cox2016-10-184-27/+140
* 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-132-9/+17
* encoding/xml: do not ignore error return from copyValueEric Lagergren2016-08-222-5/+17
* encoding/xml: update docs to follow conventionSam Whited2016-07-062-6/+6
* all: use bytes.Equal, bytes.Contains and strings.ContainsDominik Honnef2016-04-011-1/+1