aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
AgeCommit message (Expand)Author
16 hoursencoding/json: realign struct encodeState, structFields, and fieldShulhan
16 hoursencoding/json: realign struct UnmarshalTypeError and decodeStateShulhan
16 hoursencoding/json: optimize isValidNumber functionShulhan
2026-03-30all: fix some minor issues in the commentscuishuang
2026-03-30encoding/hex: speed up DecodeJulien Cretel
2026-03-26encoding/{base32,base64}: speed up EncodeJulien Cretel
2026-03-06encoding/json: unwrap IO errors from SyntacticError in transformSyntacticErrorLars Grote
2026-02-13encoding/json/v2: allow streaming JSON methods to return errors.ErrUnsupportedJoe Tsai
2026-02-13encoding/json/v2: remove SkipFunc sentinel errorJoe Tsai
2026-02-13encoding/json/v2: dual support errors.ErrUnsupported and SkipFuncJoe Tsai
2026-02-12encoding/json/v2: remove `unknown` tag option and DiscardUnknownMembersJoe Tsai
2026-02-02encoding/json: use pooled encoder in Encoder.EncodeJoe Tsai
2026-01-30cmd/go,crypto/mlkem,crypto/x509,encoding/ascii85: clean up tautological/impos...Neal Patel
2026-01-23encoding/json: fix typo in package doc.David Symonds
2026-01-22encoding/json: remove unneeded unsafe importkhr@golang.org
2026-01-22encoding/json/v2: remove issue reference in Duration formatting errorJoe Tsai
2025-12-29encoding/gob: clarify docs about pointers to zero values not being sentOleg Zaytsev
2025-12-11encoding/json/jsontext: add symbolic Kind constantsDamien Neil
2025-12-11json/jsontext: normalize all invalid Kinds to 0Damien Neil
2025-12-11encoding/json: report true from v2 Decoder.More when an error is pendingDamien Neil
2025-12-05all: fix some comment issuescuishuang
2025-11-20encoding/json: remove linknamesSean Liao
2025-11-11std,cmd: go fix -any std cmdAlan Donovan
2025-11-04encoding/pem: don't reslice in failure modesRoland Shoemaker
2025-10-24encoding/json/v2: fix typo in documentation about errors.AsTypeJoe Tsai
2025-10-24encoding/json/jsontext: avoid pinning application data in poolsJoe Tsai
2025-10-24encoding/json/v2: use slices.Sort directlyJoe Tsai
2025-10-23encoding/pem: properly calculate end indexesRoland Shoemaker
2025-10-20encoding/asn1: use reflect.TypeAssert to improve performanceapocelipes
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-10-17encoding/pem: properly decode strange PEM dataRoland Shoemaker
2025-10-14encoding/json: avoid misleading errors under goexperiment.jsonv2Joe Tsai
2025-10-13encoding/json/v2: restrict presence of default optionsJoe Tsai
2025-10-13encoding/json/v2: report EOF for top-level values in UnmarshalDecodeJoe Tsai
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-10-10encoding/json: fix regression in quoted numbers under goexperiment.jsonv2Joe Tsai
2025-10-10all: omit unnecessary reassignmentcuishuang
2025-10-07encoding/pem: make Decode complexity linearRoland Shoemaker
2025-10-07encoding/asn1: prevent memory exhaustion when parsing using internal/saferioNicholas Husin
2025-10-01encoding/json: fix Decoder.InputOffset regression in goexperiment.jsonv2Joe Tsai
2025-09-29encoding/xml: make use of reflect.TypeAssertapocelipes
2025-09-17encoding/json/v2: fix typo in commentmohanson
2025-09-11encoding/gob: make use of reflect.TypeAssertapocelipes
2025-09-10encoding/json/v2: document context annotation with SemanticErrorJoe Tsai
2025-09-09encoding/json: use reflect.TypeAssertJoe Tsai
2025-09-08encoding/json/internal/jsonflags: fix comment with wrong field nameWeerasak Chongnguluam
2025-09-03unicode/utf8: make DecodeRune{,InString} inlineableJulien Cretel
2025-08-13encoding/json/v2: cleanup error constructorsJoe Tsai
2025-08-13encoding/json/v2: fix incorrect marshaling of NaN in float64 anyJoe Tsai
2025-08-13encoding/json/v2: fix wrong type with cyclic marshal error in map[string]anyJoe Tsai