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
/
read.go
Age
Commit message (
Expand
)
Author
2025-09-29
encoding/xml: make use of reflect.TypeAssert
apocelipes
2025-02-03
all: replace reflect.Value.Type.Kind with reflect.Value.Kind
Sean Liao
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2023-08-01
encoding/xml: use reflect.TypeFor for known types
Ian Lance Taylor
2023-04-07
encoding/xml: use reflect.Value.Grow
Daniel Martí
2022-11-05
all: fix comment typos
Dan Kortschak
2022-10-31
encoding/xml: reduce depth limit on wasm
Russ Cox
2022-07-12
encoding/xml: use iterative Skip, rather than recursive
Roland Shoemaker
2022-07-12
encoding/xml: limit depth of nesting in unmarshal
Roland Shoemaker
2022-06-22
encoding/xml: check nil pointer in DecodeElement
shaoliming
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2020-05-28
encoding/xml: only initialize nil struct fields when decoding
Daniel Martí
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-01
encoding/xml: ignore whitespace in values and attrs
Leigh McCulloch
2017-11-01
encoding/xml: add docs and tests for bool whitespace
Leigh McCulloch
2017-08-26
all: remove some double spaces from comments
Daniel Martí
2017-08-24
encoding/xml: improve package based on the suggestions from metalinter
Karel Pazdera
2017-03-22
encoding/xml: unmarshal allow empty, non-string values
Sarah Adams
2017-03-06
encoding/xml: remove unused start parameter
Daniel Martí
2016-11-12
all: spell "marshal" and "unmarshal" consistently
Dmitri Shuralyov
2016-11-09
encoding/xml: check type when unmarshaling innerxml field
Quentin Smith
2016-10-18
encoding/xml: add wildcard support for collecting all attributes
Russ Cox
2016-08-22
encoding/xml: do not ignore error return from copyValue
Eric Lagergren
2016-07-06
encoding/xml: update docs to follow convention
Sam Whited
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-11-25
encoding/xml: Add CDATA-wrapper output support to xml.Marshal.
Charles Weill
2014-09-08
build: move package sources from src/pkg to src
Russ Cox