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
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
2016-02-29
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2016-01-24
encoding/xml: update docs for Token
Russ Cox
2015-12-03
encoding/xml: document new chardata tag
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-10-26
encoding/xml: check for exported fields in embedded structs
Marcel van Lohuizen
2015-09-11
encoding/base64,xml: map/slice literals janitoring
Didier Spezia
2015-09-10
encoding/xml: Return SyntaxError for unmatched root start elements.
Robert Stepanek
2015-07-27
encoding/xml: fix race using finfo.parents in s.trim
Russ Cox
2015-07-27
encoding/xml: restore Go 1.4 name space behavior
Russ Cox
2015-07-23
encoding/xml: EncodeToken silently eats tokens with invalid type
Didier Spezia
2015-07-15
encoding/xml: improve marshaller sanity checks of directives
Didier Spezia
2015-07-01
encoding/xml: minor changes
Roger Peppe
2015-06-30
encoding/xml: fix xmlns= behavior
Roger Peppe
2015-06-18
xml: add check of version in document declaration
Giulio Iotti
2015-06-04
encoding/xml: Reset the parent stack before printing a chardata or comment fi...
Hajime Hoshi
2015-04-27
encoding/xml: do not escape newlines
Roger Peppe
2015-03-09
encoding/xml: fix default namespace of tags
Roger Peppe
[prev]
[next]