index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
xml
/
xml.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
encoding/xml: wrap charsetReader errors
Thuy Linh Luu
2023-05-17
1
-1
/
+4
*
Revert "encoding/xml: disallow empty namespace when prefix is set"
Ian Lance Taylor
2022-11-29
1
-4
/
+0
*
encoding/xml: error when more than one colon in qualified names
Constantin Konstantinidis
2022-11-09
1
-1
/
+1
*
encoding/xml: disallow empty namespace when prefix is set
Constantin Konstantinidis
2022-11-09
1
-0
/
+4
*
encoding/xml: error when closing tag does not match opening tag
Constantin Konstantinidis
2022-11-09
1
-2
/
+3
*
encoding/xml: use bytes.Clone
cuiweixie
2022-09-28
1
-10
/
+4
*
encoding/xml: use bytes.Buffer.WriteString
Daniel MartĂ
2022-08-09
1
-1
/
+1
*
all: fix spelling
John Bampton
2022-05-17
1
-1
/
+1
*
encoding/xml: expose decoder line and column
Patrick Gundlach
2022-03-27
1
-0
/
+9
*
encoding/xml: improve the test coverage, fix minor bugs
Iskander Sharipov
2022-03-04
1
-7
/
+3
*
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-13
1
-1
/
+1
*
all: use bytes.Cut, strings.Cut
Russ Cox
2021-10-06
1
-26
/
+23
*
encoding/xml: replace comments inside directives with a space
Filippo Valsorda
2021-03-15
1
-0
/
+6
*
encoding/xml: handle leading, trailing, or double colons in names
Filippo Valsorda
2021-03-15
1
-2
/
+3
*
all: use HTML5 br tags
John Bampton
2021-03-13
1
-1
/
+1
*
encoding/xml: prevent infinite loop while decoding
Katie Hockman
2021-03-10
1
-9
/
+10
*
all: avoid string(i) where i has type int
Ian Lance Taylor
2020-02-26
1
-2
/
+2
*
encoding/xml: fix token decoder on early EOF
Sam Whited
2019-10-30
1
-1
/
+4
*
encoding/xml: document HTMLAutoClose and HTMLEntity more
Brad Fitzpatrick
2018-08-02
1
-4
/
+8
*
encoding/xml: remove some primordial semicolons
Brad Fitzpatrick
2018-08-02
1
-2
/
+2
*
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-06-01
1
-6
/
+6
*
encoding/xml: fix valid character range
Artyom Pervukhin
2018-05-09
1
-1
/
+1
*
encoding/xml: remove unnecessary if conditions
tengufromsky
2018-04-15
1
-8
/
+4
*
all: remove duplicate word "the"
Ryuma Yoshida
2018-02-20
1
-1
/
+1
*
encoding/xml: simplify slice-growing logic in rawToken
Alberto Donizetti
2018-02-19
1
-12
/
+2
*
encoding/xml: move unexported const out of exported const block
Russ Cox
2017-11-15
1
-1
/
+2
*
encoding/xml: don't panic when custom Unmarshaler sees StartElement
Sam Whited
2017-10-30
1
-3
/
+3
*
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-10-05
1
-1
/
+1
*
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-09-25
1
-1
/
+1
*
encoding/xml: add decode wrapper
Sam Whited
2017-09-13
1
-0
/
+37
*
encoding/xml: improve package based on the suggestions from metalinter
Karel Pazdera
2017-08-24
1
-37
/
+43
*
all: single space after period.
Brad Fitzpatrick
2016-03-02
1
-3
/
+3
*
all: remove public named return values when useless
Brad Fitzpatrick
2016-02-29
1
-5
/
+6
*
encoding/xml: update docs for Token
Russ Cox
2016-01-24
1
-1
/
+2
*
encoding/xml: case-insensitive encoding recognition
Giulio Iotti
2015-11-25
1
-1
/
+1
*
encoding/xml: reject invalid comments
Michal Bohuslávek
2015-11-25
1
-1
/
+6
*
encoding/xml: Add CDATA-wrapper output support to xml.Marshal.
Charles Weill
2015-11-25
1
-0
/
+40
*
encoding/xml: Return SyntaxError for unmatched root start elements.
Robert Stepanek
2015-09-10
1
-0
/
+3
*
encoding/xml: restore Go 1.4 name space behavior
Russ Cox
2015-07-27
1
-38
/
+5
*
encoding/xml: fix xmlns= behavior
Roger Peppe
2015-06-30
1
-0
/
+6
*
xml: add check of version in document declaration
Giulio Iotti
2015-06-18
1
-6
/
+12
*
encoding/xml: do not escape newlines
Roger Peppe
2015-04-27
1
-0
/
+10
*
encoding/xml: encoding name spaces correctly
Roger Peppe
2015-02-13
1
-5
/
+32
*
encoding/xml: avoid an allocation for tags without attributes
Brian Smith
2015-02-07
1
-2
/
+6
*
encoding/xml: remove unnecessary memory allocation in Unmarshal
Dmitry Vyukov
2015-01-15
1
-4
/
+4
*
encoding/xml: remove SyntaxError.Byte
Russ Cox
2014-12-05
1
-1
/
+0
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
1
-0
/
+1946