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
2023-04-20
std: fix various nilness findings
Alan Donovan
2023-04-07
encoding/xml: use reflect.Value.Grow
Daniel Martí
2023-04-04
encoding/binary: add word size to the error message of the failed constraint
Constantin Konstantinidis
2023-04-04
all: fix misuses of "a" vs "an"
cui fliter
2023-04-04
encoding/gob: use reflect.Value.Grow
Daniel Martí
2023-04-04
encoding/gob: report allocs in benchmarks
Daniel Martí
2023-03-29
encoding/gob: avoid pointers to fieldType
Daniel Martí
2023-03-29
encoding/gob: reuse calls to TypeOf for wireType
Daniel Martí
2023-03-29
encoding/gob: avoid a pointer to wireType in typeInfo
Daniel Martí
2023-03-29
encoding/gob: use reflect.Value.IsZero
Daniel Martí
2023-03-29
encoding/gob: avoid filling userTypeCache at init time
Daniel Martí
2023-03-29
encoding/asn1: improve memory efficiency of ObjectIdentifier.String
Mateusz Poliwczak
2023-03-28
encoding/asn1: support fractions of a second when unmarshaling GeneralizedTime
Michael Teichgraeber
2023-03-25
all: add a few links in package godocs
Daniel Martí
2023-03-24
encoding/gob: update decgen to generate current dec_helpers
Ian Lance Taylor
2023-03-23
encoding/gob: extend partially allocated string slices
Johan Abildskov
2023-03-15
encoding/json: make use of Buffer.AvailableBuffer
Joe Tsai
2023-02-27
encoding/json: simplify folded name logic
Joe Tsai
2023-02-27
encoding/json: use append for HTMLEscape
Joe Tsai
2023-02-27
encoding/json: rely on reflect.Value.SetZero
Joe Tsai
2023-02-27
encoding/json: remove legacy fuzz.go file
Joe Tsai
2023-02-27
encoding/gob: use reflect.Value.SetZero
Daniel Martí
2023-02-27
encoding/json: rely on reflect.Value.Grow
Joe Tsai
2023-02-24
encoding/json: use append-like operations for encoding
Joe Tsai
2023-02-24
encoding/json: unify encodeState.string and encodeState.stringBytes
Joe Tsai
2023-02-24
encoding/json: use append for Compact and Indent
Joe Tsai
2023-02-21
Revert "hex: fix panic in Decode when len(src) > 2*len(dst)"
Joe Tsai
2023-02-16
src: rename unexported errors by adding prefix err
Oleksandr Redko
2023-02-07
encoding/hex: fix Decode output check regression
Joe Tsai
2023-01-31
encoding/xml: allow overriding by empty namespace
Constantin Konstantinidis
2023-01-30
encoding/binary: add String and GoString method to nativeEndian
cuiweixie
2023-01-30
all: fix problematic comments
cui fliter
2023-01-27
encoding/binary: add var NativeEndian
cuiweixie
2023-01-27
hex: fix panic in Decode when len(src) > 2*len(dst)
Benjamin Prosnitz
2023-01-24
encoding/gob: slightly simplify init code
Daniel Martí
2023-01-20
encoding/gob: shave off some init time cost
Daniel Martí
2022-12-02
encoding/csv: use proper doc comment for Deprecated notes
Russ Cox
2022-11-29
Revert "encoding/xml: disallow empty namespace when prefix is set"
Ian Lance Taylor
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-09
encoding/xml: error when more than one colon in qualified names
Constantin Konstantinidis
2022-11-09
encoding/xml: disallow empty namespace when prefix is set
Constantin Konstantinidis
2022-11-09
encoding/xml: error when closing tag does not match opening tag
Constantin Konstantinidis
2022-11-09
encoding/xml: add check of namespaces to detect field names conflicts
Constantin Konstantinidis
2022-11-05
all: fix comment typos
Dan Kortschak
2022-10-31
encoding/xml: reduce depth limit on wasm
Russ Cox
2022-10-20
encoding/gob: support large slices in slice decode helpers
Ian Lance Taylor
2022-10-13
encoding/gob: note pacakge not covered by security policy
Roland Shoemaker
2022-10-06
all: remove redundant type conversion
cui fliter
2022-10-04
encoding/asn1: remove allocation from init
Tomasz Jezierski
2022-10-04
encoding/gob: prevent a decoder state overflow
Daniel Martí
[prev]
[next]