| 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 | runtime: faster version of findfunc | Keith Randall |
| 2015-01-07 | cmd/9l: support internal linking | Austin Clements |
| 2015-01-07 | cmd/ld: support for relocation variants | Austin Clements |
| 2015-01-07 | cmd/ld: support 2 byte relocations | Austin Clements |
| 2014-10-22 | [dev.power64] all: merge default into dev.power64 | Austin Clements |
| 2014-10-22 | build: merge the great pkg/ rename into dev.power64 | Austin Clements |
| 2014-10-22 | [dev.power64] build: merge default into dev.power64 | Austin Clements |
| 2014-10-21 | cmd/ld: fix addstrdata for big-endian systems | Ian Lance Taylor |
| 2014-09-28 | cmd/ld: don't automatically mark symbols created by -X as reachable | Ian Lance Taylor |
| 2014-09-24 | build: fix elf builds | Russ Cox |
| 2014-09-24 | cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects | Russ Cox |
| 2014-09-08 | build: adjustments for move from src/pkg to src | Russ Cox |
| 2014-08-27 | cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into... | Matthew Dempsky |
| 2014-08-18 | liblink: use pc-relative addressing for all memory references in amd64 code | Russ Cox |
| 2014-08-16 | cmd/ld: fix operator precedence | Dave Cheney |
| 2014-08-16 | cmd/ld: fix operator precedence | Shenghou Ma |
| 2014-08-12 | cmd/ld: handle large link base addresses | Russ Cox |
| 2014-08-07 | [dev.power64] cmd/ld: update for power64 | Shenghou Ma |
| 2014-08-06 | undo CL 114420043 / b613f2acdf69 | Shenghou Ma |
| 2014-08-06 | cmd/ld: fix operator precedence | Shenghou Ma |
| 2014-07-29 | cmd/ld: better diagnostics on unaligned symbols | Dmitriy Vyukov |
| 2014-07-29 | runtime: simpler and faster GC | Dmitriy Vyukov |
| 2014-07-03 | cmd/go, cmd/ld, runtime, os/user: TLS emulation for android | David Crawshaw |
| 2014-06-26 | all: remove 'extern register M *m' from runtime | Russ Cox |
| 2014-05-19 | cmd/ld: abort if (32-bit) address relocation is negative on amd64. | Shenghou Ma |
| 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 |
| 2014-04-15 | cmd/ld: attempt at fixing openbsd build | Russ Cox |
| 2014-04-15 | cmd/ld: use TLS relocations on ELF systems in external linking mode | Russ Cox |
| 2014-04-15 | liblink: introduce TLS register on 386 and amd64 | Russ Cox |
| 2014-04-14 | liblink: remove arch-specific constants from file format | Russ Cox |
| 2014-02-27 | all: final merge of NaCl tree | Russ Cox |
| 2014-02-25 | cmd/ld: fix build for ARMv5. | Shenghou Ma |
| 2014-02-23 | cmd/ld: don't emit unreachable dynimport symbols in ELF symtab. | Shenghou Ma |
| 2014-02-11 | cmd/ld, cmd/6l: part 2 of solaris/amd64 linker changes. | Shenghou Ma |
| 2014-01-23 | liblink, runtime: fix cgo on arm | Russ Cox |
| 2014-01-21 | liblink: remove use of linkmode on ARM | Russ Cox |
| 2013-12-18 | cmd/6g, cmd/gc, cmd/ld: fix Plan 9 amd64 warnings | David du Colombier |
| 2013-12-16 | cmd/ld: move instruction selection + layout into compilers, assemblers | 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-09-04 | cmd/ld: don't allocate unused garbage space in pclntab file table | Ian Lance Taylor |
| 2013-08-14 | cmd/ld: Remove superfluous redundant iself check | Elias Naur |
| 2013-08-14 | cmd/dist: fix darwin build | Russ Cox |
| 2013-08-14 | runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex... | Elias Naur |
| 2013-07-16 | cmd/ld, runtime: new in-memory symbol table format | Russ Cox |
| 2013-07-11 | cmd/ld: place read-only data in non-executable segment | Russ Cox |