| Age | Commit message (Expand) | Author |
| 2015-03-01 | cmd/5l etc: replace C code with Go code | Russ Cox |
| 2015-03-01 | cmd/ld: clean for c2go | Russ Cox |
| 2015-02-13 | cmd/ld: set alignment for the .rel.plt section on 32-bit architectures | Shenghou Ma |
| 2015-02-13 | cmd/ld: make cmd/ld a real library | Russ Cox |
| 2015-01-07 | cmd/9l: support internal linking | Austin Clements |
| 2014-12-18 | cmd/ld: add fallthrough comment | Austin Clements |
| 2014-12-18 | cmd/ld: set ELF ABI version for ppc64x | Austin Clements |
| 2014-08-07 | [dev.power64] cmd/ld: update for power64 | Shenghou Ma |
| 2014-07-03 | cmd/go, cmd/ld, runtime, os/user: TLS emulation for android | David Crawshaw |
| 2014-05-21 | cmd/ld: correctly compute note size on NetBSD. | Benny Siegert |
| 2014-04-21 | runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM. | Shenghou Ma |
| 2014-03-05 | cmd/ld: don't include padding length in size of the note section | Shenghou Ma |
| 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-18 | cmd/6g, cmd/gc, cmd/ld: fix Plan 9 amd64 warnings | David du Colombier |
| 2013-12-08 | liblink: create new library based on linker code | Russ Cox |
| 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-11 | cmd/ld: place read-only data in non-executable segment | Russ Cox |
| 2013-06-12 | cmd/ld: supply -s to gcc if -s is passed. | Shenghou Ma |
| 2013-06-04 | cmd/ld: fix gcdata and gcbss symbols | Anthony Martin |
| 2013-05-18 | cmd/ld: emit .tbss section when doing dynamic internal linking | Shenghou Ma |
| 2013-05-03 | cmd/ld: add .note.GNU-stack section for external linking | Shenghou Ma |
| 2013-04-30 | cmd/ld: emit relocs for DWARF info when doing an external link | Ian Lance Taylor |
| 2013-04-29 | cmd/ld: fix some 64-bit issues | Rob Pike |
| 2013-03-27 | cmd/ld, cmd/8l: Fix OpenBSD build. | Ian Lance Taylor |
| 2013-03-27 | cmd/ld: emit TLS relocations during external linking | Ian Lance Taylor |
| 2013-03-19 | cmd/ld: replace -hostobj with -linkmode | 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-08 | cmd/ld: external linking fixes for linux/386 | Russ Cox |
| 2013-03-07 | cmd/ld: steps toward 386 host linking | Russ Cox |
| 2013-02-14 | cmd/ld: fix -s flag for ELF executables | Anthony Martin |
| 2013-02-04 | cmd/5l, cmd/ld: support generating ELF binaries for NetBSD/ARM | Shenghou Ma |
| 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-06 | cmd/ld: move symtab, ELF generation to portable code | Russ Cox |
| 2012-10-09 | cmd/ld: add -B option to set build ID | Ian Lance Taylor |
| 2012-09-21 | cmd/{ld,5l,6l,8l}: add support for OpenBSD ELF signatures | Joel Sing |
| 2012-08-23 | cmd/ld: set ELF header flags for our Linux/ARM binary | Shenghou Ma |
| 2012-05-31 | cmd/ld: increase number of ELF sections | Joel Sing |
| 2011-12-20 | 5l/6l/8l: add support for netbsd signature note section | Joel Sing |
| 2011-08-31 | runtime: make arm work on Ubuntu Natty qemu | Russ Cox |
| 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-18 | ld: allow seek within write buffer | Russ Cox |
| 2011-04-27 | cgo: handle versioned ELF symbols | Russ Cox |
| 2011-04-09 | ld: 25% faster | Russ Cox |
| 2010-12-08 | 6l, 8l: support for linking ELF and Mach-O .o files | Russ Cox |
| 2010-10-13 | 5l, 6l, 8l: first pass cleanup | Russ Cox |