| Age | Commit message (Expand) | Author |
| 2013-03-07 | cmd/ld: host linking support for linux/amd64 | Russ Cox |
| 2013-02-25 | cmd/gc: emit explicit type information for local variables | Russ Cox |
| 2013-02-22 | cmd/5l, cmd/6l, cmd/8l: accept CALL reg, reg | Russ Cox |
| 2013-02-21 | cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo... | Carl Shapiro |
| 2013-02-19 | cmd/godoc: use go/build to determine package and example files | Robert Griesemer |
| 2013-01-31 | cmd/ld: support for linking with host linker | Russ Cox |
| 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-09-27 | cmd/6a, cmd/6l: add support for AES-NI instrutions and PSHUFD | Shenghou Ma |
| 2012-09-24 | build: make int 64 bits on amd64 | Russ Cox |
| 2012-09-24 | cmd/ld: prepare for 64-bit ints | Russ Cox |
| 2012-09-21 | cmd/6g: use all 16 float registers, optimize float moves | 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-31 | src: Add support for 64-bit version of Plan 9 | Akshat Kumar |
| 2012-08-03 | cmd/ld: add PT_PAX_FLAGS ELF header | Russ Cox |
| 2012-06-01 | cmd/6l: loop alignment, disabled | 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/6l: Fixes for 64-bit Plan 9 | Akshat Kumar |
| 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/6a, cmd/6l: add BSWAPL, BSWAPQ | Russ Cox |
| 2012-05-05 | cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automatically | Shenghou Ma |
| 2012-04-10 | 6c, 6g, 6l: add MOVQL to make truncation explicit | Russ Cox |
| 2012-04-10 | 6a, 6l: 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-23 | 6a/6l: add IMUL3Q and SHLDL | Adam Langley |
| 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 |