| Age | Commit message (Expand) | Author |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
| 2014-05-09 | encoding/binary: document that Read requires exported struct fields | Ian Lance Taylor |
| 2014-01-27 | all: use {bytes,strings}.NewReader instead of bytes.Buffers | Brad Fitzpatrick |
| 2013-08-27 | encoding/binary: use bytes.Reader in read example | Mathieu Lonjaret |
| 2013-08-14 | encoding/binary: make Write work like Read | Rob Pike |
| 2013-08-10 | encoding/binary: better description for intReadSize | Rob Pike |
| 2013-08-10 | encoding/binary: fast path for reading slices | Rob Pike |
| 2013-08-09 | encoding/binary: fix 32-bit build | Rob Pike |
| 2013-08-09 | encoding/binary: speed up writing slices of integers | Rob Pike |
| 2013-08-09 | encoding/binary: document its goals better | Rob Pike |
| 2013-03-11 | all: remove now-unnecessary unreachable panics | Brad Fitzpatrick |
| 2013-02-15 | encoding/binary: make type error more specific | Russ Cox |
| 2012-11-22 | all: fix the the typos | Shenghou Ma |
| 2012-11-01 | encoding/binary: skip blank fields when (en/de)coding structs | Robert Griesemer |
| 2012-10-26 | encoding/binary: ReadVarint reads a signed number, not unsigned number | Shenghou Ma |
| 2012-07-22 | encoding/binary: fix typo: ReadVarint returns an int64, not a uint64. | Patrick Mylund Nielsen |
| 2012-03-05 | encoding/binary: improve package comment. | Stefan Nilsson |
| 2012-02-28 | encoding/binary: better example | Brad Fitzpatrick |
| 2012-02-23 | binary: remove unnecessary dummy type. | Stefan Nilsson |
| 2012-02-16 | godoc: make example code more readable with new comment convention | Andrew Gerrand |
| 2012-02-10 | encoding/binary: another attempt to describe the type of Read and Write's data | Rob Pike |
| 2012-02-09 | encoding/binary: slices are allowed; say so | Rob Pike |
| 2012-02-09 | encoding/binary: add Size, to replace the functionality of the old TotalSize | Rob Pike |
| 2012-02-08 | encoding/binary: hide TotalSize | Rob Pike |
| 2012-01-30 | build: remove Make.pkg, Make.tool | Russ Cox |
| 2012-01-24 | encoding/binary: document that PutVarint, PutUvarint may panic | Brad Fitzpatrick |
| 2012-01-20 | encoding/varint: deleted WriteXvarint | Robert Griesemer |
| 2011-12-20 | panics: use the new facilities of testing.B instead | Rob Pike |
| 2011-12-20 | encoding/binary: add more benchmarks | Roger Peppe |
| 2011-12-20 | encoding/binary: add Write and Read examples | Andrew Gerrand |
| 2011-11-02 | all: sort imports | Russ Cox |
| 2011-11-01 | src/pkg/[a-m]*: gofix -r error -force=error | Russ Cox |
| 2011-10-27 | encoding/binary: fix type in test | Russ Cox |
| 2011-10-05 | encoding/binary: added benchmarks | Robert Griesemer |
| 2011-09-29 | encoding/binary: PutX functions require buffer of sufficient size. | Robert Griesemer |
| 2011-09-28 | encoding/binary: support for varint encoding | Robert Griesemer |
| 2011-05-27 | encoding/binary: add a non-reflect fast path for Write | Brad Fitzpatrick |
| 2011-05-26 | encoding/binary: add a non-reflect fast path for Read | Brad Fitzpatrick |
| 2011-04-25 | fix tree for reflect rename | Russ Cox |
| 2011-04-13 | pkg: manual cleanup of some gofixed code | Russ Cox |
| 2011-04-08 | update go tree for reflect changes | Russ Cox |
| 2011-02-11 | encoding/binary: update package doc string to be more comprehensive | Andrew Gerrand |
| 2011-01-19 | delete float, complex - code changes | Russ Cox |
| 2011-01-04 | encoding/binary: reject types with implementation-dependent sizes | Patrick Gavlin |
| 2010-10-21 | encoding/binary: give LittleEndian, BigEndian specific types | Russ Cox |
| 2010-08-18 | build: no required environment variables | Russ Cox |
| 2010-08-06 | encoding/binary: add complex | Roger Peppe |
| 2010-06-20 | reflect: add Kind, remove Int8Type, Int8Value, etc. | Russ Cox |
| 2010-03-03 | encoding/binary: fix error reporting bug | Rob Pike |
| 2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer |