| Age | Commit message (Expand) | Author |
| 2013-06-09 | all: fix typos | Shenghou Ma |
| 2013-06-04 | cmd/ld: fix gcdata and gcbss symbols | Anthony Martin |
| 2013-05-01 | cmd/ld: fix another unsigned value causing bugs on Plan 9 | Rob Pike |
| 2013-04-30 | cmd/ld: another attempt at the relocation overflow fix | Rob Pike |
| 2013-04-30 | cmd/ld: fix check for address wrap in relocation | Rob Pike |
| 2013-04-30 | cmd/ld: disable relocation range check so build can go green while we debug t... | Rob Pike |
| 2013-04-29 | cmd/ld: fix some 64-bit issues | Rob Pike |
| 2013-03-30 | cmd/gc, cmd/ld: fix warnings on Plan 9 | David du Colombier |
| 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-11 | cmd/ld: darwin support for host linking | 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-10 | cmd/ld: wrap long data lines in -a output | 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-08 | cmd/ld: external linking fixes for linux/386 | Russ Cox |
| 2013-03-07 | cmd/ld: steps toward 386 host linking | 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 |
| 2013-02-26 | cmd/ld: change GC_CALL to 32-bit relative address | Russ Cox |
| 2013-02-26 | cmd/ld, runtime: adjust symbol table representation | Russ Cox |
| 2013-02-01 | runtime, cmd/ld: make code more position-independent | Elias Naur |
| 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 |
| 2013-01-04 | cmd/ld: use native-endian symbol values in symbol table | Russ Cox |
| 2012-12-28 | cmd/ld: fix valgrind warning in strnput | Dave Cheney |
| 2012-11-13 | reflect: add ArrayOf, ChanOf, MapOf, SliceOf | Russ Cox |
| 2012-11-02 | cmd/gc, cmd/ld: struct field tracking | Russ Cox |
| 2012-10-10 | cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for Darwin | Shenghou Ma |
| 2012-10-09 | cmd/ld: use 64-bit alignment for large data and bss objects | Russ Cox |
| 2012-09-20 | cmd/ld: remove unused assignment | Lucio De Re |
| 2012-09-13 | ld: add .gcdata and .gcbss sections | Jan Ziak |
| 2012-05-30 | cmd/ld: align function entry on arch-specific boundary | Russ Cox |
| 2012-05-29 | cmd/6l: Fixes for 64-bit Plan 9 | Akshat Kumar |
| 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 |
| 2012-02-23 | ld: fix alignment of rodata section | Russ Cox |
| 2012-02-22 | ld: get symbol table letters right | 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 |
| 2011-11-30 | ld: align ELF data sections | Ian Lance Taylor |
| 2011-08-29 | runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ... | Yuval Pavel Zholkover |
| 2011-08-16 | ld: make addaddrplus4 static | Lucio De Re |
| 2011-07-25 | ld: fix build on Plan 9 | Lucio De Re |
| 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 |