| Age | Commit message (Expand) | Author |
| 2016-12-01 | api: promote next.txt to go1.8.txt, update go toolgo1.8beta1 | Chris Broadfoot |
| 2016-12-01 | cmd/cgo: fix cgo checking when fetching errno value | Ian Lance Taylor |
| 2016-11-30 | cmd/go: document GOPATH default exception | Russ Cox |
| 2016-11-30 | doc, cmd/go: adjust documentation for default GOPATH | Russ Cox |
| 2016-11-30 | cmd/compile: generate code that type checks when inlining variadic functions | David Lazar |
| 2016-11-30 | cmd/compile/internal/gc: document variables and functions | Kevin Burke |
| 2016-11-29 | cmd/compile/internal/syntax: remove unused node field | Robert Griesemer |
| 2016-11-29 | cmd/go: report position info in package errors | Dhananjay Nakrani |
| 2016-11-29 | cmd/compile: don't panic on syntax error in select statement | Robert Griesemer |
| 2016-11-29 | cmd/link: handle STT_COMMON symbols | Ian Lance Taylor |
| 2016-11-28 | cmd/asm: fix parsing of the s390x instructions VSTE{G,F,H,B} | Michael Munday |
| 2016-11-23 | cmd/gofmt: don't call Chmod on windows | Brad Fitzpatrick |
| 2016-11-22 | cmd/go: print CC environment variables on Plan 9 | David du Colombier |
| 2016-11-22 | cmd/go: don't clobber `go env GOGCCFLAGS` | Ian Lance Taylor |
| 2016-11-22 | cmd/compile, cmd/link: weak relocation for ptrTo | David Crawshaw |
| 2016-11-22 | cmd/dist: skip plugin tests on noopt builder for now | Brad Fitzpatrick |
| 2016-11-21 | cmd/go: skip slow tests on mips when run under builders | Brad Fitzpatrick |
| 2016-11-21 | cmd/go: don't check standard packages when using gccgo | Ian Lance Taylor |
| 2016-11-18 | cmd/cover: handle multiple samples from the same location | Keith Randall |
| 2016-11-18 | cmd/trace: fix goroutine view | Austin Clements |
| 2016-11-18 | cmd/compile: in cse, allow for new ssa values | Philip Hofer |
| 2016-11-18 | cmd/compile: make a copy of Phi input if it is still live | Cherry Zhang |
| 2016-11-17 | cmd/cgo: ignore top-level qualifiers in function args/results | Ian Lance Taylor |
| 2016-11-17 | cmd/asm/internal/asm: fix copy/paste errors in comment | Michael Munday |
| 2016-11-17 | cmd/compile, reflect: use field pkgPath if needed | Ian Lance Taylor |
| 2016-11-17 | cmd/cover: don't ignore os.Create error | Daniel Martí |
| 2016-11-16 | cmd/compile: ensure necessary types appear in .debug_info | David Chase |
| 2016-11-16 | cmd/internal/obj/arm64: fix branch too far for CBZ (and like) | Cherry Zhang |
| 2016-11-16 | all: call flag.Parse from TestMain only if used | Daniel Martí |
| 2016-11-16 | cmd/link: handle R_GOTPCREL separately on darwin | David Crawshaw |
| 2016-11-16 | cmd/compile: remove some unused code | Daniel Martí |
| 2016-11-16 | os/exec: add closeOnce.WriteString method | Ian Lance Taylor |
| 2016-11-15 | cmd/cgo: add missing period in comment | Ian Lance Taylor |
| 2016-11-15 | cmd/cgo: run cgo pointer checks for pointer to union | Ian Lance Taylor |
| 2016-11-15 | cmd/go: use build ID as plugin symbol prefix | David Crawshaw |
| 2016-11-15 | cmd/link, runtime, plugin: versioning | David Crawshaw |
| 2016-11-14 | cmd/go/testdata/src: gofmt | Josh Bleecher Snyder |
| 2016-11-13 | Revert "cmd/vet: ignore printf failures in cmd" | Josh Bleecher Snyder |
| 2016-11-13 | cmd/vet: ignore unrecognized verbs for fmt.Formatter | Dhananjay Nakrani |
| 2016-11-12 | cmd/pprof: add options to skip tls verification | Patrick Lee |
| 2016-11-12 | cmd/dist: add support for GOARCH=mips{,le} | Vladimir Stefanovic |
| 2016-11-12 | cmd/internal/browser: add chromium to the list of browsers | Daniel Martí |
| 2016-11-11 | cmd/go: skip TestCgoPkgConfig if pkg-config is too old | Quentin Smith |
| 2016-11-11 | cmd/gofmt, crypto/tls: fix typos | Kevin Burke |
| 2016-11-11 | cmd/vet/all: add bitwidths for mips and mipsle | Josh Bleecher Snyder |
| 2016-11-11 | all: fix vet nits | Josh Bleecher Snyder |
| 2016-11-11 | cmd/pprof: don't print binary outputs in interactive mode | Hiroshi Ioka |
| 2016-11-11 | cmd/link: for -buildmode=exe pass -no-pie to external linker | Ian Lance Taylor |
| 2016-11-11 | cmd/cgo: don't ignore qualifiers, don't cast to void* | Ian Lance Taylor |
| 2016-11-11 | go/build: implement default GOPATH | Francesc Campoy |