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
Age
Commit message (
Expand
)
Author
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-03-21
all: delete dead test code
Dominik Honnef
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-19
all: replace strings.Index with strings.Contains where possible
Nathan VanBenschoten
2015-12-07
encoding/gob: document behavior of zero-valued arrays, slices, and maps
Rob Pike
2015-11-25
encoding/gob: reduce the amount of memory allocations.
Aliaksandr Valialkin
2015-11-24
encoding/gob: document that zero elements of arrays and slices are sent
Rob Pike
2015-10-06
encoding/gob: fix typo in documentation
Tormod Erevik Lea
2015-09-17
encoding/gob: document allocation/merge behavior
Rob Pike
2015-08-25
encoding/gob: remove always false comparison
Todd Neal
2015-08-21
all: fix some vet-caught formatting errors, mostly but not only in tests
Rob Pike
2015-07-12
all: link to https for golang subdomains too
Brad Fitzpatrick
2015-06-01
encoding/gob: fix infinite recursion caused by ignoring recursive type
Rob Pike
2015-05-20
encoding/gob: fix docs
Shenghou Ma
2015-05-12
encoding/gob: add "too big" check when writing a message
Rob Pike
2015-04-17
encoding/gob: fix hang from skipping large slices
Matthew Dempsky
2015-04-09
encoding/gob: more checks for corrupted data
Rob Pike
2015-04-08
encoding/gob: clean up decoderMap after errBadType
HÃ¥vard Haugen
2015-04-07
encoding/gob: more cleanups handling slice length
Rob Pike
2015-04-07
encoding/gob: make method doc string match method name
kortschak
2015-04-06
encoding/gob: change panic into error for corrupt input
Rob Pike
2014-12-28
encoding/gob: address go vet report
Emil Hessman
2014-10-20
encoding/gob: add custom decoder buffer for performance
Rob Pike
2014-10-19
encoding/gob: fix print format in generated decoder helpers
Rob Pike
2014-10-17
encoding/gob: use simple append-only buffer for encoding
Rob Pike
2014-10-17
encoding/gob: custom array/slice decoders
Rob Pike
2014-10-17
encoding/gob: speed up encoding of arrays and slices
Rob Pike
2014-10-14
encoding/gob: make encoding structs a little faster
Rob Pike
2014-09-25
encoding/gob: fix 386 build
Rob Pike
2014-09-25
encoding/gob: error rather than panic when decoding enormous slices
Rob Pike
2014-09-18
encoding/gob: speedup encoding
Dmitriy Vyukov
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]