| Age | Commit message (Expand) | Author |
| 2014-04-21 | strings: fix off-by-one error in testgo1.3beta1 | Rui Ueyama |
| 2014-04-21 | math/big: fix Int.Exp | Robert Griesemer |
| 2014-04-21 | net: extend TestVariousDeadlines1Proc timeout | Josh Bleecher Snyder |
| 2014-04-21 | runtime: fix typo in error message | Mark Zavislak |
| 2014-04-21 | runtime/race: add test for issue 7561. | Rémy Oudompheng |
| 2014-04-21 | runtime, go/build: re-enable cgo on FreeBSD. | Shenghou Ma |
| 2014-04-21 | runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM. | Shenghou Ma |
| 2014-04-19 | cmd/nm: print symbol sizes for windows pe executables | Alex Brainman |
| 2014-04-18 | pkg/reflect/value.go: Correction in comment, the argument is "typ", not "t". | Lucio De Re |
| 2014-04-17 | os: change return variable name for Getwd to avoid confusion | Shenghou Ma |
| 2014-04-17 | net/http/httputil: include Content-Length in DumpResponse output | Brad Fitzpatrick |
| 2014-04-17 | net: fix probabilities in DNS SRV shuffleByWeight | Brad Fitzpatrick |
| 2014-04-16 | net/http: allow commas and spaces in cookie values | Volker Dobler |
| 2014-04-16 | compress/gzip: add Reset method to Reader | Robert Daniel Kortschak |
| 2014-04-16 | encoding/json: document Encoder will terminate each JSON value with '\n' | Shenghou Ma |
| 2014-04-16 | debug/pe: add optional header to File | Alex Brainman |
| 2014-04-16 | liblink, cmd/ld: reenable nosplit checking and test | Russ Cox |
| 2014-04-16 | encoding/xml: document NewDecoder buffering | Brad Fitzpatrick |
| 2014-04-16 | flag: document that Bool also accepts "T" and "F" | Rob Pike |
| 2014-04-16 | all: fix typos | Rui Ueyama |
| 2014-04-16 | liblink: add leaf bit to object file format | Russ Cox |
| 2014-04-16 | go/scanner: interpret //line directives sans filename sensibly, second try. | Alan Donovan |
| 2014-04-16 | go/scanner: interpret //line directives sans filename sensibly | Alan Donovan |
| 2014-04-16 | encoding/base64: don't lose a byte of output when encountering trailing garbage | Brad Fitzpatrick |
| 2014-04-16 | net/http: fix data race in TestTransportResponseHeaderTimeout | Brad Fitzpatrick |
| 2014-04-16 | runtime: crash when func main calls Goexit and all other goroutines exit | Russ Cox |
| 2014-04-16 | reflect: correct type descriptor for call of interface method | Russ Cox |
| 2014-04-16 | runtime: adjust GC debug print to include source pointers | Russ Cox |
| 2014-04-16 | doc: edit documentation that uses "satisfies reads" and "satisfies writes" | Billie Harold Cleek |
| 2014-04-15 | crypto/tls: don't block on Read of zero bytes | Brad Fitzpatrick |
| 2014-04-16 | image/png: fix crash when an alleged PNG has too much pixel data, | Nigel Tao |
| 2014-04-15 | os/exec: make TestPipeLookPathLeak more verbose when it fails | Brad Fitzpatrick |
| 2014-04-15 | io: document that a Writer must not write to p | Brad Fitzpatrick |
| 2014-04-16 | net/http: skip TestTransportClosesBodyOnError on Plan 9 | David du Colombier |
| 2014-04-15 | math/big: fix doc typos. | Shenghou Ma |
| 2014-04-15 | liblink: introduce TLS register on 386 and amd64 | Russ Cox |
| 2014-04-15 | text/template: say more often that templates are safe for parallel execution | Rob Pike |
| 2014-04-15 | runtime: fix program termination when main goroutine calls Goexit | Dmitriy Vyukov |
| 2014-04-14 | os/exec: quiet distracting log output during test | Brad Fitzpatrick |
| 2014-04-14 | net/http: clarify Response.Body Close responsibility | Brad Fitzpatrick |
| 2014-04-14 | crypto/x509: fix Windows build. | Adam Langley |
| 2014-04-14 | crypto/x509: support SHA-512 by default. | Adam Langley |
| 2014-04-14 | net/http: make race detector happy for recently-added test | Brad Fitzpatrick |
| 2014-04-14 | liblink, cmd/link: add version number to object file | Russ Cox |
| 2014-04-14 | sync: less agressive local caching in Pool | Dmitriy Vyukov |
| 2014-04-14 | net/http: close Body in client code always, even on errors, and document | Brad Fitzpatrick |
| 2014-04-13 | runtime: increase timeout in TestStackGrowth | Russ Cox |
| 2014-04-11 | net/http: quiet useless warning during shutdown | Brad Fitzpatrick |
| 2014-04-11 | net/http/httptest: add test for issue 7264 | Dmitriy Vyukov |
| 2014-04-11 | os/signal: use unique program name during TestCtrlBreak | Alex Brainman |