index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
encoding
/
xml
/
read.go
Age
Commit message (
Expand
)
Author
2013-11-01
[release-branch.go1.2] encoding/xml: fix doc comment
Andrew Gerrand
2013-08-14
encoding/xml: support generic encoding interfaces
Russ Cox
2013-08-14
encoding/xml: add, support Unmarshaler interface
Russ Cox
2013-07-10
encoding/xml: fix typo in docs
Andrew Gerrand
2013-03-12
encoding/xml: name space bug fixes
Russ Cox
2013-03-11
all: remove now-unnecessary unreachable panics
Brad Fitzpatrick
2013-01-22
encoding/xml: simplify copyValue
Russ Cox
2013-01-18
encoding/xml: fix decoding of attributes in to pointer fields.
Kamil Kisiel
2012-12-22
encoding/xml: Marshal ",any" fields
Chris Jones
2012-05-16
encoding/xml: handle anonymous pointer fields
Gustavo Niemeyer
2012-02-23
encoding/xml: add example and docs for anon fields
Gustavo Niemeyer
2012-02-22
encoding/xml: move Unmarshal example to function
Gustavo Niemeyer
2012-02-07
time: clean up MarshalJSON, add RFC3339 method
Russ Cox
2012-02-07
encoding/xml: fix documentation for Decoder.Skip
Rob Pike
2012-01-30
doc: use consistent receiver names, when it makes sense.
Brad Fitzpatrick
2012-01-30
encoding/xml: fix decoding of xml.Name with sub-elements
Gustavo Niemeyer
2012-01-24
encoding/xml: add docs for ignoring tag
Gustavo Niemeyer
2012-01-24
encoding/xml: bring API closer to other packages
Gustavo Niemeyer
2012-01-23
encoding/xml: minor doc fixup
Gustavo Niemeyer
2012-01-23
encoding/xml: improve []byte handling
Gustavo Niemeyer
2012-01-19
encoding/xml: marshal/unmarshal xml.Name in field
Gustavo Niemeyer
2012-01-13
xml: major Go 1 fixup
Gustavo Niemeyer
2011-12-05
use new strconv API
Russ Cox
2011-11-08
renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*
Rob Pike
2011-11-07
xml: allow parsing of <_> </_>.
David Crawshaw
2011-11-04
gc: detect type switch variable not used cases.
Luuk van Dijk
2011-11-03
encoding: move asn1, csv, gob, json, xml into encoding
Rob Pike