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
/
pkg
/
encoding
/
gob
Age
Commit message (
Expand
)
Author
2013-11-18
[release-branch.go1.2] encoding/gob: do not use MarshalText, UnmarshalText
Andrew Gerrand
2013-11-18
[release-branch.go1.2] encoding/gob: expose encode/decode example
Andrew Gerrand
2013-10-08
encoding/gob: add examples
Rob Pike
2013-09-30
undo CL 14154043 / 3e485428767e
Carl Shapiro
2013-09-30
encoding/gob: do not hide pointer argument for the garbage collector
Carl Shapiro
2013-09-27
all: fix some mistakes found by go tool vet .
Rob Pike
2013-09-16
encoding/gob: ignore chan and func fields of structures
Rob Pike
2013-08-21
all: protect alloc count tests by -testing.short
Rob Pike
2013-08-14
encoding/gob: support new generic interfaces in package encoding
Russ Cox
2013-07-23
all: be more idiomatic when documenting boolean return values.
Rob Pike
2013-06-20
all: excise some warts found by vet -shadow
Rob Pike
2013-06-04
encoding/gob: consistently use unsafe.Pointer for pointer values
Ian Lance Taylor
2013-03-22
build: remove dead code
Russ Cox
2013-03-22
encoding/gob: delete dead code.
Rob Pike
2013-03-06
all: Skip AllocsPerRun tests if GOMAXPROCS>1.
Albert Strasheim
2013-02-28
encoding/gob: fix copyright
Russ Cox
2013-02-25
all: fix some vet-found printf errors
Rob Pike
2013-02-02
testing: add AllocsPerRun
Kyle Lemons
2013-01-14
encoding/gob: fix broken test (fix build)
Alex Brainman
2013-01-14
encoding/gob: handle encoding of different indirects of GobEncoder
Kyle Lemons
2012-12-22
encoding/gob: document that structs only encode/decode exported fields
Russ Cox
2012-12-18
fmt, encoding/gob: fix misuse of Read
Shenghou Ma
2012-12-01
encoding/gob: Fix typo in doc.go
Luit van Drongelen
2012-12-01
all: set GOMAXPROCS to 1 when counting mallocs
Shenghou Ma
2012-10-30
gofmt: apply gofmt -w src misc
Robert Griesemer
2012-10-09
encoding/gob: add test case for issue 4214.
Dmitriy Vyukov
2012-10-09
encoding/gob: fix data race in Register
Rob Pike
2012-09-19
encoding/gob: fix comment
Robert Griesemer
2012-07-25
encoding/gob: test for type registration name.
David Symonds
2012-07-23
encoding/gob: revert 6348067, which broke compatibility
Rob Pike
2012-07-13
encoding/gob: disable fuzz tests unless command-line flag is set
Rob Pike
2012-07-12
encoding/gob: reduce decoder memory
Rob Pike
2012-07-12
encoding/gob: fix check for short input in slice decode
Rob Pike
2012-07-03
encoding/gob: fix bug in Register
Rob Pike
2012-06-13
encoding/gob: don't cache broken encoding engines.
Rob Pike
2012-06-12
encoding/gob: better handling of nil pointers
Rob Pike
2012-06-09
encoding/gob: fix doc typo
Brad Fitzpatrick
2012-03-16
doc: add Gobs of data article
Francisco Souza
2012-03-08
all: gofmt -w -s src misc
Robert Griesemer
2012-03-08
encoding/gob: fix memory corruption
Dmitriy Vyukov
2012-03-01
encoding/gob: more hardening for lengths of input strings.
David Symonds
2012-02-29
gob: trivial print fix
Robert Hencke
2012-02-28
encoding/gob: fix "// +build" comment for debug.go
Shenghou Ma
2012-02-18
encoding/gob: cache engine for user type, not base type
Rob Pike
2012-02-18
encoding/gob: fix mutually recursive slices of structs
Rob Pike
2012-02-17
encoding/gob: catch internal error when it happens
Rob Pike
2012-02-14
cmd/go: a raft of fixes
Russ Cox
2012-02-12
runtime: delete Type and implementations (use reflect instead)
Russ Cox
2012-02-07
encoding/gob: document CommonType
Rob Pike
2012-02-06
doc: remove overuse of simply
Russ Cox
[next]