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
Age
Commit message (
Expand
)
Author
2025-02-03
all: replace reflect.Value.Type.Kind with reflect.Value.Kind
Sean Liao
2025-02-03
all: run gofmt
Ian Lance Taylor
2024-10-21
encoding/xml: document that embedded interfaces look like non-embedded ones
Sean Liao
2024-09-04
encoding/xml: allow ]]> in attribute values
Demi Marie Obenour
2024-03-26
all: fix a large number of comments
cui fliter
2024-03-08
Revert "encoding/xml: reject XML declaration after start of document"
Russ Cox
2024-02-28
encoding/xml: display closing space in error message
Constantin Konstantinidis
2024-02-27
encoding/xml: remove unnecessary fmt.Sprintf call
guoguangwu
2024-02-22
encoding/xml: reject XML declaration after start of document
Axel Wagner
2024-02-08
encoding/xml: rewrite func procInst
Jes Cok
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-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
2023-05-17
encoding/xml: wrap charsetReader errors
Thuy Linh Luu
2023-04-20
std: fix various nilness findings
Alan Donovan
2023-04-07
encoding/xml: use reflect.Value.Grow
Daniel Martí
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-11-05
all: fix comment typos
Dan Kortschak
2022-10-31
encoding/xml: reduce depth limit on wasm
Russ Cox
2022-09-28
encoding/xml: use bytes.Clone
cuiweixie
2022-09-06
encoding: use strings.Builder
cuiweixie
2022-08-23
encoding/xml: add (*Encoder).Close
Axel Wagner
2022-08-09
encoding/xml: use bytes.Buffer.WriteString
Daniel Martí
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
2022-05-17
all: fix spelling
John Bampton
2022-04-11
all: gofmt main repo
Russ Cox
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
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-11-09
encoding/xml: add generic encoding test
Keith Randall
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-09-21
encoding/xml: truncate generic type names
Keith Randall
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
[next]