| Age | Commit message (Expand) | Author |
| 2011-11-09 | html: treat <image> as <img> | Andrew Balholm |
| 2011-11-08 | text/template: make redefinition of a template in a set more consistent. | Rob Pike |
| 2011-11-08 | runtime: add timespec definition for freebsd | Joel Sing |
| 2011-11-08 | os, syscall: fix Plan 9 build | Anthony Martin |
| 2011-11-08 | html: parse <body>, <base>, <link>, <meta>, and <title> tags inside page body | Andrew Balholm |
| 2011-11-08 | runtime: add windows callback tests | Alex Brainman |
| 2011-11-08 | html: fix typo in package docs. | Nigel Tao |
| 2011-11-08 | net: fix build comment | Mikio Hara |
| 2011-11-07 | go/ast: fix bugs in SortImports | Russ Cox |
| 2011-11-07 | runtime/cgo: fix data declaration to be extern | Russ Cox |
| 2011-11-07 | exp/ssh: improved client authentication support | Dave Cheney |
| 2011-11-07 | runtime: fix prototype for openbsd thrsleep | Joel Sing |
| 2011-11-07 | xml: allow parsing of <_> </_>. | David Crawshaw |
| 2011-11-07 | archive/zip: actually close file opened with OpenReader. | Dmitry Chestnykh |
| 2011-11-07 | net/http: fix whitespace handling in sniffer. | David Symonds |
| 2011-11-07 | runtime: windows_386 sighandler to use correct g | Alex Brainman |
| 2011-11-07 | html: be able to test more than one testdata file. | Nigel Tao |
| 2011-11-05 | math: faster Gamma | Charles L. Dorian |
| 2011-11-04 | math: improved high-angle test for Cos, Sin and Tan | Charles L. Dorian |
| 2011-11-04 | html/template: wraps package template instead of exposing func Escape | Mike Samuel |
| 2011-11-04 | http: support Trailers in ReadRequest | Brad Fitzpatrick |
| 2011-11-04 | gc: detect type switch variable not used cases. | Luuk van Dijk |
| 2011-11-04 | html,bzip2,sql: rename Error methods that return error to Err | Gustavo Niemeyer |
| 2011-11-04 | template: format error with pointer receiver. | David Symonds |
| 2011-11-04 | runtime: fix linux/arm nanotime? | Russ Cox |
| 2011-11-04 | template: format errors | Russ Cox |
| 2011-11-04 | runtime: fix openbsd nanotime? | Russ Cox |
| 2011-11-04 | bytes: fix typo and resolve to be less idiotic next time | Andrew Gerrand |
| 2011-11-04 | bytes: add Contains function | Andrew Gerrand |
| 2011-11-04 | html: properly close <tr> element when an new <tr> starts. | Andrew Balholm |
| 2011-11-03 | http: doc nits | Brad Fitzpatrick |
| 2011-11-03 | http: clarify Request docs | Brad Fitzpatrick |
| 2011-11-03 | httputil: move dump and chunking functions out of http | Brad Fitzpatrick |
| 2011-11-03 | gob: fix bug when registering the same type multiple times | Rob Pike |
| 2011-11-03 | http: only recognize application/x-www-form-urlencoded in ParseForm | Brad Fitzpatrick |
| 2011-11-03 | httputil: move ReverseProxy out of http | Brad Fitzpatrick |
| 2011-11-04 | html: move <link> element from after <head> into <head> | Andrew Balholm |
| 2011-11-03 | net/http/httputil: new package; move ClientConn and ServerConn | Brad Fitzpatrick |
| 2011-11-03 | time: faster Nanoseconds call | Russ Cox |
| 2011-11-03 | runtime: fix set and not used | Russ Cox |
| 2011-11-03 | os,text,unicode: renamings | Rob Pike |
| 2011-11-03 | all: rename os.EOF to io.EOF in various non-code contexts | Vincent Vanackere |
| 2011-11-03 | net: renamings | Rob Pike |
| 2011-11-03 | html,log,math: renamings | Rob Pike |
| 2011-11-03 | http: don't use ClientConn in Transport | Brad Fitzpatrick |
| 2011-11-03 | container/heap: document what Push and Pop do | Russ Cox |
| 2011-11-03 | deps.bash: attempt to fix the windows build | Rob Pike |
| 2011-11-03 | encoding: move asn1, csv, gob, json, xml into encoding | Rob Pike |
| 2011-11-03 | html: parse <link> elements in <head> | Andrew Balholm |
| 2011-11-03 | builtin: remove errant spaces | Andrew Gerrand |