index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
gob
/
codec_test.go
Age
Commit message (
Expand
)
Author
2023-08-19
encoding/gob: prevent panic from index out of range in Decoder.typeString
Andy Pan
2023-08-03
encoding/gob: skip TestLargeSlice on machines with small address space
miller
2023-03-23
encoding/gob: extend partially allocated string slices
Johan Abildskov
2022-10-20
encoding/gob: support large slices in slice decode helpers
Ian Lance Taylor
2022-09-06
encoding: use strings.Builder
cuiweixie
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2019-09-09
src: gofmt -s
Ainar Garipov
2019-04-30
encoding/gob: adding missing fuzz skip to one of the fuzz tests
Brad Fitzpatrick
2018-03-09
encoding/gob: work around TestFuzzOneByte panic
Daniel Martí
2017-08-25
encoding/gob: fix Debug to properly print uint
Danny Rosseau
2017-05-26
encoding/gob: speedup decoding of maps by zeroing values
Filip Gruszczyński
2017-04-25
all: remove some unused parameters in test code
Daniel Martí
2017-04-19
all: remove redundant returns
Daniel Martí
2017-03-24
encoding/gob: Speedup map decoding by reducing the allocations.
Filip Gruszczyński
2016-05-06
all: fix copy-and-paste errors in tests
Alberto Donizetti
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2015-11-25
encoding/gob: reduce the amount of memory allocations.
Aliaksandr Valialkin
2015-08-21
all: fix some vet-caught formatting errors, mostly but not only in tests
Rob Pike
2015-04-08
encoding/gob: clean up decoderMap after errBadType
Håvard Haugen
2014-10-20
encoding/gob: add custom decoder buffer for performance
Rob Pike
2014-10-17
encoding/gob: use simple append-only buffer for encoding
Rob Pike
2014-09-08
build: move package sources from src/pkg to src
Russ Cox