aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob/codec_test.go
AgeCommit message (Expand)Author
2023-08-19encoding/gob: prevent panic from index out of range in Decoder.typeStringAndy Pan
2023-08-03encoding/gob: skip TestLargeSlice on machines with small address spacemiller
2023-03-23encoding/gob: extend partially allocated string slicesJohan Abildskov
2022-10-20encoding/gob: support large slices in slice decode helpersIan Lance Taylor
2022-09-06encoding: use strings.Buildercuiweixie
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
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