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.go
Age
Commit message (
Expand
)
Author
2024-09-04
encoding/xml: allow ]]> in attribute values
Demi Marie Obenour
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-22
encoding/xml: reject XML declaration after start of document
Axel Wagner
2024-02-08
encoding/xml: rewrite func procInst
Jes Cok
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2023-05-17
encoding/xml: wrap charsetReader errors
Thuy Linh Luu
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-09-28
encoding/xml: use bytes.Clone
cuiweixie
2022-08-09
encoding/xml: use bytes.Buffer.WriteString
Daniel MartĂ
2022-05-17
all: fix spelling
John Bampton
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-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
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
2020-02-26
all: avoid string(i) where i has type int
Ian Lance Taylor
2019-10-30
encoding/xml: fix token decoder on early EOF
Sam Whited
2018-08-02
encoding/xml: document HTMLAutoClose and HTMLEntity more
Brad Fitzpatrick
2018-08-02
encoding/xml: remove some primordial semicolons
Brad Fitzpatrick
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-09
encoding/xml: fix valid character range
Artyom Pervukhin
2018-04-15
encoding/xml: remove unnecessary if conditions
tengufromsky
2018-02-20
all: remove duplicate word "the"
Ryuma Yoshida
2018-02-19
encoding/xml: simplify slice-growing logic in rawToken
Alberto Donizetti
2017-11-15
encoding/xml: move unexported const out of exported const block
Russ Cox
2017-10-30
encoding/xml: don't panic when custom Unmarshaler sees StartElement
Sam Whited
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-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-02
all: single space after period.
Brad Fitzpatrick
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2016-01-24
encoding/xml: update docs for Token
Russ Cox
2015-11-25
encoding/xml: case-insensitive encoding recognition
Giulio Iotti
2015-11-25
encoding/xml: reject invalid comments
Michal Bohuslávek
2015-11-25
encoding/xml: Add CDATA-wrapper output support to xml.Marshal.
Charles Weill
2015-09-10
encoding/xml: Return SyntaxError for unmatched root start elements.
Robert Stepanek
2015-07-27
encoding/xml: restore Go 1.4 name space behavior
Russ Cox
2015-06-30
encoding/xml: fix xmlns= behavior
Roger Peppe
2015-06-18
xml: add check of version in document declaration
Giulio Iotti
2015-04-27
encoding/xml: do not escape newlines
Roger Peppe
2015-02-13
encoding/xml: encoding name spaces correctly
Roger Peppe
2015-02-07
encoding/xml: avoid an allocation for tags without attributes
Brian Smith
[next]