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
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
2015-03-03
encoding/xml: fix namespaces in a>b tags
Roger Peppe
2015-02-25
encoding/xml: add more marshalTests tests.
Nigel Tao
2015-02-13
encoding/xml: encoding name spaces correctly
Roger Peppe
2015-02-09
encoding/xml: add more EncodeToken tests.
Nigel Tao
2015-02-07
encoding/xml: avoid an allocation for tags without attributes
Brian Smith
2015-02-06
all: don't refer to code.google.com/p/go{,-wiki}/
Péter Surányi
2015-01-15
encoding/xml: remove unnecessary memory allocation in Unmarshal
Dmitry Vyukov
2014-12-05
encoding/xml: remove SyntaxError.Byte
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]