| 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 | 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 | 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 | cmd/compile: pass process env to 'go tool compile' in compileToAsm | Michael Hudson-Doyle |
| 2016-06-01 | cmd/compile: test non-constant shifts | Keith Randall |
| 2016-05-31 | cmd/go: combine gccgo's ld and ldShared methods | Michael Hudson-Doyle |
| 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 | runtime/pprof, cmd/pprof: fix profiling for PIE | Ian Lance Taylor |
| 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-27 | cmd/compile: SSA, don't let write barrier clobber return values | Keith Randall |
| 2016-05-27 | cmd/compile/internal/gc: gofmt | Austin Clements |
| 2016-05-27 | cmd/compile: clean up, document Node closure fields | Russ Cox |
| 2016-05-27 | cmd/compile: delete Func.Outer | Russ Cox |
| 2016-05-27 | cmd/compile: additional paranoia and checking in plive.go | Russ Cox |
| 2016-05-27 | cmd/go: fixup for parsing SCP-like addresses | Dmitri Shuralyov |
| 2016-05-27 | cmd/compile: eliminate PPARAMREF | Russ Cox |
| 2016-05-27 | cmd/compile: fix liveness computation for heap-escaped parameters | Russ Cox |
| 2016-05-27 | cmd/cgo: remove -O options when generating compiler errors | Ian Lance Taylor |
| 2016-05-26 | cmd/compile: testing harness for checking generated assembly | Keith Randall |
| 2016-05-26 | cmd/compile: add tests for logical simplification rewrite rules | Keith Randall |
| 2016-05-26 | cmd/compile: log rules to a file for rule coverage tool | Keith Randall |
| 2016-05-26 | cmd/compile: improve domorder documentation | Josh Bleecher Snyder |
| 2016-05-26 | cmd/dist: drop ppc64le from testcshared | Russ Cox |
| 2016-05-26 | build: enable framepointer mode by default | Russ Cox |
| 2016-05-26 | cmd/dist: drop testcarchive on ppc64le | Russ Cox |
| 2016-05-26 | cmd/link/internal/ld: fix DWARF offsets with GOEXPERIMENT=framepointer | Austin Clements |
| 2016-05-26 | runtime: make framepointer mode safe for Windows | Russ Cox |
| 2016-05-26 | runtime: add library startup support for ppc64le | Russ Cox |
| 2016-05-26 | cmd/compile: correctly import labels, gotos, and fallthroughs | Robert Griesemer |
| 2016-05-25 | cmd/cgo, runtime, runtime/cgo: TSAN support for malloc | Ian Lance Taylor |
| 2016-05-25 | cmd/compile: document how to update builtin.go | Robert Griesemer |
| 2016-05-25 | cmd/compile: add generated tests for constant folding | Keith Randall |
| 2016-05-25 | cmd/link: fix ARM gold linker check | Elias Naur |
| 2016-05-24 | cmd/go: document testdata directory in "go help test" | Jeff R. Allen |
| 2016-05-24 | cmd/link: ensure -fuse-ld=gold uses gold | David Crawshaw |
| 2016-05-24 | cmd/vet: do not check print-like functions with unknown type | Aliaksandr Valialkin |
| 2016-05-24 | cmd/compile, go/types: omit needless word in error message | Russ Cox |
| 2016-05-24 | cmd/go: fix //go:binary-only-package check | Russ Cox |
| 2016-05-23 | cmd/compile: benchmark needs dominator tree | Keith Randall |
| 2016-05-20 | cmd/compile: read safemode bit from package header | Robert Griesemer |
| 2016-05-19 | cmd/compile: don't exit early because of hidden error messages | Robert Griesemer |
| 2016-05-19 | cmd/cgo: mark stub functions as no_sanitize_thread | Ian Lance Taylor |
| 2016-05-19 | cmd/compile: large ptr literals must escape | Keith Randall |
| 2016-05-18 | cmd/compile: fix build | Keith Randall |