| 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-02-06 | liblink, cmd/ld, cmd/5l: darwin/arm support | Shenghou Ma |
| 2014-10-22 | [dev.power64] all: merge default into dev.power64 | Austin Clements |
| 2014-10-10 | cmd/ld: fix off-by-one error when emitting symbol names | Shenghou Ma |
| 2014-08-07 | [dev.power64] cmd/ld: update for power64 | Shenghou Ma |
| 2014-03-21 | cmd/ld: fix warnings on Plan 9 | David du Colombier |
| 2014-03-14 | cmd/gc: replace 'ยท' as '.' in ELF/Mach-O symbol tables | Shenghou Ma |
| 2013-12-08 | liblink: create new library based on linker code | Russ Cox |
| 2013-03-19 | cmd/ld: generate relocated DWARF in hostobj mode | Russ Cox |
| 2013-03-11 | cmd/ld: darwin support for host linking | 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: make mach-o sections match internal sections | Russ Cox |
| 2013-03-07 | cmd/ld: host linking support for linux/amd64 | Russ Cox |
| 2012-01-23 | ld: fix Mach-O code signing for non-cgo binaries | Mikkel Krautz |
| 2011-10-18 | ld: modify macho linkedit segment to enable OS X code signing | Mikkel Krautz |
| 2011-10-18 | 6l, 8l: emit macho dwarf info before linkedit section | Mikkel Krautz |
| 2011-07-18 | ld: allow seek within write buffer | Russ Cox |
| 2011-05-24 | 6l, 8l: fix Mach-O binaries with many dynamic libraries | Russ Cox |
| 2011-04-25 | ld: fix 6l -d on Mac, diagnose invalid use of -d | Russ Cox |
| 2011-04-20 | ld: remove MachoLoad limit | Russ Cox |
| 2011-02-18 | ld: drop rpath | Russ Cox |
| 2011-01-11 | ld: Fix exported dynamic symbols on Mach-O. | Ian Lance Taylor |
| 2010-12-08 | 6l, 8l: support for linking ELF and Mach-O .o files | Russ Cox |
| 2010-10-22 | 5l, 6l, 8l: introduce sub-symbols | Russ Cox |
| 2010-10-19 | 5l, 6l, 8l: link pclntab and symtab as ordinary rodata symbols | Russ Cox |
| 2010-10-19 | 5l, 6l, 8l: separate pass to fix addresses | Russ Cox |
| 2010-10-14 | 5l, 6l, 8l: accumulate data image during import | Russ Cox |
| 2010-10-13 | 5l, 6l, 8l: first pass cleanup | Russ Cox |
| 2010-10-12 | 6l: work with OS X nm/otool | Jim McGrath |
| 2010-10-11 | 6l: correct offset for __nl_symbol_ptr in Mach-O. | Jim McGrath |
| 2010-10-11 | 6l: fix Mach-O LC_RPATH | Jim McGrath |
| 2010-09-28 | various: appease the ubuntu gcc monster | Russ Cox |
| 2010-09-14 | tabs | Russ Cox |
| 2010-09-12 | 6g, 6l, 8g, 8l: move read-only data to text segment | Russ Cox |
| 2010-09-01 | 6l/8l: emit DWARF in macho. | Luuk van Dijk |
| 2010-06-30 | cgo: use slash-free relative paths for .so references | Russ Cox |
| 2010-03-25 | Support #pragma dynexport on OS X. | Ian Lance Taylor |
| 2010-03-22 | Rename dynld to dynimport throughout. | Ian Lance Taylor |
| 2009-10-07 | factor portable object+library bits out of 5l/6l/8l into ld | Russ Cox |
| 2009-10-03 | 8c, 8l dynamic loading support. | Russ Cox |
| 2009-09-30 | step toward darwin ffi: factor out macho code | Russ Cox |