| Age | Commit message (Expand) | Author |
| 2016-01-28 | [release-branch.go1.6] cmd/newlink: remove from release branchgo1.6rc1 | Chris Broadfoot |
| 2016-01-27 | cmd/internal/obj/x86: skip test when GOHOSTARCH is set | Brad Fitzpatrick |
| 2016-01-27 | cmd/go: refine definition of 'standard' import paths to include vendored code | Russ Cox |
| 2016-01-27 | cmd/go: recognise plan9_arm object files | Richard Miller |
| 2016-01-27 | cmd/link: correct byte ordering in plan9_arm object header | Richard Miller |
| 2016-01-27 | cmd/go: disable broken test for code.google.com | Russ Cox |
| 2016-01-27 | cmd/internal/obj/arm64: adjust literal pool flush for span-dependent jump enl... | Russ Cox |
| 2016-01-27 | cmd/compile: remove -h spam | Russ Cox |
| 2016-01-26 | cmd/link: add -extar option to set ar program for c-archive | Ian Lance Taylor |
| 2016-01-26 | cmd/asm: add amd64 HADDPD/HADDPS | Russ Cox |
| 2016-01-26 | cmd/go/testdata: fix nits in test | Mikio Hara |
| 2016-01-25 | cmd/go: fix handling of asm files for -compiler=gccgo | Ian Lance Taylor |
| 2016-01-24 | cmd/asm: reject foo(SB)(AX) instead of silently treating as foo(SB) | Russ Cox |
| 2016-01-24 | cmd/asm: add amd64 PDEP, PEXT, and related integer VEX instructions | Russ Cox |
| 2016-01-24 | cmd/asm: add requested amd64 instructions | Russ Cox |
| 2016-01-24 | cmd/asm: correct, complete newly added AVX instructions | Russ Cox |
| 2016-01-24 | cmd/asm: add x86 POPCNTW, POPCNTL | Russ Cox |
| 2016-01-24 | cmd/asm: add generated test of amd64 instruction encodings | Russ Cox |
| 2016-01-24 | cmd/asm: add test for verification of instruction encodings | Russ Cox |
| 2016-01-24 | cmd/internal/obj/x86: fix doubled REX byte in POPCNT, others | Russ Cox |
| 2016-01-24 | cmd/internal/obj/x86: rename POPCNT to POPCNTQ | Russ Cox |
| 2016-01-24 | cmd/asm: add -e flag (no limit on errors) to match compiler | Russ Cox |
| 2016-01-24 | cmd/asm: add YMM registers Y0 through Y15 | Russ Cox |
| 2016-01-24 | cmd/asm: report more than one instruction encoding error | Russ Cox |
| 2016-01-24 | cmd/asm: simplify golden test maintenance | Russ Cox |
| 2016-01-22 | cmd/internal/obj/mips, cmd/internal/obj: reduce MIPS register space | Shenghou Ma |
| 2016-01-22 | cmd/compile: update vendored copy of math/big | Robert Griesemer |
| 2016-01-22 | cmd/compile: remove unused (dead) fields | Robert Griesemer |
| 2016-01-21 | cmd/go: document PackageError in go list output | Ian Lance Taylor |
| 2016-01-20 | cmd/link: allow symbols from .a files to override those from .so files | Michael Hudson-Doyle |
| 2016-01-20 | cmd/dist: pass -tags race to go list in -race mode | Shenghou Ma |
| 2016-01-20 | cmd/compile: don't print (empty) package name in errors referring to built-ins | Robert Griesemer |
| 2016-01-19 | cmd/compile: add VARLIVE to opnames list | Keith Randall |
| 2016-01-19 | cmd/compile: don't crash on invalid labeled statement | Robert Griesemer |
| 2016-01-19 | cmd/compile: set importpkg.Direct correctly when using binary imports | Robert Griesemer |
| 2016-01-19 | cmd/link: fix elf64phdr to allow using upx (and other broken ELF loaders). | OneOfOne |
| 2016-01-14 | cmd/go: fix vendor directory check on Windows | Russ Cox |
| 2016-01-14 | cmd/go: respect internal directories during 'go run' | Russ Cox |
| 2016-01-14 | cmd/go, go/build: ignore vendor directories with no Go source files | Russ Cox |
| 2016-01-14 | cmd/compile: add AVARLIVE to peep for arm, arm64, mips64, ppc64 | Russ Cox |
| 2016-01-14 | cmd/internal/obj: separate code layout from object writing | Russ Cox |
| 2016-01-14 | cmd/compile: recognize Syscall-like functions for liveness analysis | Russ Cox |
| 2016-01-13 | cmd/go: fix gccSupportsNoPie for old GCC's that don't exit 0 | Ian Lance Taylor |
| 2016-01-13 | cmd/link: add LC_VERSION_MIN_MACOSX to linkmode=internal OS X binaries | Russ Cox |
| 2016-01-13 | cmd/go: -buildmode=c-shared should work on darwin/386 | Joe Sylve |
| 2016-01-13 | cmd/compile: stop using fucomi* ops for 387 builds | Keith Randall |
| 2016-01-13 | cmd/go: fixes for -compiler=gccgo -buildmode=c-shared | Ian Lance Taylor |
| 2016-01-13 | cmd/internal/obj/x86: add new instructions, cleanup. | Ilya Tocar |
| 2016-01-13 | cmd/compile: better modeling of escape across loop levels | David Chase |
| 2016-01-12 | cmd/cgo: document C.sizeof_T and zero-sized field restriction | Ian Lance Taylor |