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
/
typeinfo.go
Age
Commit message (
Expand
)
Author
2023-08-07
encoding/xml, image/jpeg, image/png: use the builtin min function
apocelipes
2023-08-01
encoding/xml: use reflect.TypeFor for known types
Ian Lance Taylor
2022-11-09
encoding/xml: add check of namespaces to detect field names conflicts
Constantin Konstantinidis
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-02-25
reflect: add Method.IsExported and StructField.IsExported methods
Joe Tsai
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
2017-12-07
encoding/xml: don't crash on invalid XMLName tag
Ian Lance Taylor
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-08-24
encoding/xml: improve package based on the suggestions from metalinter
Karel Pazdera
2017-04-28
encoding/xml: replace tinfoMap RWMutex with sync.Map
Bryan C. Mills
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-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
2015-10-26
encoding/xml: check for exported fields in embedded structs
Marcel van Lohuizen
2015-07-27
encoding/xml: restore Go 1.4 name space behavior
Russ Cox
2015-03-09
encoding/xml: fix default namespace of tags
Roger Peppe
2014-09-08
build: move package sources from src/pkg to src
Russ Cox