| Age | Commit message (Expand) | Author |
| 2011-11-03 | encoding: move asn1, csv, gob, json, xml into encoding | Rob Pike |
| 2011-11-01 | all: rename os.Error to error in various non-code contexts | Russ Cox |
| 2011-11-01 | src/pkg/[a-m]*: gofix -r error -force=error | Russ Cox |
| 2011-10-27 | gob: split uses of gobError, remove unnecessary embedding | Russ Cox |
| 2011-10-27 | pkg: remove .String() from some print arguments | Russ Cox |
| 2011-10-25 | csv, gob, json, mail, mime, xml: use rune | Russ Cox |
| 2011-10-18 | gofix -r mapdelete | Russ Cox |
| 2011-10-10 | gob: avoid one copy for every message written. | Rob Pike |
| 2011-10-05 | gob: when possible, allow sequential decoders on the same input stream. | Rob Pike |
| 2011-09-26 | gob: protect against invalid message length | Rob Pike |
| 2011-09-21 | gob: slightly simpler decodeUint | Robert Griesemer |
| 2011-09-21 | gob: slightly simpler code for encodeUint | Robert Griesemer |
| 2011-09-20 | gob: fix allocation for singletons. | Rob Pike |
| 2011-09-19 | gob: don't allocate a slice if there's room to decode already | Rob Pike |
| 2011-09-10 | doc: link to notable blog posts | Andrew Gerrand |
| 2011-08-22 | gob: explain that Debug isn't useful unless it's compiled in. | Rob Pike |
| 2011-08-04 | gob: avoid a couple of init-time allocations. | David Symonds |
| 2011-08-04 | gob: add UpdateMemStats calls to malloc counter | Rob Pike |
| 2011-08-04 | gob: don't invoke GobEncoder on zero values. | Rob Pike |
| 2011-07-21 | gob: send empty but non-nil maps. | Rob Pike |
| 2011-07-18 | gob: minor cleanup | Quan Yong Zhai |
| 2011-07-14 | go/printer: changed max. number of newlines from 3 to 2 | Robert Griesemer |
| 2011-07-13 | gob: register more slice types | Bobby Powers |
| 2011-07-08 | gob: export fields in structs in the package documentation. | David Symonds |
| 2011-06-29 | gob: delete some unused bits from the GobEncoder/GobDecoder code. | Rob Pike |
| 2011-06-22 | os.Error API: don't export os.ErrorString, use os.NewError consistently | Robert Griesemer |
| 2011-06-17 | gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr | Russ Cox |
| 2011-05-30 | gob: fix documentation on Decoder.Decode. | David Symonds |
| 2011-05-18 | pkg: spelling tweaks, A-H | Robert Hencke |
| 2011-05-07 | gob: Doc typo fix | Anschel Schaffer-Cohen |
| 2011-04-25 | fix tree for reflect rename | Russ Cox |
| 2011-04-20 | gob: have errorf always prefix the message with "gob: " | Rob Pike |
| 2011-04-20 | gob: use new Implements and AssignableTo methods in reflect | Rob Pike |
| 2011-04-20 | src/pkg: make package doc comments consistently start with "Package foo". | Nigel Tao |
| 2011-04-19 | gob: fix trivial bug in map marshaling. | Rob Pike |
| 2011-04-18 | changes for more restricted reflect.SetValue | Russ Cox |
| 2011-04-15 | gob: when decoding a string, allocate a string, not a []byte. | Ian Lance Taylor |
| 2011-04-14 | gob: fix handling of indirect receivers for GobDecoders. | Rob Pike |
| 2011-04-14 | gob: test case for indirection to large field. | Ian Lance Taylor |
| 2011-04-08 | update go tree for reflect changes | Russ Cox |
| 2011-04-04 | os: New Open API. | Rob Pike |
| 2011-03-25 | gob: trivial cleanup | Robert Hencke |
| 2011-03-23 | gob: remove another allocation. | Rob Pike |
| 2011-03-22 | gob: fix up ugly formatting introduced by buggy (now fixed) gofmt. | Rob Pike |
| 2011-03-22 | gob: use pointers in bootstrapType so interfaces behave properly | Rob Pike |
| 2011-03-17 | gob: eliminate two more allocations in decode. | Rob Pike |
| 2011-03-16 | gob: remove a few more allocations. | Rob Pike |
| 2011-03-16 | testing: add -test.memprofile and -test.memprofilerate flags. | Rob Pike |
| 2011-03-15 | gob: keep free lists of encoder and decoder states. | Rob Pike |
| 2011-03-15 | gob: move benchmarks to a new timing_test.go file. | Rob Pike |