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
/
encoding
/
xml
/
marshal_test.go
Age
Commit message (
Expand
)
Author
2022-09-06
encoding: use strings.Builder
cuiweixie
2022-08-23
encoding/xml: add (*Encoder).Close
Axel Wagner
2022-02-20
encoding/xml: embedded reference to substruct causes XML marshaller to panic ...
hopehook
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-09
encoding/xml: add generic encoding test
Keith Randall
2020-10-21
encoding/xml: fix reserved namespace check to be case-insensitive
Ian Lance Taylor
2020-06-29
Revert "encoding/xml: fix reserved namespace check to be case-insensitive"
Ian Lance Taylor
2020-05-28
encoding/xml: only initialize nil struct fields when decoding
Daniel Martí
2020-04-09
encoding/xml: fix reserved namespace check to be case-insensitive
Tamás Gulácsi
2019-09-02
std: remove unused bits of code all over the place
Daniel Martí
2017-12-31
encoding/xml: remove duplicate test of element presence
Igor Vashyst
2017-12-07
encoding/xml: don't crash on invalid XMLName tag
Ian Lance Taylor
2017-08-24
encoding/xml: improve package based on the suggestions from metalinter
Karel Pazdera
2017-04-26
encoding/xml: parallelize benchmarks
Bryan C. Mills
2017-03-22
encoding/xml: format test output using subtests
Sam Whited
2017-02-14
encoding/xml: fix incorrect indirect code in chardata, comment, innerxml fields
Russ Cox
2016-11-12
all: spell "marshal" and "unmarshal" consistently
Dmitri Shuralyov
2016-10-18
encoding/xml: add wildcard support for collecting all attributes
Russ Cox
2016-10-13
encoding/xml: prevent omitempty from omitting non-nil pointers to empty values
Allan Simon
2016-08-22
encoding/xml: do not ignore error return from copyValue
Eric Lagergren
2015-11-25
encoding/xml: Add CDATA-wrapper output support to xml.Marshal.
Charles Weill
2015-10-26
encoding/xml: check for exported fields in embedded structs
Marcel van Lohuizen
2015-09-11
encoding/base64,xml: map/slice literals janitoring
Didier Spezia
2015-07-27
encoding/xml: restore Go 1.4 name space behavior
Russ Cox
2015-07-23
encoding/xml: EncodeToken silently eats tokens with invalid type
Didier Spezia
2015-07-15
encoding/xml: improve marshaller sanity checks of directives
Didier Spezia
2015-06-30
encoding/xml: fix xmlns= behavior
Roger Peppe
2015-06-04
encoding/xml: Reset the parent stack before printing a chardata or comment fi...
Hajime Hoshi
2015-04-27
encoding/xml: do not escape newlines
Roger Peppe
2015-03-09
encoding/xml: fix default namespace of tags
Roger Peppe
2015-03-03
encoding/xml: fix namespaces in a>b tags
Roger Peppe
2015-02-25
encoding/xml: add more marshalTests tests.
Nigel Tao
2015-02-13
encoding/xml: encoding name spaces correctly
Roger Peppe
2015-02-09
encoding/xml: add more EncodeToken tests.
Nigel Tao
2015-01-15
encoding/xml: remove unnecessary memory allocation in Unmarshal
Dmitry Vyukov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox