summaryrefslogtreecommitdiff
path: root/src/encoding/xml/xml.go
Commit message (Expand)AuthorAgeFilesLines
* all: single space after period.Brad Fitzpatrick2016-03-021-3/+3
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-5/+6
* encoding/xml: update docs for TokenRuss Cox2016-01-241-1/+2
* encoding/xml: case-insensitive encoding recognitionGiulio Iotti2015-11-251-1/+1
* encoding/xml: reject invalid commentsMichal Bohuslávek2015-11-251-1/+6
* encoding/xml: Add CDATA-wrapper output support to xml.Marshal.Charles Weill2015-11-251-0/+40
* encoding/xml: Return SyntaxError for unmatched root start elements.Robert Stepanek2015-09-101-0/+3
* encoding/xml: restore Go 1.4 name space behaviorRuss Cox2015-07-271-38/+5
* encoding/xml: fix xmlns= behaviorRoger Peppe2015-06-301-0/+6
* xml: add check of version in document declarationGiulio Iotti2015-06-181-6/+12
* encoding/xml: do not escape newlinesRoger Peppe2015-04-271-0/+10
* encoding/xml: encoding name spaces correctlyRoger Peppe2015-02-131-5/+32
* encoding/xml: avoid an allocation for tags without attributesBrian Smith2015-02-071-2/+6
* encoding/xml: remove unnecessary memory allocation in UnmarshalDmitry Vyukov2015-01-151-4/+4
* encoding/xml: remove SyntaxError.ByteRuss Cox2014-12-051-1/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1946