aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml
AgeCommit message (Expand)Author
2016-03-25all: delete dead non-test codeDominik Honnef
2016-03-21all: delete dead test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2016-01-24encoding/xml: update docs for TokenRuss Cox
2015-12-03encoding/xml: document new chardata tagRuss 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-10-26encoding/xml: check for exported fields in embedded structsMarcel van Lohuizen
2015-09-11encoding/base64,xml: map/slice literals janitoringDidier Spezia
2015-09-10encoding/xml: Return SyntaxError for unmatched root start elements.Robert Stepanek
2015-07-27encoding/xml: fix race using finfo.parents in s.trimRuss Cox
2015-07-27encoding/xml: restore Go 1.4 name space behaviorRuss Cox
2015-07-23encoding/xml: EncodeToken silently eats tokens with invalid typeDidier Spezia
2015-07-15encoding/xml: improve marshaller sanity checks of directivesDidier Spezia
2015-07-01encoding/xml: minor changesRoger Peppe
2015-06-30encoding/xml: fix xmlns= behaviorRoger Peppe
2015-06-18xml: add check of version in document declarationGiulio Iotti
2015-06-04encoding/xml: Reset the parent stack before printing a chardata or comment fi...Hajime Hoshi
2015-04-27encoding/xml: do not escape newlinesRoger Peppe
2015-03-09encoding/xml: fix default namespace of tagsRoger Peppe
2015-03-03encoding/xml: fix namespaces in a>b tagsRoger Peppe
2015-02-25encoding/xml: add more marshalTests tests.Nigel Tao
2015-02-13encoding/xml: encoding name spaces correctlyRoger Peppe
2015-02-09encoding/xml: add more EncodeToken tests.Nigel Tao
2015-02-07encoding/xml: avoid an allocation for tags without attributesBrian Smith
2015-02-06all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi
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