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
Age
Commit message (
Expand
)
Author
2017-08-26
all: remove some double spaces from comments
Daniel Martí
2017-08-25
encoding/gob: fix Debug to properly print uint
Danny Rosseau
2017-08-24
encoding/xml: improve package based on the suggestions from metalinter
Karel Pazdera
2017-08-23
all: fix easy-to-miss typos
Agniva De Sarker
2017-08-15
encoding/asn1: handle application tag in Marshal
Hiroshi Ioka
2017-08-15
encoding/hex: save allocation in DecodeString()
Agniva De Sarker
2017-08-14
encoding/base32: improve performance in common case
Ilya Tocar
2017-08-14
encoding/csv: preserve \r\n in quoted fields
Justin Nuß
2017-08-14
encoding/hex: improve tests
Agniva De Sarker
2017-08-14
encoding/csv: report line start line in errors
Justin Nuß
2017-08-12
encoding/binary: add example for Read multi
Mark Wolfe
2017-08-08
encoding/json: de-indent raw strings in remaining examples
Dmitri Shuralyov
2017-08-03
encoding/binary: add examples for varint functions
Axel Wagner
2017-07-22
encoding/json: ignore embedded fields of pointers to unexported non-structs
Joe Tsai
2017-07-15
encoding/json: fix indentation in Decode stream example
Iccha Sethi
2017-07-15
encoding/binary: add examples for ByteOrder functions
Ross Light
2017-07-06
encoding/base32: make NoPadding Encoding's DecodedLen return exact size
Gustav Westling
2017-07-06
encoding/base32: support custom and disabled padding when decoding
Gustav Westling
2017-06-29
Revert "encoding/json: reduce unmarshal mallocs for unmapped fields"
Brad Fitzpatrick
2017-06-29
encoding/binary: clarify the repercussions for not following the docs
Brad Fitzpatrick
2017-06-29
encoding/gob: warn about decoding data from untrusted sources
Brad Fitzpatrick
2017-06-27
encoding/binary: improve comment formatting consistency
Dmitri Shuralyov
2017-06-23
encoding/ascii85: make bigtest big again
Mark Ryan
2017-06-16
encoding: fix endless loop in TestDecoderBuffering
Mark Ryan
2017-06-15
encoding: report correct line numbers in tests
Mark Ryan
2017-06-14
encoding/json: don't marshal unexported embedded fields of non struct type
thoeni
2017-06-05
encoding/json: clarify unmarshaling behaviour on bad fields
Alberto Donizetti
2017-05-26
encoding/gob: speedup decoding of maps by zeroing values
Filip Gruszczyński
2017-05-22
encoding/base32: add Encoding.WithPadding, StdPadding, NoPadding
Gustav Westling
2017-05-18
encoding/base32: ensure base32 decoder propagates errors correctly
Mark Ryan
2017-05-03
encoding/gob: use MakeMapWithSize when decoding map
Filip Gruszczyński
2017-04-28
encoding/json: replace encoderCache RWMutex with a sync.Map
Bryan C. Mills
2017-04-28
encoding/xml: replace tinfoMap RWMutex with sync.Map
Bryan C. Mills
2017-04-27
encoding/gob: replace RWMutex usage with sync.Map
Bryan C. Mills
2017-04-26
encoding/json: parallelize most benchmarks
Bryan C. Mills
2017-04-26
encoding/gob: parallelize Encode/Decode benchmarks
Bryan C. Mills
2017-04-26
encoding/xml: parallelize benchmarks
Bryan C. Mills
2017-04-26
encoding/csv: add option to reuse slices returned by Read
Justin Nuß
2017-04-25
all: remove some unused parameters in test code
Daniel Martí
2017-04-24
encoding/base64: Optimize DecodeString
Josselin Costanzi
2017-04-24
encoding/asn1: add NullBytes and NullRawValue for working with ASN.1 NULL
Andrew Benton
2017-04-23
encoding/base64: Rename rawUrlRef to rawURLRef
Mark Ryan
2017-04-19
all: remove redundant returns
Daniel Martí
2017-04-18
encoding/hex: change lookup table back to string
Josh Bleecher Snyder
2017-04-13
encoding/asn1: support 31 bit identifiers with OID
Monis Khan
2017-04-11
encoding/asn1: document "utc" and "generalized" tags
Hiroshi Ioka
2017-04-03
encoding/pem: yet another fuzz fake failure
Russ Cox
2017-04-03
encoding/pem: do not try to round trip value with leading/trailing space
Russ Cox
2017-03-24
encoding/gob: Speedup map decoding by reducing the allocations.
Filip Gruszczyński
2017-03-22
encoding/xml: unmarshal allow empty, non-string values
Sarah Adams
[prev]
[next]