| Age | Commit message (Expand) | Author |
| 2015-03-01 | cmd/5l etc: replace C code with Go code | Russ Cox |
| 2015-02-26 | liblink: delete unused code | Russ Cox |
| 2015-02-13 | cmd/ld: make cmd/ld a real library | Russ Cox |
| 2014-04-15 | liblink: introduce TLS register on 386 and amd64 | Russ Cox |
| 2014-02-27 | all: final merge of NaCl tree | Russ Cox |
| 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-10-03 | cmd/gc: support -installsuffix in the compiler and builder | Dave Day |
| 2013-09-10 | build: more "undefined behavior" fixes | Russ Cox |
| 2013-09-04 | cgo: enable cgo on dragonfly | Aulus Egnatius Varialus |
| 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-14 | runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex... | Elias Naur |
| 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/ld, runtime: new in-memory symbol table format | 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/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-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: 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/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-21 | cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo... | Carl Shapiro |
| 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 |
| 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-05-29 | cmd/6l: Fixes for 64-bit Plan 9 | Akshat Kumar |
| 2012-05-05 | cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automatically | Shenghou Ma |
| 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 | gc, ld: tag data as no-pointers and allocate in separate section | Russ Cox |
| 2012-02-07 | 5l, 6l, 8l: implement -X flag | Russ Cox |
| 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 |
| 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-14 | 6l, 8l: add missing space in error message | Lucio De Re |