| Age | Commit message (Expand) | Author |
| 2013-01-31 | cmd/8l: fix misassembling of MOVB involving (AX)(BX*1) | Rémy Oudompheng |
| 2013-01-30 | 6l/5l: PIC and shared library support for the linkers. | Elias Naur |
| 2013-01-19 | cmd/8l, cmd/6l: avoid zeroing zeroed fields | Dave Cheney |
| 2013-01-06 | cmd/gc, cmd/ld: rename -b to -race | Russ Cox |
| 2013-01-06 | cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsing | Russ Cox |
| 2013-01-06 | cmd/ld: move symtab, ELF generation to portable code | Russ Cox |
| 2012-12-22 | cmd/6l, cmd/8l: add -Z flag to zero stack frame on entry | Russ Cox |
| 2012-12-21 | cmd/[568]l: do not generate PT_TLS on openbsd | Joel Sing |
| 2012-12-18 | cmd/5l, cmd/6l, cmd/8l: fix function symbol generation from gcc compiled sour... | Shenghou Ma |
| 2012-11-26 | cmd/6l, cmd/8l: emit no-ops to separate zero-stack funcs from nosplits. | Rémy Oudompheng |
| 2012-11-26 | cmd/8l: fix data corruption for MULB SI, | Rémy Oudompheng |
| 2012-11-13 | cmd/ld: fix build on elf systems | Russ Cox |
| 2012-11-02 | cmd/gc, cmd/ld: struct field tracking | Russ Cox |
| 2012-10-23 | cmd/5l, cmd/6l, cmd/8l: put floating point numbers in .rodata section | Shenghou Ma |
| 2012-10-09 | cmd/ld: add -B option to set build ID | Ian Lance Taylor |
| 2012-10-10 | cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for Darwin | Shenghou Ma |
| 2012-10-07 | cmd/8l: add SSE2 instructions | Russ Cox |
| 2012-09-24 | cmd/ld: prepare for 64-bit ints | Russ Cox |
| 2012-09-21 | cmd/{ld,5l,6l,8l}: add support for OpenBSD ELF signatures | Joel Sing |
| 2012-09-13 | ld: add .gcdata and .gcbss sections | Jan Ziak |
| 2012-09-13 | cmd/pack: rename __.SYMDEF to __.GOSYMDEF | Russ Cox |
| 2012-09-10 | undo CL 6498092 / 4ff71bc1a199 | Adam Langley |
| 2012-09-10 | 6l/8l: emit correct opcodes to F(SUB|DIV)R?D. | Adam Langley |
| 2012-08-03 | cmd/ld: add PT_PAX_FLAGS ELF header | Russ Cox |
| 2012-05-30 | cmd/6l, cmd/8l, cmd/5l: add AUNDEF instruction | Russ Cox |
| 2012-05-30 | cmd/ld: align function entry on arch-specific boundary | Russ Cox |
| 2012-05-30 | cmd/6l, cmd/8l: fix chaining bug in jump rewrite | Russ Cox |
| 2012-05-29 | cmd/6g, cmd/8g: move panicindex calls out of line | Russ Cox |
| 2012-05-23 | cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systems | Shenghou Ma |
| 2012-05-22 | cmd/8a, cmd/8l: add BSWAPL | Russ Cox |
| 2012-05-15 | 8l,5l: 2% faster | Jan Ziak |
| 2012-05-05 | cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automatically | Shenghou Ma |
| 2012-04-10 | 8a, 8l: add PREFETCH instructions | Russ Cox |
| 2012-03-15 | 5l, 6l, 8l: fix stack split logic for stacks near default segment size | Russ Cox |
| 2012-02-22 | ld: get symbol table letters right | Russ Cox |
| 2012-02-21 | ld: only set SNOPTRBSS during load | Russ Cox |
| 2012-02-21 | ld: add NOPTRBSS for large, pointer-free uninitialized data | Russ Cox |
| 2012-02-19 | 6l, 8l: fix build for ELF systems | Shenghou Ma |
| 2012-02-19 | gc, ld: tag data as no-pointers and allocate in separate section | Russ Cox |
| 2012-02-17 | 8a, 8l: add EMMS instruction | Evan Shaw |
| 2012-02-13 | 8a, 8l: add LFENCE, MFENCE, SFENCE | Darren Elwood |
| 2012-02-12 | gc, 8g, 8l: fix a handful of warnings | Anthony Martin |
| 2012-02-07 | 5l, 6l, 8l: implement -X flag | Russ Cox |
| 2012-02-06 | build: delete make paraphernalia | Russ Cox |
| 2012-02-06 | 8a, 8l: implement support for RDTSC instruction. | Shenghou Ma |
| 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 |