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-08-30
encoding/asn1: use reflect.TypeFor for known types
apocelipes
2023-08-29
encoding/json: adjust comment about encoding \b and \f
Christian Höppner
2023-08-25
encoding/json: modernize tests
Joe Tsai
2023-08-25
encoding/json: avoid allocation when decoding number types
korzhao
2023-08-25
encoding/json: optimize Marshal for maps
korzhao
2023-08-23
encoding/json: encode \b and \f as '\b' and '\f' in JSON strings
Joe Tsai
2023-08-19
encoding/csv: correct Column docs
Ian Lance Taylor
2023-08-19
encoding/gob: prevent panic from index out of range in Decoder.typeString
Andy Pan
2023-08-19
encoding: optimize growth behavior in Encoding.AppendDecode
Joe Tsai
2023-08-18
encoding/json: use base64.Encoding.AppendEncode
Andy Pan
2023-08-18
encoding: require unique alphabet for base32 and base64
Joe Tsai
2023-08-17
encoding: reject negative runes in Encoding.WithPadding
Joe Tsai
2023-08-17
encoding: add AppendEncode and AppendDecode
Joe Tsai
2023-08-14
encoding/json: declare hex as a const
Jes Cok
2023-08-07
all: add a few more godoc links
Daniel Martí
2023-08-07
encoding/base32: optimize Encode
korzhao
2023-08-07
encoding/xml, image/jpeg, image/png: use the builtin min function
apocelipes
2023-08-03
encoding/gob: skip TestLargeSlice on machines with small address space
miller
2023-08-02
encoding/json: adjust comment to keep the same style as comment above
Jes Cok
2023-08-01
encoding/json: replace "between or" with "between and" in comment
Jes Cok
2023-08-01
encoding/json: use reflect.TypeFor for known types
Ian Lance Taylor
2023-08-01
encoding/xml: use reflect.TypeFor for known types
Ian Lance Taylor
2023-08-01
encoding/gob: use reflect.TypeFor for known types
Ian Lance Taylor
2023-07-31
encoding/json: optimize Unmarshal for maps
korzhao
2023-07-29
encoding/json: replace dead link in appendString
korzhao
2023-07-27
reflect: deprecate PtrTo
qiulaidongfeng
2023-07-26
encoding/base32: reduce overflow risk when calc encode/decode len
chanxuehong
2023-07-21
encoding/base64: reduce the overflow risk when computing encode/decode length
chanxuehong
2023-07-18
all: fix typos
Jes Cok
2023-06-27
encoding: document that base32 and base64 do not use UTF-8
Joe Tsai
2023-06-20
encoding/binary: on invalid type return -1 from Size
Ian Lance Taylor
2023-05-25
encoding/json: document unsupported float values
Sean Liao
2023-05-23
encoding: document when marshaling methods can be added
Sean Liao
2023-05-17
encoding/xml: wrap charsetReader errors
Thuy Linh Luu
2023-05-10
encoding/csv: update doc comment of Read method
IvoGoman
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
[prev]
[next]