aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/encoding/xml
AgeCommit message (Expand)Author
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
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: remove Marshaler supportGustavo 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: support ignoring fields with "-"Gustavo 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
2012-01-03encoding/xml: use strings.Reader in tests.Michael Shields
2011-12-15govet: add checking for printf verbsRob Pike
2011-12-05use new strconv APIRuss Cox
2011-12-02gc: use gofmt spacing when printing map typeRuss Cox
2011-12-02gofmt -s misc srcRuss Cox
2011-11-22encoding/xml: fix copy bugRuss Cox
2011-11-22allow direct conversion between string and named []byte, []runeRuss Cox
2011-11-15xml: fix buildMikio Hara
2011-11-13various: reduce overuse of os.EINVAL + othersRuss Cox
2011-11-08renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*Rob Pike
2011-11-08renaming_1: hand-edited files for go 1 renamingRob Pike
2011-11-07xml: allow parsing of <_> </_>.David Crawshaw
2011-11-04gc: detect type switch variable not used cases.Luuk van Dijk
2011-11-03all: rename os.EOF to io.EOF in various non-code contextsVincent Vanackere
2011-11-03encoding: move asn1, csv, gob, json, xml into encodingRob Pike