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
2021-02-25
reflect: add Method.IsExported and StructField.IsExported methods
Joe Tsai
2020-10-21
encoding/xml: fix reserved namespace check to be case-insensitive
Ian Lance Taylor
2020-06-29
Revert "encoding/xml: fix reserved namespace check to be case-insensitive"
Ian Lance Taylor
2020-05-28
encoding/xml: only initialize nil struct fields when decoding
Daniel Martí
2020-04-09
encoding/xml: fix reserved namespace check to be case-insensitive
Tamás Gulácsi
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
2019-09-02
std: remove unused bits of code all over the place
Daniel Martí
2019-08-28
encoding/xml: rename fInnerXml to fInnerXML
Eddie Scholtz
2018-12-12
encoding/xml, encoding/json: docs and examples using custom marshalers
Leigh McCulloch
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-12-31
encoding/xml: remove duplicate test of element presence
Igor Vashyst
2017-12-07
encoding/xml: don't crash on invalid XMLName tag
Ian Lance Taylor
2017-11-15
encoding/xml: move unexported const out of exported const block
Russ Cox
2017-11-08
encoding/xml: add Marshal doc about name conflicts
Leigh McCulloch
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-10-30
encoding/xml: don't panic when custom Unmarshaler sees StartElement
Sam Whited
2017-10-05
all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"
Marvin Stenger
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-27
all: prefer strings.LastIndexByte over strings.LastIndex
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-26
all: remove some double spaces from comments
Daniel Martí
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
2017-04-26
encoding/xml: parallelize benchmarks
Bryan C. Mills
2017-03-22
encoding/xml: unmarshal allow empty, non-string values
Sarah Adams
2017-03-22
encoding/xml: format test output using subtests
Sam Whited
2017-03-06
encoding/xml: remove unused start parameter
Daniel Martí
2017-02-14
encoding/xml: fix incorrect indirect code in chardata, comment, innerxml fields
Russ Cox
2016-11-12
all: spell "marshal" and "unmarshal" consistently
Dmitri Shuralyov
2016-11-09
encoding/xml: check type when unmarshaling innerxml field
Quentin Smith
2016-10-18
encoding/xml: add wildcard support for collecting all attributes
Russ Cox
2016-10-13
encoding/xml: split attribute marshaling into its own method
Russ Cox
2016-10-13
encoding/xml: prevent omitempty from omitting non-nil pointers to empty values
Allan Simon
2016-08-22
encoding/xml: do not ignore error return from copyValue
Eric Lagergren
2016-07-06
encoding/xml: update docs to follow convention
Sam Whited
2016-04-01
all: use bytes.Equal, bytes.Contains and strings.Contains
Dominik Honnef
2016-03-25
all: delete dead non-test code
Dominik Honnef
2016-03-21
all: delete dead test code
Dominik Honnef
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
[prev]
[next]