| Age | Commit message (Expand) | Author |
| 2010-06-20 | reflect: add Kind, remove Int8Type, Int8Value, etc. | Russ Cox |
| 2010-05-27 | changes &x -> x[0:] for array to slice conversion | Russ Cox |
| 2010-03-08 | encoding/base64: fix typo in comment | Giles Lean |
| 2010-03-03 | encoding/binary: fix error reporting bug | Rob Pike |
| 2010-03-02 | gofmt: experiment: align values in map composites where possible | Robert Griesemer |
| 2010-02-25 | strings: delete Runes, Bytes | Russ Cox |
| 2010-02-07 | encoding/pem: add marshalling support. | Adam Langley |
| 2010-02-02 | fix build - misc ... vs ...T fixes | Russ Cox |
| 2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer |
| 2009-12-11 | encoding/binary: Add support for slices of arrays of fixed-size values. | Maxim Ushakov |
| 2009-12-09 | remove uses of string concatenation from src and misc directory | Robert Griesemer |
| 2009-12-02 | move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. | Rob Pike |
| 2009-11-30 | Add trivial whitespace to CorruptInputError strings. | Christopher Wedgwood |
| 2009-11-23 | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia |
| 2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg | Russ Cox |
| 2009-11-18 | remove bytes.Copy | Rob Pike |
| 2009-11-14 | encoding/binary: implemented the Write function | Môshe van der Sterre |
| 2009-11-14 | typos | Russ Cox |
| 2009-11-11 | Fix capitalisation of "Git". | David Symonds |
| 2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer |
| 2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer |
| 2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer |
| 2009-11-05 | gofmt-ify io, json, runtime, encoding | Robert Griesemer |
| 2009-11-05 | gofmt-ify encoding | Robert Griesemer |
| 2009-11-04 | package patch | Russ Cox |
| 2009-11-03 | encoding/*: reverse the order of src, dst so that dst is first. | Adam Langley |
| 2009-11-02 | Fix cgo for GCC 4.4 | Adam Langley |
| 2009-11-01 | misc cleanup | Russ Cox |
| 2009-10-26 | Add encoding/hex | Adam Langley |
| 2009-10-21 | Fix typo in documentation. | Adam Langley |
| 2009-10-21 | Add initial x509 code. | Adam Langley |
| 2009-10-20 | base64 -> encoding/base64 | Russ Cox |