| 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: make cmd/ld a real library | Russ Cox |
| 2015-01-07 | cmd/9l: support internal linking | Austin Clements |
| 2015-01-07 | cmd/ld: support 2 byte relocations | Austin Clements |
| 2015-01-07 | cmd/ld: decode local entry offset from ppc64 symbols | Austin Clements |
| 2014-12-26 | cmd/ld: put .bss from external objects into real .bss section | Shenghou Ma |
| 2014-12-22 | cmd/ld: clean up nested if when loading bind local syms | Austin Clements |
| 2014-12-05 | all: power64 is now ppc64 | Russ Cox |
| 2014-10-22 | [dev.power64] all: merge default into dev.power64 | Austin Clements |
| 2014-10-20 | cmd/cgo: disable clang's integrated assembler | Dave Cheney |
| 2014-10-06 | cmd/ld: ignore .Linfo_stringNN variables in clang .o files | Russ Cox |
| 2014-08-07 | [dev.power64] cmd/ld: update for power64 | Shenghou Ma |
| 2014-07-22 | cmd/ld: mark hostobj sections as containing no pointers | Dmitriy Vyukov |
| 2014-04-16 | liblink, cmd/ld: reenable nosplit checking and test | Russ Cox |
| 2014-04-16 | liblink: fix incorrect hash collision in lookup | Russ Cox |
| 2013-12-09 | cmd/ld: fix linux/386 build | Russ Cox |
| 2013-12-08 | liblink: create new library based on linker code | Russ Cox |
| 2013-03-10 | cmd/ld: replace dynimpname with extname | Russ Cox |
| 2013-03-07 | cmd/ld: host linking support for linux/amd64 | Russ Cox |
| 2013-02-28 | cmd/ld: fix symbol table sorting | Russ Cox |
| 2012-10-30 | cmd/ld: handle weak symbols | Shenghou Ma |
| 2012-10-08 | cmd/ld, cmd/5l: support R_ARM_PC24 and R_ARM_JUMP24, fix R_ARM_CALL | Shenghou Ma |
| 2012-09-20 | cmd/ld: consistent binary for cgo programs | Shenghou Ma |
| 2012-08-21 | cmd/ld: skip R_*_NONE relocations, fix Linux/386 build again | Shenghou Ma |
| 2012-08-17 | cmd/ld: explicitly ignore R_*_NONE relocation to fix build | Shenghou Ma |
| 2012-07-30 | cmd/5l, cmd/ld: add support for R_ARM_GOT_PREL | Shenghou Ma |
| 2012-05-23 | cmd/ld: fix Linux/ARM build | Shenghou Ma |
| 2012-05-23 | cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systems | Shenghou Ma |
| 2012-05-04 | cmd/5l, cmd/ld: dynamic linking library support | Shenghou Ma |
| 2011-11-30 | ld: align ELF data sections | Ian Lance Taylor |
| 2011-07-25 | ld: fix build on Plan 9 | Lucio De Re |
| 2011-06-21 | 8l: more fixes for Plan 9 | Lucio De Re |
| 2011-04-14 | for GCC4.6: fix a bunch of set-and-not-used errors. | Rob Pike |
| 2011-01-06 | ld: Permit an ELF symbol to be exported in the dynamic symbol table. | Ian Lance Taylor |
| 2010-12-17 | ld: allow relocations pointing at ELF .bss symbols | Russ Cox |
| 2010-12-13 | ld: allow .o files with no symbols | Russ Cox |
| 2010-12-08 | 5l (and 6l, 8l, ld): more arm build fixes | Russ Cox |
| 2010-12-08 | ld: reading of ELF object files | Russ Cox |