aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob/encoder.go
AgeCommit message (Expand)Author
2023-09-08encoding: modernize Go documentationJoe Tsai
2023-09-07encoding/gob: make comment more idiomatic for *Encoder.writerJes Cok
2023-04-04all: fix misuses of "a" vs "an"cui fliter
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-26all: use reflect.{Pointer,PointerTo}Cuong Manh Le
2018-12-28encoding/gob: mention that Encoder and Decoder are safe for concurrent useMostyn Bramley-Moore
2016-08-19encoding/gob: error out instead of panicking on nil dereferenceEmmanuel Odeke
2016-07-05encoding/gob: document Encode, EncodeValue nil pointer panicsEmmanuel Odeke
2016-03-02all: single space after period.Brad Fitzpatrick
2015-05-12encoding/gob: add "too big" check when writing a messageRob Pike
2014-10-17encoding/gob: use simple append-only buffer for encodingRob Pike
2014-09-18encoding/gob: speedup encodingDmitriy Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox