aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/encoding/xml/read.go
AgeCommit message (Expand)Author
2013-11-01[release-branch.go1.2] encoding/xml: fix doc commentAndrew Gerrand
2013-08-14encoding/xml: support generic encoding interfacesRuss Cox
2013-08-14encoding/xml: add, support Unmarshaler interfaceRuss Cox
2013-07-10encoding/xml: fix typo in docsAndrew Gerrand
2013-03-12encoding/xml: name space bug fixesRuss Cox
2013-03-11all: remove now-unnecessary unreachable panicsBrad Fitzpatrick
2013-01-22encoding/xml: simplify copyValueRuss Cox
2013-01-18encoding/xml: fix decoding of attributes in to pointer fields.Kamil Kisiel
2012-12-22encoding/xml: Marshal ",any" fieldsChris Jones
2012-05-16encoding/xml: handle anonymous pointer fieldsGustavo Niemeyer
2012-02-23encoding/xml: add example and docs for anon fieldsGustavo Niemeyer
2012-02-22encoding/xml: move Unmarshal example to functionGustavo Niemeyer
2012-02-07time: clean up MarshalJSON, add RFC3339 methodRuss Cox
2012-02-07encoding/xml: fix documentation for Decoder.SkipRob Pike
2012-01-30doc: use consistent receiver names, when it makes sense.Brad Fitzpatrick
2012-01-30encoding/xml: fix decoding of xml.Name with sub-elementsGustavo Niemeyer
2012-01-24encoding/xml: add docs for ignoring tagGustavo Niemeyer
2012-01-24encoding/xml: bring API closer to other packagesGustavo Niemeyer
2012-01-23encoding/xml: minor doc fixupGustavo Niemeyer
2012-01-23encoding/xml: improve []byte handlingGustavo Niemeyer
2012-01-19encoding/xml: marshal/unmarshal xml.Name in fieldGustavo Niemeyer
2012-01-13xml: major Go 1 fixupGustavo Niemeyer
2011-12-05use new strconv APIRuss Cox
2011-11-08renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*Rob Pike
2011-11-07xml: allow parsing of <_> </_>.David Crawshaw
2011-11-04gc: detect type switch variable not used cases.Luuk van Dijk
2011-11-03encoding: move asn1, csv, gob, json, xml into encodingRob Pike