aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob/encode.go
AgeCommit message (Expand)Author
2025-02-03all: replace reflect.Value.Type.Kind with reflect.Value.KindSean Liao
2024-05-16crypto/x509: add text and binary marshal methods to OIDMateusz Poliwczak
2024-03-14encoding/gob: make x509.Certificate marshalable againRuss Cox
2023-03-29encoding/gob: use reflect.Value.IsZeroDaniel Martí
2023-01-30all: fix problematic commentscui fliter
2022-08-09encoding/gob: change typeInfo.encoder type to atomic.Pointer[T]Ludi Rehak
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2021-09-07encoding/gob: marshal maps using reflect.Value.MapRangekorzhao
2019-05-09encoding/gob: rename encBuffer.WriteByte to writeByteRuss Cox
2017-04-27encoding/gob: replace RWMutex usage with sync.MapBryan C. Mills
2017-03-18encoding/gob: speedup floats encoding and decodingAlberto Donizetti
2017-03-17encoding/gob: make integers encoding fasterAlberto Donizetti
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-25encoding/gob: reduce the amount of memory allocations.Aliaksandr Valialkin
2014-10-17encoding/gob: use simple append-only buffer for encodingRob Pike
2014-10-17encoding/gob: custom array/slice decodersRob Pike
2014-10-17encoding/gob: speed up encoding of arrays and slicesRob Pike
2014-10-14encoding/gob: make encoding structs a little fasterRob Pike
2014-09-18encoding/gob: speedup encodingDmitriy Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox