aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob
AgeCommit message (Expand)Author
2024-09-05[release-branch.go1.23] encoding/gob: cover missed cases when checking ignore...Roland Shoemaker
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-05-16crypto/x509: add text and binary marshal methods to OIDMateusz Poliwczak
2024-04-11all: consistently use "IEEE 754" over "IEEE-754"Joe Tsai
2024-03-22encoding/gob: close files used in dump.go and encgen.goguoguangwu
2024-03-20encoding/gob: close output fileguoguangwu
2024-03-14encoding/gob: make x509.Certificate marshalable againRuss Cox
2023-09-08encoding: modernize Go documentationJoe Tsai
2023-09-07encoding/gob: fix typo in comment for decAllocJes Cok
2023-09-07encoding/gob: make comment more idiomatic for *Encoder.writerJes Cok
2023-09-07encoding/gob: swap 'err, i' to correct verbs in decUint8SliceJes Cok
2023-09-02encoding/gob: add comma in field comment of userTypeInfo for consistencyJes Cok
2023-08-31all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWi...Jes Cok
2023-08-19encoding/gob: prevent panic from index out of range in Decoder.typeStringAndy Pan
2023-08-03encoding/gob: skip TestLargeSlice on machines with small address spacemiller
2023-08-01encoding/gob: use reflect.TypeFor for known typesIan Lance Taylor
2023-07-27reflect: deprecate PtrToqiulaidongfeng
2023-07-18all: fix typosJes Cok
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2023-04-04encoding/gob: use reflect.Value.GrowDaniel Martí
2023-04-04encoding/gob: report allocs in benchmarksDaniel Martí
2023-03-29encoding/gob: avoid pointers to fieldTypeDaniel Martí
2023-03-29encoding/gob: reuse calls to TypeOf for wireTypeDaniel Martí
2023-03-29encoding/gob: avoid a pointer to wireType in typeInfoDaniel Martí
2023-03-29encoding/gob: use reflect.Value.IsZeroDaniel Martí
2023-03-29encoding/gob: avoid filling userTypeCache at init timeDaniel Martí
2023-03-25all: add a few links in package godocsDaniel Martí
2023-03-24encoding/gob: update decgen to generate current dec_helpersIan Lance Taylor
2023-03-23encoding/gob: extend partially allocated string slicesJohan Abildskov
2023-02-27encoding/gob: use reflect.Value.SetZeroDaniel Martí
2023-01-30all: fix problematic commentscui fliter
2023-01-24encoding/gob: slightly simplify init codeDaniel Martí
2023-01-20encoding/gob: shave off some init time costDaniel Martí
2022-10-20encoding/gob: support large slices in slice decode helpersIan Lance Taylor
2022-10-13encoding/gob: note pacakge not covered by security policyRoland Shoemaker
2022-10-04encoding/gob: prevent a decoder state overflowDaniel Martí
2022-09-30encoding: fix a few function names on commentscui fliter
2022-09-29encoding/gob: add top level security docRoland Shoemaker
2022-09-25encoding/gob: use saferio.SliceCap when decoding a sliceIan Lance Taylor
2022-09-06encoding: use strings.Buildercuiweixie
2022-08-19encoding/gob: use saferio to read large bufferIan Lance Taylor
2022-08-09encoding/gob: change typeInfo.encoder type to atomic.Pointer[T]Ludi Rehak
2022-08-08encoding/gob: replace runtime values with constants in init()Tomasz Jezierski
2022-07-15encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/Ian Lance Taylor
2022-07-12encoding/gob: add a depth limit for ignored fieldsRoland Shoemaker
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le