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_test.go
Age
Commit message (
Expand
)
Author
2024-03-26
all: fix a large number of comments
cui fliter
2023-08-01
encoding/xml: use reflect.TypeFor for known types
Ian Lance Taylor
2022-10-31
encoding/xml: reduce depth limit on wasm
Russ Cox
2022-07-14
encoding/xml: skip TestCVE202230633 for short tests
Roland Shoemaker
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
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2017-11-04
all: change github.com issue links to golang.org
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-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
2016-11-12
all: spell "marshal" and "unmarshal" consistently
Dmitri Shuralyov
2016-11-09
encoding/xml: check type when unmarshaling innerxml field
Quentin Smith
2015-11-25
encoding/xml: reject invalid comments
Michal Bohuslávek
2015-07-27
encoding/xml: restore Go 1.4 name space behavior
Russ Cox
2015-02-13
encoding/xml: encoding name spaces correctly
Roger Peppe
2015-02-06
all: don't refer to code.google.com/p/go{,-wiki}/
Péter Surányi
2014-09-08
build: move package sources from src/pkg to src
Russ Cox