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
16 hours
encoding/json: realign struct encodeState, structFields, and field
Shulhan
16 hours
encoding/json: realign struct UnmarshalTypeError and decodeState
Shulhan
16 hours
encoding/json: optimize isValidNumber function
Shulhan
2026-03-30
all: fix some minor issues in the comments
cuishuang
2026-03-30
encoding/hex: speed up Decode
Julien Cretel
2026-03-26
encoding/{base32,base64}: speed up Encode
Julien Cretel
2026-03-06
encoding/json: unwrap IO errors from SyntacticError in transformSyntacticError
Lars Grote
2026-02-13
encoding/json/v2: allow streaming JSON methods to return errors.ErrUnsupported
Joe Tsai
2026-02-13
encoding/json/v2: remove SkipFunc sentinel error
Joe Tsai
2026-02-13
encoding/json/v2: dual support errors.ErrUnsupported and SkipFunc
Joe Tsai
2026-02-12
encoding/json/v2: remove `unknown` tag option and DiscardUnknownMembers
Joe Tsai
2026-02-02
encoding/json: use pooled encoder in Encoder.Encode
Joe Tsai
2026-01-30
cmd/go,crypto/mlkem,crypto/x509,encoding/ascii85: clean up tautological/impos...
Neal Patel
2026-01-23
encoding/json: fix typo in package doc.
David Symonds
2026-01-22
encoding/json: remove unneeded unsafe import
khr@golang.org
2026-01-22
encoding/json/v2: remove issue reference in Duration formatting error
Joe Tsai
2025-12-29
encoding/gob: clarify docs about pointers to zero values not being sent
Oleg Zaytsev
2025-12-11
encoding/json/jsontext: add symbolic Kind constants
Damien Neil
2025-12-11
json/jsontext: normalize all invalid Kinds to 0
Damien Neil
2025-12-11
encoding/json: report true from v2 Decoder.More when an error is pending
Damien Neil
2025-12-05
all: fix some comment issues
cuishuang
2025-11-20
encoding/json: remove linknames
Sean Liao
2025-11-11
std,cmd: go fix -any std cmd
Alan Donovan
2025-11-04
encoding/pem: don't reslice in failure modes
Roland Shoemaker
2025-10-24
encoding/json/v2: fix typo in documentation about errors.AsType
Joe Tsai
2025-10-24
encoding/json/jsontext: avoid pinning application data in pools
Joe Tsai
2025-10-24
encoding/json/v2: use slices.Sort directly
Joe Tsai
2025-10-23
encoding/pem: properly calculate end indexes
Roland Shoemaker
2025-10-20
encoding/asn1: use reflect.TypeAssert to improve performance
apocelipes
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-10-17
encoding/pem: properly decode strange PEM data
Roland Shoemaker
2025-10-14
encoding/json: avoid misleading errors under goexperiment.jsonv2
Joe Tsai
2025-10-13
encoding/json/v2: restrict presence of default options
Joe Tsai
2025-10-13
encoding/json/v2: report EOF for top-level values in UnmarshalDecode
Joe Tsai
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-10-10
encoding/json: fix regression in quoted numbers under goexperiment.jsonv2
Joe Tsai
2025-10-10
all: omit unnecessary reassignment
cuishuang
2025-10-07
encoding/pem: make Decode complexity linear
Roland Shoemaker
2025-10-07
encoding/asn1: prevent memory exhaustion when parsing using internal/saferio
Nicholas Husin
2025-10-01
encoding/json: fix Decoder.InputOffset regression in goexperiment.jsonv2
Joe Tsai
2025-09-29
encoding/xml: make use of reflect.TypeAssert
apocelipes
2025-09-17
encoding/json/v2: fix typo in comment
mohanson
2025-09-11
encoding/gob: make use of reflect.TypeAssert
apocelipes
2025-09-10
encoding/json/v2: document context annotation with SemanticError
Joe Tsai
2025-09-09
encoding/json: use reflect.TypeAssert
Joe Tsai
2025-09-08
encoding/json/internal/jsonflags: fix comment with wrong field name
Weerasak Chongnguluam
2025-09-03
unicode/utf8: make DecodeRune{,InString} inlineable
Julien Cretel
2025-08-13
encoding/json/v2: cleanup error constructors
Joe Tsai
2025-08-13
encoding/json/v2: fix incorrect marshaling of NaN in float64 any
Joe Tsai
2025-08-13
encoding/json/v2: fix wrong type with cyclic marshal error in map[string]any
Joe Tsai
[next]