aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/xml
AgeCommit message (Expand)Author
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