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
/
gob
Age
Commit message (
Expand
)
Author
2025-02-03
all: replace reflect.Value.Type.Kind with reflect.Value.Kind
Sean Liao
2024-09-13
encoding/gob: make use of maps.Clone
Jes Cok
2024-09-05
encoding/gob: cover missed cases when checking ignore depth
Roland Shoemaker
2024-07-25
encoding/gob: fix package doc typo for wireType
Chen Su
2024-07-25
encoding: use slices and maps to clean up tests
apocelipes
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-05-16
crypto/x509: add text and binary marshal methods to OID
Mateusz Poliwczak
2024-04-11
all: consistently use "IEEE 754" over "IEEE-754"
Joe Tsai
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
2023-09-08
encoding: modernize Go documentation
Joe Tsai
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-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-19
encoding/gob: prevent panic from index out of range in Decoder.typeString
Andy Pan
2023-08-03
encoding/gob: skip TestLargeSlice on machines with small address space
miller
2023-08-01
encoding/gob: use reflect.TypeFor for known types
Ian Lance Taylor
2023-07-27
reflect: deprecate PtrTo
qiulaidongfeng
2023-07-18
all: fix typos
Jes Cok
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-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
2023-03-23
encoding/gob: extend partially allocated string slices
Johan Abildskov
2023-02-27
encoding/gob: use reflect.Value.SetZero
Daniel Martí
2023-01-30
all: fix problematic comments
cui fliter
2023-01-24
encoding/gob: slightly simplify init code
Daniel Martí
2023-01-20
encoding/gob: shave off some init time cost
Daniel Martí
2022-10-20
encoding/gob: support large slices in slice decode helpers
Ian Lance Taylor
2022-10-13
encoding/gob: note pacakge not covered by security policy
Roland Shoemaker
2022-10-04
encoding/gob: prevent a decoder state overflow
Daniel Martí
2022-09-30
encoding: fix a few function names on comments
cui fliter
2022-09-29
encoding/gob: add top level security doc
Roland Shoemaker
2022-09-25
encoding/gob: use saferio.SliceCap when decoding a slice
Ian Lance Taylor
2022-09-06
encoding: use strings.Builder
cuiweixie
2022-08-19
encoding/gob: use saferio to read large buffer
Ian Lance Taylor
2022-08-09
encoding/gob: change typeInfo.encoder type to atomic.Pointer[T]
Ludi Rehak
2022-08-08
encoding/gob: replace runtime values with constants in init()
Tomasz Jezierski
2022-07-15
encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/
Ian Lance Taylor
2022-07-12
encoding/gob: add a depth limit for ignored fields
Roland Shoemaker
2022-04-11
all: gofmt main repo
Russ Cox
[next]