aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/encoding/gob
AgeCommit message (Expand)Author
2013-11-18[release-branch.go1.2] encoding/gob: do not use MarshalText, UnmarshalTextAndrew Gerrand
2013-11-18[release-branch.go1.2] encoding/gob: expose encode/decode exampleAndrew Gerrand
2013-10-08encoding/gob: add examplesRob Pike
2013-09-30undo CL 14154043 / 3e485428767eCarl Shapiro
2013-09-30encoding/gob: do not hide pointer argument for the garbage collectorCarl Shapiro
2013-09-27all: fix some mistakes found by go tool vet .Rob Pike
2013-09-16encoding/gob: ignore chan and func fields of structuresRob Pike
2013-08-21all: protect alloc count tests by -testing.shortRob Pike
2013-08-14encoding/gob: support new generic interfaces in package encodingRuss Cox
2013-07-23all: be more idiomatic when documenting boolean return values.Rob Pike
2013-06-20all: excise some warts found by vet -shadowRob Pike
2013-06-04encoding/gob: consistently use unsafe.Pointer for pointer valuesIan Lance Taylor
2013-03-22build: remove dead codeRuss Cox
2013-03-22encoding/gob: delete dead code.Rob Pike
2013-03-06all: Skip AllocsPerRun tests if GOMAXPROCS>1.Albert Strasheim
2013-02-28encoding/gob: fix copyrightRuss Cox
2013-02-25all: fix some vet-found printf errorsRob Pike
2013-02-02testing: add AllocsPerRunKyle Lemons
2013-01-14encoding/gob: fix broken test (fix build)Alex Brainman
2013-01-14encoding/gob: handle encoding of different indirects of GobEncoderKyle Lemons
2012-12-22encoding/gob: document that structs only encode/decode exported fieldsRuss Cox
2012-12-18fmt, encoding/gob: fix misuse of ReadShenghou Ma
2012-12-01encoding/gob: Fix typo in doc.goLuit van Drongelen
2012-12-01all: set GOMAXPROCS to 1 when counting mallocsShenghou Ma
2012-10-30gofmt: apply gofmt -w src miscRobert Griesemer
2012-10-09encoding/gob: add test case for issue 4214.Dmitriy Vyukov
2012-10-09encoding/gob: fix data race in RegisterRob Pike
2012-09-19encoding/gob: fix commentRobert Griesemer
2012-07-25encoding/gob: test for type registration name.David Symonds
2012-07-23encoding/gob: revert 6348067, which broke compatibilityRob Pike
2012-07-13encoding/gob: disable fuzz tests unless command-line flag is setRob Pike
2012-07-12encoding/gob: reduce decoder memoryRob Pike
2012-07-12encoding/gob: fix check for short input in slice decodeRob Pike
2012-07-03encoding/gob: fix bug in RegisterRob Pike
2012-06-13encoding/gob: don't cache broken encoding engines.Rob Pike
2012-06-12encoding/gob: better handling of nil pointersRob Pike
2012-06-09encoding/gob: fix doc typoBrad Fitzpatrick
2012-03-16doc: add Gobs of data articleFrancisco Souza
2012-03-08all: gofmt -w -s src miscRobert Griesemer
2012-03-08encoding/gob: fix memory corruptionDmitriy Vyukov
2012-03-01encoding/gob: more hardening for lengths of input strings.David Symonds
2012-02-29gob: trivial print fixRobert Hencke
2012-02-28encoding/gob: fix "// +build" comment for debug.goShenghou Ma
2012-02-18encoding/gob: cache engine for user type, not base typeRob Pike
2012-02-18encoding/gob: fix mutually recursive slices of structsRob Pike
2012-02-17encoding/gob: catch internal error when it happensRob Pike
2012-02-14cmd/go: a raft of fixesRuss Cox
2012-02-12runtime: delete Type and implementations (use reflect instead)Russ Cox
2012-02-07encoding/gob: document CommonTypeRob Pike
2012-02-06doc: remove overuse of simplyRuss Cox