summaryrefslogtreecommitdiff
path: root/src/encoding/gob/codec_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: fix copy-and-paste errors in testsAlberto Donizetti2016-05-061-2/+2
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* encoding/gob: reduce the amount of memory allocations.Aliaksandr Valialkin2015-11-251-2/+0
* all: fix some vet-caught formatting errors, mostly but not only in testsRob Pike2015-08-211-1/+1
* encoding/gob: clean up decoderMap after errBadTypeHÃ¥vard Haugen2015-04-081-0/+19
* encoding/gob: add custom decoder buffer for performanceRob Pike2014-10-201-4/+10
* encoding/gob: use simple append-only buffer for encodingRob Pike2014-10-171-6/+6
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1469