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
Commit message (
Expand
)
Author
Age
Files
Lines
*
encoding/json: ignore embedded fields of pointers to unexported non-structs
Joe Tsai
2017-07-22
2
-70
/
+182
*
encoding/json: fix indentation in Decode stream example
Iccha Sethi
2017-07-15
1
-8
/
+8
*
encoding/binary: add examples for ByteOrder functions
Ross Light
2017-07-15
1
-0
/
+18
*
encoding/base32: make NoPadding Encoding's DecodedLen return exact size
Gustav Westling
2017-07-06
2
-8
/
+11
*
encoding/base32: support custom and disabled padding when decoding
Gustav Westling
2017-07-06
2
-4
/
+108
*
Revert "encoding/json: reduce unmarshal mallocs for unmapped fields"
Brad Fitzpatrick
2017-06-29
1
-28
/
+34
*
encoding/binary: clarify the repercussions for not following the docs
Brad Fitzpatrick
2017-06-29
1
-1
/
+2
*
encoding/gob: warn about decoding data from untrusted sources
Brad Fitzpatrick
2017-06-29
2
-42
/
+46
*
encoding/binary: improve comment formatting consistency
Dmitri Shuralyov
2017-06-27
1
-6
/
+6
*
encoding/ascii85: make bigtest big again
Mark Ryan
2017-06-23
1
-13
/
+13
*
encoding: fix endless loop in TestDecoderBuffering
Mark Ryan
2017-06-16
3
-9
/
+21
*
encoding: report correct line numbers in tests
Mark Ryan
2017-06-15
3
-0
/
+3
*
encoding/json: don't marshal unexported embedded fields of non struct type
thoeni
2017-06-14
2
-1
/
+54
*
encoding/json: clarify unmarshaling behaviour on bad fields
Alberto Donizetti
2017-06-05
1
-1
/
+3
*
encoding/gob: speedup decoding of maps by zeroing values
Filip Gruszczyński
2017-05-26
2
-4
/
+33
*
encoding/base32: add Encoding.WithPadding, StdPadding, NoPadding
Gustav Westling
2017-05-22
2
-28
/
+94
*
encoding/base32: ensure base32 decoder propagates errors correctly
Mark Ryan
2017-05-18
2
-8
/
+188
*
encoding/gob: use MakeMapWithSize when decoding map
Filip Gruszczyński
2017-05-03
2
-5
/
+4
*
encoding/json: replace encoderCache RWMutex with a sync.Map
Bryan C. Mills
2017-04-28
1
-21
/
+13
*
encoding/xml: replace tinfoMap RWMutex with sync.Map
Bryan C. Mills
2017-04-28
1
-12
/
+8
*
encoding/gob: replace RWMutex usage with sync.Map
Bryan C. Mills
2017-04-27
4
-43
/
+31
*
encoding/json: parallelize most benchmarks
Bryan C. Mills
2017-04-26
2
-63
/
+83
*
encoding/gob: parallelize Encode/Decode benchmarks
Bryan C. Mills
2017-04-26
1
-131
/
+54
*
encoding/xml: parallelize benchmarks
Bryan C. Mills
2017-04-26
1
-6
/
+10
*
encoding/csv: add option to reuse slices returned by Read
Justin Nuß
2017-04-26
2
-20
/
+80
*
all: remove some unused parameters in test code
Daniel Martí
2017-04-25
1
-19
/
+19
*
encoding/base64: Optimize DecodeString
Josselin Costanzi
2017-04-24
2
-25
/
+41
*
encoding/asn1: add NullBytes and NullRawValue for working with ASN.1 NULL
Andrew Benton
2017-04-24
3
-0
/
+35
*
encoding/base64: Rename rawUrlRef to rawURLRef
Mark Ryan
2017-04-23
1
-3
/
+3
*
all: remove redundant returns
Daniel Martí
2017-04-19
2
-2
/
+0
*
encoding/hex: change lookup table back to string
Josh Bleecher Snyder
2017-04-18
1
-4
/
+1
*
encoding/asn1: support 31 bit identifiers with OID
Monis Khan
2017-04-13
2
-3
/
+15
*
encoding/asn1: document "utc" and "generalized" tags
Hiroshi Ioka
2017-04-11
2
-10
/
+12
*
encoding/pem: yet another fuzz fake failure
Russ Cox
2017-04-03
1
-3
/
+12
*
encoding/pem: do not try to round trip value with leading/trailing space
Russ Cox
2017-04-03
1
-3
/
+4
*
encoding/gob: Speedup map decoding by reducing the allocations.
Filip Gruszczyński
2017-03-24
3
-4
/
+39
*
encoding/xml: unmarshal allow empty, non-string values
Sarah Adams
2017-03-22
2
-0
/
+175
*
encoding/xml: format test output using subtests
Sam Whited
2017-03-22
1
-36
/
+41
*
encoding/gob: document the extra byte after a singleton
Rob Pike
2017-03-21
1
-0
/
+6
*
encoding/json: reduce unmarshal mallocs for unmapped fields
Pascal S. de Kloe
2017-03-20
2
-34
/
+39
*
encoding/gob: speedup floats encoding and decoding
Alberto Donizetti
2017-03-18
2
-13
/
+3
*
encoding/gob: make integers encoding faster
Alberto Donizetti
2017-03-17
2
-9
/
+9
*
encoding/gob: add Encode-Decode Int slices tests
Alberto Donizetti
2017-03-13
1
-0
/
+65
*
encoding/base64, html/template: fix grammar mistakes
Kevin Burke
2017-03-07
1
-1
/
+1
*
encoding/base64: add alphabet and padding restrictions
Josselin Costanzi
2017-03-07
1
-1
/
+20
*
encoding/base64: fix decode reports incorrect index
Josselin Costanzi
2017-03-06
2
-2
/
+6
*
encoding/gob: remove unused ut and atyp parameters
Daniel Martí
2017-03-06
1
-7
/
+7
*
encoding/xml: remove unused start parameter
Daniel Martí
2017-03-06
1
-3
/
+3
*
encoding/pem: refuse extra data on ending line
Joe Shaw
2017-03-01
2
-2
/
+26
*
encoding/xml: fix incorrect indirect code in chardata, comment, innerxml fields
Russ Cox
2017-02-14
2
-16
/
+554
[next]