summaryrefslogtreecommitdiff
path: root/src/encoding/xml
Commit message (Expand)AuthorAgeFilesLines
* 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
* all: delete dead non-test codeDominik Honnef2016-03-251-4/+3
* all: delete dead test codeDominik Honnef2016-03-211-6/+0
* all: single space after period.Brad Fitzpatrick2016-03-023-13/+13
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-014-4/+4
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-5/+6
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* encoding/xml: update docs for TokenRuss Cox2016-01-241-1/+2
* encoding/xml: document new chardata tagRuss Cox2015-12-031-0/+2
* encoding/xml: case-insensitive encoding recognitionGiulio Iotti2015-11-252-1/+33
* encoding/xml: reject invalid commentsMichal Bohuslávek2015-11-252-1/+27
* encoding/xml: Add CDATA-wrapper output support to xml.Marshal.Charles Weill2015-11-255-12/+120
* encoding/xml: check for exported fields in embedded structsMarcel van Lohuizen2015-10-262-1/+11
* encoding/base64,xml: map/slice literals janitoringDidier Spezia2015-09-111-1/+1
* encoding/xml: Return SyntaxError for unmatched root start elements.Robert Stepanek2015-09-102-0/+24
* encoding/xml: fix race using finfo.parents in s.trimRuss Cox2015-07-271-1/+1
* encoding/xml: restore Go 1.4 name space behaviorRuss Cox2015-07-275-687/+209
* encoding/xml: EncodeToken silently eats tokens with invalid typeDidier Spezia2015-07-232-0/+35
* encoding/xml: improve marshaller sanity checks of directivesDidier Spezia2015-07-152-3/+82
* encoding/xml: minor changesRoger Peppe2015-07-011-20/+20
* encoding/xml: fix xmlns= behaviorRoger Peppe2015-06-303-78/+269
* xml: add check of version in document declarationGiulio Iotti2015-06-182-15/+24
* encoding/xml: Reset the parent stack before printing a chardata or comment fi...Hajime Hoshi2015-06-042-0/+24
* encoding/xml: do not escape newlinesRoger Peppe2015-04-273-2/+12
* encoding/xml: fix default namespace of tagsRoger Peppe2015-03-092-0/+10
* encoding/xml: fix namespaces in a>b tagsRoger Peppe2015-03-032-48/+86
* encoding/xml: add more marshalTests tests.Nigel Tao2015-02-251-1/+72
* encoding/xml: encoding name spaces correctlyRoger Peppe2015-02-134-87/+344
* encoding/xml: add more EncodeToken tests.Nigel Tao2015-02-091-25/+347
* encoding/xml: avoid an allocation for tags without attributesBrian Smith2015-02-071-2/+6
* all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi2015-02-061-1/+1
* encoding/xml: remove unnecessary memory allocation in UnmarshalDmitry Vyukov2015-01-152-4/+6
* encoding/xml: remove SyntaxError.ByteRuss Cox2014-12-051-1/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-089-0/+6875