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.go
Age
Commit message (
Expand
)
Author
2025-09-29
encoding/xml: make use of reflect.TypeAssert
apocelipes
2024-10-21
encoding/xml: document that embedded interfaces look like non-embedded ones
Sean Liao
2024-03-08
Revert "encoding/xml: reject XML declaration after start of document"
Russ Cox
2024-02-22
encoding/xml: reject XML declaration after start of document
Axel Wagner
2023-10-12
encoding/xml: use reflect.Value.IsZero
apocelipes
2023-09-27
all: use the indefinite article an in comments
Jes Cok
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2023-09-07
encoding/xml: use reflect.Value.Bytes on addressable arrays
Daniel Martí
2023-08-30
encoding/xml: overriding by empty namespace when no new name declaration
xuri
2023-08-01
encoding/xml: use reflect.TypeFor for known types
Ian Lance Taylor
2023-01-31
encoding/xml: allow overriding by empty namespace
Constantin Konstantinidis
2022-08-23
encoding/xml: add (*Encoder).Close
Axel Wagner
2022-04-11
all: gofmt main repo
Russ Cox
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-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-09-21
encoding/xml: truncate generic type names
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-08-28
encoding/xml: rename fInnerXml to fInnerXML
Eddie Scholtz
2018-12-12
encoding/xml, encoding/json: docs and examples using custom marshalers
Leigh McCulloch
2017-11-15
encoding/xml: move unexported const out of exported const block
Russ Cox
2017-11-08
encoding/xml: add Marshal doc about name conflicts
Leigh McCulloch
2017-10-05
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
Marvin Stenger
2017-08-24
encoding/xml: improve package based on the suggestions from metalinter
Karel Pazdera
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: split attribute marshaling into its own method
Russ Cox
2016-10-13
encoding/xml: prevent omitempty from omitting non-nil pointers to empty values
Allan Simon
2016-07-06
encoding/xml: update docs to follow convention
Sam Whited
2016-04-01
all: use bytes.Equal, bytes.Contains and strings.Contains
Dominik Honnef
2016-03-25
all: delete dead non-test code
Dominik Honnef
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2015-12-03
encoding/xml: document new chardata tag
Russ Cox
2015-11-25
encoding/xml: Add CDATA-wrapper output support to xml.Marshal.
Charles Weill
2015-07-27
encoding/xml: fix race using finfo.parents in s.trim
Russ Cox
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-07-01
encoding/xml: minor changes
Roger Peppe
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-03
encoding/xml: fix namespaces in a>b tags
Roger Peppe
2015-02-13
encoding/xml: encoding name spaces correctly
Roger Peppe
[next]