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
2024-07-16
encoding/binary: use list format in docstrings
Kir Kolyshkin
2024-07-16
encoding/json: document compact json output in Encoder.Encode
Sean Liao
2024-06-21
encoding/json: clarify the map's key type for Unmarshal
Jes Cok
2024-05-23
std: fix calls to Printf(s) with non-constant s
Alan Donovan
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-23
all: document legacy //go:linkname for modules with ≥20,000 dependents
Russ Cox
2024-05-22
encoding/binary: adjust docs for Append, Encode and Decode
Jes Cok
2024-05-20
encoding/binary: speed up Size
Lorenz Bauer
2024-05-20
encoding/binary: add Append, Encode and Decode
Lorenz Bauer
2024-05-16
crypto/x509: add text and binary marshal methods to OID
Mateusz Poliwczak
2024-05-14
encoding/base32: use correct length for unpadded buffer in Read
Niklas Ott
2024-05-13
encoding/csv: clarify that Writer uses different line break than RFC 4180 by ...
nobishino
2024-05-13
encoding/binary: simplify encoder.value
Lorenz Bauer
2024-05-08
encoding/hex: don't overallocate memory in DecodeString
Mateusz Poliwczak
2024-04-29
encoding/json: optimize field sorting with slices and cmp
aimuz
2024-04-11
all: consistently use "IEEE 754" over "IEEE-754"
Joe Tsai
2024-04-11
encoding/json: use slices to simplify the code
apocelipes
2024-04-05
encoding/csv: port the go-fuzz function to native fuzzing
Daniel Martí
2024-04-02
encoding/json: prevent duplicate slicebytetostring
Shengyu Zhang
2024-03-28
encoding/asn1: simplify appendFourDigits
apocelipes
2024-03-26
all: fix a large number of comments
cui fliter
2024-03-22
encoding/gob: close files used in dump.go and encgen.go
guoguangwu
2024-03-20
encoding/gob: close output file
guoguangwu
2024-03-14
encoding/gob: make x509.Certificate marshalable again
Russ Cox
2024-03-13
encoding/binary: cache struct sizes to speed up Read and Write for slice of s...
kwakubiney
2024-03-08
Revert "encoding/xml: reject XML declaration after start of document"
Russ Cox
2024-03-06
encoding/binary: use built-in clear to simplify code
Jes Cok
2024-02-29
encoding/json: make use of reflect.Type.{OverflowInt, OverflowUint}
Jes Cok
2024-02-28
encoding/xml: display closing space in error message
Constantin Konstantinidis
2024-02-27
encoding/xml: remove unnecessary fmt.Sprintf call
guoguangwu
2024-02-22
encoding/xml: reject XML declaration after start of document
Axel Wagner
2024-02-08
encoding/xml: rewrite func procInst
Jes Cok
2023-10-18
encoding/json: use reflect.Value.IsZero
andig
2023-10-12
encoding/xml: use reflect.Value.IsZero
apocelipes
2023-10-06
encoding/json: fix appendCompact escaping
Alexander Yastrebov
2023-09-27
all: use the indefinite article an in comments
Jes Cok
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2023-09-07
encoding/xml: use reflect.Value.Bytes on addressable arrays
Daniel Martí
2023-09-07
encoding/gob: fix typo in comment for decAlloc
Jes Cok
2023-09-07
encoding/gob: make comment more idiomatic for *Encoder.writer
Jes Cok
2023-09-07
encoding/gob: swap 'err, i' to correct verbs in decUint8Slice
Jes Cok
2023-09-03
encoding: show the alphabet for base32 and base64
Joe Tsai
2023-09-02
encoding/gob: add comma in field comment of userTypeInfo for consistency
Jes Cok
2023-08-31
all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWi...
Jes Cok
2023-08-30
encoding/xml: overriding by empty namespace when no new name declaration
xuri
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
[next]