aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml/marshal_test.go
AgeCommit message (Expand)Author
2020-10-21encoding/xml: fix reserved namespace check to be case-insensitiveIan Lance Taylor
2020-06-29Revert "encoding/xml: fix reserved namespace check to be case-insensitive"Ian Lance Taylor
2020-05-28encoding/xml: only initialize nil struct fields when decodingDaniel Martí
2020-04-09encoding/xml: fix reserved namespace check to be case-insensitiveTamás Gulácsi
2019-09-02std: remove unused bits of code all over the placeDaniel Martí
2017-12-31encoding/xml: remove duplicate test of element presenceIgor Vashyst
2017-12-07encoding/xml: don't crash on invalid XMLName tagIan Lance Taylor
2017-08-24encoding/xml: improve package based on the suggestions from metalinterKarel Pazdera
2017-04-26encoding/xml: parallelize benchmarksBryan C. Mills
2017-03-22encoding/xml: format test output using subtestsSam Whited
2017-02-14encoding/xml: fix incorrect indirect code in chardata, comment, innerxml fieldsRuss Cox
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-10-18encoding/xml: add wildcard support for collecting all attributesRuss Cox
2016-10-13encoding/xml: prevent omitempty from omitting non-nil pointers to empty valuesAllan Simon
2016-08-22encoding/xml: do not ignore error return from copyValueEric Lagergren
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-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-06-30encoding/xml: fix xmlns= behaviorRoger Peppe
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-01-15encoding/xml: remove unnecessary memory allocation in UnmarshalDmitry Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox