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
/
xml_test.go
Age
Commit message (
Expand
)
Author
2023-08-30
encoding/xml: overriding by empty namespace when no new name declaration
xuri
2023-04-20
std: fix various nilness findings
Alan Donovan
2023-01-31
encoding/xml: allow overriding by empty namespace
Constantin Konstantinidis
2022-11-29
Revert "encoding/xml: disallow empty namespace when prefix is set"
Ian Lance Taylor
2022-11-09
encoding/xml: error when more than one colon in qualified names
Constantin Konstantinidis
2022-11-09
encoding/xml: disallow empty namespace when prefix is set
Constantin Konstantinidis
2022-11-09
encoding/xml: error when closing tag does not match opening tag
Constantin Konstantinidis
2022-11-09
encoding/xml: add check of namespaces to detect field names conflicts
Constantin Konstantinidis
2022-09-06
encoding: use strings.Builder
cuiweixie
2022-03-27
encoding/xml: expose decoder line and column
Patrick Gundlach
2022-03-04
encoding/xml: improve the test coverage, fix minor bugs
Iskander Sharipov
2021-03-15
encoding/xml: replace comments inside directives with a space
Filippo Valsorda
2021-03-15
encoding/xml: handle leading, trailing, or double colons in names
Filippo Valsorda
2021-03-13
all: use HTML5 br tags
John Bampton
2021-03-10
encoding/xml: prevent infinite loop while decoding
Katie Hockman
2019-10-30
encoding/xml: fix token decoder on early EOF
Sam Whited
2018-05-09
encoding/xml: fix valid character range
Artyom Pervukhin
2017-10-30
encoding/xml: don't panic when custom Unmarshaler sees StartElement
Sam Whited
2017-09-13
encoding/xml: add decode wrapper
Sam Whited
2017-08-24
encoding/xml: improve package based on the suggestions from metalinter
Karel Pazdera
2016-03-21
all: delete dead test code
Dominik Honnef
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-11-25
encoding/xml: case-insensitive encoding recognition
Giulio Iotti
2015-09-10
encoding/xml: Return SyntaxError for unmatched root start elements.
Robert Stepanek
2015-06-18
xml: add check of version in document declaration
Giulio Iotti
2014-09-08
build: move package sources from src/pkg to src
Russ Cox