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
Age
Commit message (
Expand
)
Author
2012-01-30
build: remove Make.pkg, Make.tool
Russ Cox
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: remove Marshaler support
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: support ignoring fields with "-"
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
2012-01-03
encoding/xml: use strings.Reader in tests.
Michael Shields
2011-12-15
govet: add checking for printf verbs
Rob Pike
2011-12-05
use new strconv API
Russ Cox
2011-12-02
gc: use gofmt spacing when printing map type
Russ Cox
2011-12-02
gofmt -s misc src
Russ Cox
2011-11-22
encoding/xml: fix copy bug
Russ Cox
2011-11-22
allow direct conversion between string and named []byte, []rune
Russ Cox
2011-11-15
xml: fix build
Mikio Hara
2011-11-13
various: reduce overuse of os.EINVAL + others
Russ Cox
2011-11-08
renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*
Rob Pike
2011-11-08
renaming_1: hand-edited files for go 1 renaming
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
all: rename os.EOF to io.EOF in various non-code contexts
Vincent Vanackere
2011-11-03
encoding: move asn1, csv, gob, json, xml into encoding
Rob Pike
[prev]