aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob/decode.go
AgeCommit message (Expand)Author
2021-08-27encoding/gob: optimize decoding of []byteJoe Tsai
2018-03-24all: remove some unused return parametersDaniel Martí
2018-01-04encoding/gob: avoid race on idToTypeIan Lance Taylor
2017-05-26encoding/gob: speedup decoding of maps by zeroing valuesFilip Gruszczyński
2017-05-03encoding/gob: use MakeMapWithSize when decoding mapFilip Gruszczyński
2017-04-27encoding/gob: replace RWMutex usage with sync.MapBryan C. Mills
2017-03-24encoding/gob: Speedup map decoding by reducing the allocations.Filip Gruszczyński
2017-03-18encoding/gob: speedup floats encoding and decodingAlberto Donizetti
2017-03-06encoding/gob: remove unused ut and atyp parametersDaniel Martí
2016-06-28encoding/gob: avoid allocating string for map keyDavid Crawshaw
2016-03-02all: single space after period.Brad Fitzpatrick
2015-11-25encoding/gob: reduce the amount of memory allocations.Aliaksandr Valialkin
2015-08-25encoding/gob: remove always false comparisonTodd Neal
2015-06-01encoding/gob: fix infinite recursion caused by ignoring recursive typeRob Pike
2015-04-17encoding/gob: fix hang from skipping large slicesMatthew Dempsky
2015-04-09encoding/gob: more checks for corrupted dataRob Pike
2015-04-08encoding/gob: clean up decoderMap after errBadTypeHåvard Haugen
2015-04-07encoding/gob: more cleanups handling slice lengthRob Pike
2015-04-07encoding/gob: make method doc string match method namekortschak
2015-04-06encoding/gob: change panic into error for corrupt inputRob Pike
2014-10-20encoding/gob: add custom decoder buffer for performanceRob Pike
2014-10-17encoding/gob: custom array/slice decodersRob Pike
2014-09-25encoding/gob: fix 386 buildRob Pike
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