| Age | Commit message (Expand) | Author |
| 2014-02-09 | include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes. | Shenghou Ma |
| 2013-12-16 | cmd/ld: move instruction selection + layout into compilers, assemblers | Russ Cox |
| 2013-12-08 | liblink: create new library based on linker code | Russ Cox |
| 2013-12-05 | cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd/gc, runtime: generate poi... | Carl Shapiro |
| 2013-10-03 | cmd/gc: support -installsuffix in the compiler and builder | Dave Day |
| 2013-09-12 | runtime, cmd/gc, cmd/ld: ignore method wrappers in recover | Russ Cox |
| 2013-09-11 | cmd/5l, cmd/6l, cmd/8l: refactor stack split code | Russ Cox |
| 2013-09-10 | build: more "undefined behavior" fixes | Russ Cox |
| 2013-09-10 | cmd/6l, cmd/8l: fix MOVL MOVQ optab | Russ Cox |
| 2013-09-04 | cgo: enable cgo on dragonfly | Aulus Egnatius Varialus |
| 2013-08-31 | cmd/5l,cmd/6l,cmd/8l: fix dragonflydynld path | Joel Sing |
| 2013-08-30 | libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/Bputc | Dmitriy Vyukov |
| 2013-08-24 | all: compiler/bootstrap for dragonfly/amd64 | Joel Sing |
| 2013-08-15 | cmd/gc: &x panics if x does | Russ Cox |
| 2013-08-14 | runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex... | Elias Naur |
| 2013-08-13 | cmd/gc: add temporary-merging optimization pass | Russ Cox |
| 2013-08-12 | cmd/6l: fix printing of frame size in TEXT instruction | Russ Cox |
| 2013-08-07 | cmd/ld: Put the textflag constants in a separate file. | Keith Randall |
| 2013-07-19 | runtime: use funcdata to supply garbage collection information | Russ Cox |
| 2013-07-18 | cmd/ld, runtime: use new contiguous pcln table | Russ Cox |
| 2013-07-16 | cmd/5l, cmd/6l, cmd/8l: accept PCDATA instruction in input | Russ Cox |
| 2013-07-16 | cmd/ld, runtime: new in-memory symbol table format | Russ Cox |
| 2013-07-12 | cmd/6l, cmd/8l: use one-byte XCHG forms when possible | Russ Cox |
| 2013-07-12 | cmd/ld: fix large stack split for preempt check | Russ Cox |
| 2013-07-11 | cmd/ld: place read-only data in non-executable segment | Russ Cox |
| 2013-07-11 | cmd/5l, cmd/6l, cmd/8l: increase error buffer size | Russ Cox |
| 2013-06-27 | runtime: record proper goroutine state during stack split | Russ Cox |
| 2013-06-21 | cmd/6a, cmd/6l: add PCLMULQDQ instruction. | Adam Langley |
| 2013-06-11 | cmd/gc: move genembedtramp into portable code | Russ Cox |
| 2013-06-05 | cmd/6l: accept NOP of $x+10(SP) and of X0 | Russ Cox |
| 2013-05-30 | cmd/[568]l/obj.c: NULL is not recognised in Plan 9 build, use nil instead. | Lucio De Re |
| 2013-05-28 | cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument... | Carl Shapiro |
| 2013-04-01 | cmd/ld: add -extld and -extldflags options | Ian Lance Taylor |
| 2013-03-29 | cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internal | Ian Lance Taylor |
| 2013-03-27 | cmd/6l: fix OpenBSD build | Ian Lance Taylor |
| 2013-03-27 | cmd/ld: emit TLS relocations during external linking | Ian Lance Taylor |
| 2013-03-25 | cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate defini... | Rémy Oudompheng |
| 2013-03-24 | cmd/5l, cmd/6l, cmd/8l: remove declaration on non-existent variables. | Rémy Oudompheng |
| 2013-03-21 | crypto/rc4: faster amd64 implementation | Russ Cox |
| 2013-03-19 | cmd/ld: replace -hostobj with -linkmode | Russ Cox |
| 2013-03-14 | cmd/ld: another use-after-free | Russ Cox |
| 2013-03-11 | cmd/ld: darwin support for host linking | Russ Cox |
| 2013-03-10 | cmd/ld: avoid redundant external relocation calculations | Russ Cox |
| 2013-03-10 | cmd/ld: replace dynimpname with extname | Russ Cox |
| 2013-03-10 | cmd/ld: include full symbol table in Mach-O output | Russ Cox |
| 2013-03-10 | cmd/ld: add tmpdir flag to preserve temp files | Russ Cox |
| 2013-03-09 | cgo: enable external linking mode on FreeBSD amd64. | Steve McCoy |
| 2013-03-07 | cmd/6l, cmd/8l: fix BSD builds | Russ Cox |
| 2013-03-07 | cmd/ld: steps toward 386 host linking | Russ Cox |
| 2013-03-07 | cmd/6a, cmd/8a, cmd/6l, cmd/8l: add AES instructions | Keith Randall |