aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob/encoder_test.go
AgeCommit message (Expand)Author
2021-03-13encoding/gob: ensure "duplicate type received" decoder errors surface upAman Karmani
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2018-10-22encoding/gob: delete out of memory testRob Pike
2018-06-13encoding/gob: correct issue number typo in commentIan Lance Taylor
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2017-03-13encoding/gob: add Encode-Decode Int slices testsAlberto Donizetti
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-21all: delete dead test codeDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-11-25encoding/gob: reduce the amount of memory allocations.Aliaksandr Valialkin
2015-06-01encoding/gob: fix infinite recursion caused by ignoring recursive typeRob Pike
2015-05-12encoding/gob: add "too big" check when writing a messageRob Pike
2015-04-17encoding/gob: fix hang from skipping large slicesMatthew Dempsky
2015-04-09encoding/gob: more checks for corrupted dataRob Pike
2015-04-07encoding/gob: more cleanups handling slice lengthRob Pike
2015-04-06encoding/gob: change panic into error for corrupt inputRob Pike
2014-12-28encoding/gob: address go vet reportEmil Hessman
2014-09-25encoding/gob: error rather than panic when decoding enormous slicesRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox