| Age | Commit message (Expand) | Author |
| 2013-01-06 | cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsing | Russ Cox |
| 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-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-09-13 | ld: add .gcdata and .gcbss sections | Jan Ziak |
| 2012-05-23 | cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systems | Shenghou Ma |
| 2012-03-03 | ld: allow more -L options | Shenghou Ma |
| 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-12-07 | ld: increase default stack size on Windows for cgo | Dmitriy Vyukov |
| 2011-10-18 | 6l, 8l: emit macho dwarf info before linkedit section | Mikkel Krautz |
| 2011-07-29 | 6l: OpenBSD support | Joel Sing |
| 2011-07-28 | ld: remove cseekend and redo pe writing | Alex Brainman |
| 2011-07-25 | ld: fix build on Plan 9 | Lucio De Re |
| 2011-07-22 | ld: detect all import cycles | Russ Cox |
| 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-06-28 | ld: fix ELF strip by removing overlap of sections | Gustavo Niemeyer |
| 2011-06-21 | nacl, tiny: remove vestiges | Robert Hencke |
| 2011-06-07 | ld: fix and simplify ELF symbol generation | Anthony Martin |
| 2011-05-25 | 5l: fix build | Russ Cox |
| 2011-05-11 | 5l, 8l: add ELF symbol table to binary | Russ Cox |
| 2011-05-03 | ld: make ELF binaries with no shared library dependencies static binaries | Russ Cox |
| 2011-04-14 | ld: defend against some broken object files | Russ Cox |
| 2011-04-11 | ld: fix dwarf decoding of strings for struct's fieldnames | Luuk van Dijk |
| 2011-04-09 | ld: 25% faster | Russ Cox |
| 2011-03-08 | 5l, 6l, 8l: omit symbols for type, string, go.string | Russ Cox |
| 2011-02-24 | ld: weak symbols | Russ Cox |
| 2011-02-24 | 8l/6l: new -Hwindowsgui flag allows to build windows gui pe | Alex Brainman |
| 2011-02-23 | 5l/6l/8l: use enums for header type and symbolic strings for -H option values | Alex Brainman |
| 2011-02-22 | ld: detect stack overflow due to NOSPLIT | Russ Cox |
| 2011-02-04 | 8l: fix crash writing Plan 9 binaries | Yuval Pavel Zholkover |
| 2011-01-29 | 8l/6l: pe fixes | Alex Brainman |
| 2011-01-11 | ld: Fix exported dynamic symbols on Mach-O. | Ian Lance Taylor |
| 2010-12-15 | fix freebsd build | Russ Cox |
| 2010-12-15 | remove nacl | Russ Cox |
| 2010-12-08 | 6l, 8l: support for linking ELF and Mach-O .o files | 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-15 | 6l: function at a time code layout | 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-06 | ld: share asmlc | Russ Cox |
| 2010-09-28 | various: appease the ubuntu gcc monster | Russ Cox |
| 2010-09-19 | 6l, 8l: clean up ELF code, fix NaCl | Russ Cox |
| 2010-07-21 | ld: various bug fixes | Russ Cox |