aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob/codec_test.go
AgeCommit message (Expand)Author
2019-09-09src: gofmt -sAinar Garipov
2019-04-30encoding/gob: adding missing fuzz skip to one of the fuzz testsBrad Fitzpatrick
2018-03-09encoding/gob: work around TestFuzzOneByte panicDaniel Martí
2017-08-25encoding/gob: fix Debug to properly print uintDanny Rosseau
2017-05-26encoding/gob: speedup decoding of maps by zeroing valuesFilip Gruszczyński
2017-04-25all: remove some unused parameters in test codeDaniel Martí
2017-04-19all: remove redundant returnsDaniel Martí
2017-03-24encoding/gob: Speedup map decoding by reducing the allocations.Filip Gruszczyński
2016-05-06all: fix copy-and-paste errors in testsAlberto Donizetti
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-08-21all: fix some vet-caught formatting errors, mostly but not only in testsRob Pike
2015-04-08encoding/gob: clean up decoderMap after errBadTypeHåvard Haugen
2014-10-20encoding/gob: add custom decoder buffer for performanceRob Pike
2014-10-17encoding/gob: use simple append-only buffer for encodingRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox