aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml/xml.go
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
2020-02-26all: avoid string(i) where i has type intIan Lance Taylor
2019-10-30encoding/xml: fix token decoder on early EOFSam Whited
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-11-15encoding/xml: move unexported const out of exported const blockRuss Cox
2017-10-30encoding/xml: don't panic when custom Unmarshaler sees StartElementSam Whited
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-09-13encoding/xml: add decode wrapperSam Whited
2017-08-24encoding/xml: improve package based on the suggestions from metalinterKarel Pazdera
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-01-24encoding/xml: update docs for TokenRuss 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-09-10encoding/xml: Return SyntaxError for unmatched root start elements.Robert Stepanek
2015-07-27encoding/xml: restore Go 1.4 name space behaviorRuss Cox
2015-06-30encoding/xml: fix xmlns= behaviorRoger Peppe
2015-06-18xml: add check of version in document declarationGiulio Iotti
2015-04-27encoding/xml: do not escape newlinesRoger Peppe
2015-02-13encoding/xml: encoding name spaces correctlyRoger Peppe
2015-02-07encoding/xml: avoid an allocation for tags without attributesBrian Smith
2015-01-15encoding/xml: remove unnecessary memory allocation in UnmarshalDmitry Vyukov
2014-12-05encoding/xml: remove SyntaxError.ByteRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox