| Age | Commit message (Expand) | Author |
| 2012-01-30 | build: remove Make.pkg, Make.tool | Russ Cox |
| 2012-01-31 | image: remove image/bmp and image/tiff from std. | Nigel Tao |
| 2012-01-30 | go: move compilers into the go-tool directory | Rob Pike |
| 2012-01-29 | cmd/goinstall: remove now that 'go get' works | Gustavo Niemeyer |
| 2012-01-29 | cmd/go: add go tools to rearrangement | Rob Pike |
| 2012-01-29 | cmd/go: first piece of tool rearrangement | Rob Pike |
| 2012-01-25 | build: remove code now in subrepositories | Russ Cox |
| 2012-01-25 | html: move the HTML parser to an exp/html package. The parser is a | Nigel Tao |
| 2012-01-19 | database/sql: move from exp/sql | Brad Fitzpatrick |
| 2012-01-15 | exp/terminal: still trying to unbreak non-Linux builds. | Adam Langley |
| 2012-01-15 | exp/terminal: add to level Makefile for the (non-Linux?) systems that need it. | Adam Langley |
| 2012-01-11 | Makefile: update openpgp/error -> openpgp/errors | Adam Langley |
| 2011-12-21 | image/ycbcr: move the Y'CbCr types into image and image/color. | Nigel Tao |
| 2011-11-30 | html/template: update to new template API | Rob Pike |
| 2011-11-23 | text/template: new, simpler API | Rob Pike |
| 2011-11-20 | exp/gui: delete exp/gui and exp/gui/x11. They are moving to | Nigel Tao |
| 2011-11-18 | exp/terminal: fix build after os.Errno changes | Gustavo Niemeyer |
| 2011-11-16 | exp/ssh: add to pkg Makefile | Christopher Wedgwood |
| 2011-11-03 | httputil: move ReverseProxy out of http | Brad Fitzpatrick |
| 2011-11-03 | net/http/httputil: new package; move ClientConn and ServerConn | Brad Fitzpatrick |
| 2011-11-03 | os,text,unicode: renamings | Rob Pike |
| 2011-11-03 | net: renamings | Rob Pike |
| 2011-11-03 | html,log,math: renamings | Rob Pike |
| 2011-11-03 | encoding: move asn1, csv, gob, json, xml into encoding | Rob Pike |
| 2011-11-02 | exp/sql: finish transactions, flesh out types, docs | Brad Fitzpatrick |
| 2011-11-01 | errors: new package | Russ Cox |
| 2011-10-20 | go/ast, go/token: actually run tests; fix go/ast test | Ian Lance Taylor |
| 2011-10-19 | os/inotify: move to exp/inotify | Mikio Hara |
| 2011-10-13 | gotype: move to exp/gotype per Go 1 plan | Robert Griesemer |
| 2011-10-13 | go/types: move to exp/types per Go 1 plan | Robert Griesemer |
| 2011-10-12 | go/typechecker: delete per Go 1 plan | Robert Griesemer |
| 2011-10-12 | netchan: move to old/netchan | Rob Pike |
| 2011-10-11 | exp/datafmt: delete per Go 1 plan | Robert Griesemer |
| 2011-10-11 | ebnf, ebnflint: move under exp | Robert Griesemer |
| 2011-10-11 | exp/spdy: move http/spdy to exp/spdy | Brad Fitzpatrick |
| 2011-10-11 | container/vector: delete | Rob Pike |
| 2011-10-11 | try: delete | Rob Pike |
| 2011-10-04 | image: spin off a new color package out of the image package. | Nigel Tao |
| 2011-09-29 | exp/sql{,/driver}: new database packages | Brad Fitzpatrick |
| 2011-09-26 | regexp: move to old/regexp, replace with exp/regexp | Russ Cox |
| 2011-09-19 | crypto/bcrypt: new package | Jeff Hodges |
| 2011-09-07 | exp/regexp: bug fixes and RE2 tests | Russ Cox |
| 2011-08-30 | goinstall: select the tag that is closest to runtime.Version | Andrew Gerrand |
| 2011-08-26 | time: fix zone during windows test | Russ Cox |
| 2011-08-22 | build: build more packages/commands for Plan 9 | Fazlul Shahriar |
| 2011-08-17 | template: move exp/template into template. | Rob Pike |
| 2011-08-17 | template: delete old template code. | Rob Pike |
| 2011-08-17 | url: new package | Rob Pike |
| 2011-08-12 | exp/template/html: New package with a toy template transformation. | Mike Samuel |
| 2011-08-09 | exp/template: split the parse tree into a separate package exp/template/parse | Rob Pike |