| Age | Commit message (Expand) | Author |
| 2016-06-02 | api: promote next.txt to go1.7.txt and update api toolgo1.7beta1 | Andrew Gerrand |
| 2016-06-01 | crypto/tls: buffer handshake messages. | Adam Langley |
| 2016-06-01 | net/http: update bundled http2 | Tom Bergan |
| 2016-06-01 | misc/cgo/test,cmd/dist: enable (most) Cgo tests on Android | Elias Naur |
| 2016-06-01 | cmd/compile: correctly export underlying type of predecl. error type | Robert Griesemer |
| 2016-06-01 | math/big: avoid panic in float.Text with negative prec | Alberto Donizetti |
| 2016-06-01 | runtime: document heap scavenger memory summary | Emmanuel Odeke |
| 2016-06-01 | os/signal: deflake TestReset/TestIgnore | Ian Lance Taylor |
| 2016-06-01 | cmd/compile: for arm, zero unaligned memory 1 byte at a time | Keith Randall |
| 2016-06-01 | cmd/compile: fix TestAssembly on Plan 9 | David du Colombier |
| 2016-06-01 | regexp: use Run for benchmark | Marcel van Lohuizen |
| 2016-06-01 | syscall: rename SysProcAttr.Unshare to Unshareflags | Alexander Morozov |
| 2016-06-01 | cmd/compile: pass process env to 'go tool compile' in compileToAsm | Michael Hudson-Doyle |
| 2016-06-01 | context: fix typo in comments | Kenny Grant |
| 2016-06-01 | crypto/tls: remove unused variable in benchmark code | Robert Griesemer |
| 2016-06-01 | cmd/compile: test non-constant shifts | Keith Randall |
| 2016-05-31 | flag: recognize "0s" as the zero value for a flag.Duration | Ian Lance Taylor |
| 2016-05-31 | cmd/go: combine gccgo's ld and ldShared methods | Michael Hudson-Doyle |
| 2016-05-31 | runtime: fix restoring PC in ARM version of cgocallback_gofunc | Ian Lance Taylor |
| 2016-05-31 | runtime: pass signal context to cgo traceback function | Ian Lance Taylor |
| 2016-05-31 | runtime: update pprof binary header URL | Ian Lance Taylor |
| 2016-05-31 | cmd/link: suppress PIE whenever externally linking with a sanitizer | Michael Hudson-Doyle |
| 2016-05-31 | cmd/go, cmd/link: set LC_ALL=C when checking if host compiler supports -no-pie | Michael Hudson-Doyle |
| 2016-05-31 | runtime/cgo: add TSAN acquire/release calls | Ian Lance Taylor |
| 2016-05-31 | cmd/compile: disallow multiple nil cases in a type switch | Josh Bleecher Snyder |
| 2016-05-31 | compress/flate: use seperate const block for exported constants | Joe Tsai |
| 2016-05-31 | runtime/pprof, cmd/pprof: fix profiling for PIE | Ian Lance Taylor |
| 2016-05-31 | crypto/tls: reduce size of buffer in throughput benchmarks | Andrew Gerrand |
| 2016-05-31 | syscall: plan9 - mark gbit16 as go:nosplit | Richard Miller |
| 2016-05-31 | sync: document that RWMutex read locks may not be held recursively | Andrew Gerrand |
| 2016-05-31 | path/filepath: prevent infinite recursion on Windows on UNC input | Josh Bleecher Snyder |
| 2016-05-30 | net: don't call forceCloseSockets in non-TestMain functions | Mikio Hara |
| 2016-05-29 | cmd/compile: shift tests, fix triple-shift rules | Keith Randall |
| 2016-05-29 | cmd/compile: add constant fold comparison tests | Keith Randall |
| 2016-05-29 | io: use SeekStart, SeekCurrent, and SeekEnd in io.Seeker documentation | Joe Tsai |
| 2016-05-28 | net/http/httputil: fix typos in deprecation comments | Emmanuel Odeke |
| 2016-05-27 | go/types: better debugging output for init order computation | Robert Griesemer |
| 2016-05-27 | strings: fix and reenable amd64 Index for 17-31 byte strings | Ilya Tocar |
| 2016-05-27 | cmd/compile: SSA, don't let write barrier clobber return values | Keith Randall |
| 2016-05-27 | crypto/tls: gofmt | Austin Clements |
| 2016-05-27 | cmd/compile/internal/gc: gofmt | Austin Clements |
| 2016-05-27 | crypto/tls: fix race in Benchmark{Throughput,Latency} | Mikio Hara |
| 2016-05-27 | net/http/httptrace: fix nit in test | Mikio Hara |
| 2016-05-27 | runtime: skip TestGdbBacktrace on netbsd | Mikio Hara |
| 2016-05-27 | runtime: always call stackfree on the system stack | Austin Clements |
| 2016-05-27 | runtime: record Python stack on TestGdbPython failure | Austin Clements |
| 2016-05-27 | crypto/tls: adjust dynamic record sizes to grow arithmetically | Russ Cox |
| 2016-05-27 | net/http: change Transport.Dialer to Transport.DialContext | Russ Cox |
| 2016-05-27 | cmd/compile: clean up, document Node closure fields | Russ Cox |
| 2016-05-27 | cmd/compile: delete Func.Outer | Russ Cox |