| Age | Commit message (Expand) | Author |
| 2012-02-07 | 5l, 6l, 8l: implement -X flag | Russ Cox |
| 2012-02-06 | build: delete make paraphernalia | Russ Cox |
| 2012-01-31 | build: move the "-c" flag into HOST_CFLAGS | Anthony Martin |
| 2012-01-30 | go: move compilers into the go-tool directory | Rob Pike |
| 2012-01-29 | 5l, 6l, 8l, ld: remove memory leaks | Shenghou Ma |
| 2012-01-22 | 6l, 8l: remove unused macro definition | Shenghou Ma |
| 2012-01-19 | doc: update out-of-date comments about runtime/cgo | Shenghou Ma |
| 2012-01-12 | ld: parse but do not implement -X flag | Russ Cox |
| 2012-01-09 | windows: use ArbitraryUserPointer as TLS slot | Wei Guangjing |
| 2011-12-20 | 5l/6l/8l: add support for netbsd signature note section | Joel Sing |
| 2011-12-12 | gc: implement == on structs and arrays | Russ Cox |
| 2011-12-12 | ld/6l/8l: First pass at changes to the linker to support NetBSD binaries. | Christopher Nielsen |
| 2011-11-30 | ld: align ELF data sections | Ian Lance Taylor |
| 2011-11-14 | 6l, 8l: add missing space in error message | Lucio De Re |
| 2011-11-09 | 6l: add MOVQ xmm_reg, xmm_reg | Michał Derkacz |
| 2011-11-09 | 6l: Fixes opcode for PSLLQ imm8, xmm_reg | Michał Derkacz |
| 2011-10-26 | 6l: remove mention of -e flag | Russ Cox |
| 2011-10-18 | 5l, 6l, 8l: correct ELFRESERVE diagnostic | Anthony Martin |
| 2011-10-18 | 6l, 8l: emit macho dwarf info before linkedit section | Mikkel Krautz |
| 2011-10-04 | 5l/6l/8l: add a DT_DEBUG dynamic tag to a dynamic ELF binary | Ian Lance Taylor |
| 2011-08-26 | 6l, 8l: remove JCXZ; add JCXZW, JCXZL, and JCXZQ | Jaroslavas Počepko |
| 2011-08-26 | 6l, 8l: handle forward JCXZ | Jaroslavas Počepko |
| 2011-08-16 | 5l, 6l, 8l: add varargck for %Z | Lucio De Re |
| 2011-08-16 | 5c, 6c, 6l: fix Plan 9 build warnings | Lucio De Re |
| 2011-07-29 | 6l: OpenBSD support | Joel Sing |
| 2011-07-29 | runtime: improve Linux mutex | Dmitriy Vyukov |
| 2011-07-21 | ld: fix freebsd build reverting .interp move | Gustavo Niemeyer |
| 2011-07-20 | ld: remove overlap of ELF sections on dynamic binaries | Gustavo Niemeyer |
| 2011-07-19 | cgo: windows amd64 port | Wei Guangjing |
| 2011-07-18 | ld: allow seek within write buffer | Russ Cox |
| 2011-07-15 | 6a, 6c, 6l: fix for Plan 9 build | Lucio De Re |
| 2011-07-12 | 5l, 6l, 8l: Add a PT_LOAD PHDR entry for the PHDR. | David Anderson |
| 2011-07-12 | hash/crc32: add SSE4.2 support | Adam Langley |
| 2011-07-12 | 6l: change default output name to 6.out.exe on windows | Alex Brainman |
| 2011-06-28 | ld: fix ELF strip by removing overlap of sections | Gustavo Niemeyer |
| 2011-06-27 | 5l, 6l, 8l: drop use of ed during build | Russ Cox |
| 2011-06-07 | ld: fix and simplify ELF symbol generation | Anthony Martin |
| 2011-05-25 | ld: add -w to disable dwarf, make errors obviously from dwarf | Russ Cox |
| 2011-05-24 | 6l, 8l: fix Mach-O binaries with many dynamic libraries | Russ Cox |
| 2011-05-18 | 6l: fix emit windows dwarf sections | Wei Guangjing |
| 2011-05-16 | ld: do not emit reference to dynamic library named "" | Russ Cox |
| 2011-05-13 | 6l, 8l: emit windows dwarf sections similar to other platforms | Alex Brainman |
| 2011-05-11 | 5l, 8l: add ELF symbol table to binary | Russ Cox |
| 2011-04-27 | cgo: handle versioned ELF symbols | Russ Cox |
| 2011-04-15 | 6l: fix another "set and not used". | Rob Pike |
| 2011-04-14 | for GCC4.6: fix a bunch of set-and-not-used errors. | Rob Pike |
| 2011-04-14 | ld: defend against some broken object files | Russ Cox |
| 2011-04-09 | ld: 25% faster | Russ Cox |
| 2011-03-23 | 5l/6l/8l: undo spadj cleanup at ARET for following instructions in the same s... | Luuk van Dijk |
| 2011-03-08 | 5l, 6l, 8l: omit symbols for type, string, go.string | Russ Cox |