| 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-26 | liblink: delete unused code | Russ Cox |
| 2015-02-23 | cmd/ld: fix warning on Plan 9 | David du Colombier |
| 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-05 | Revert "liblink, cmd/ld, runtime: remove stackguard1" | Russ Cox |
| 2014-12-29 | liblink, cmd/ld, runtime: remove stackguard1 | Shenghou Ma |
| 2014-12-22 | cmd/ld: add a text generation pass | Austin Clements |
| 2014-08-31 | cmd/ld: diagnose Go calling C | Russ Cox |
| 2014-08-12 | cmd/ld: handle large link base addresses | Russ Cox |
| 2014-08-06 | cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enums | Shenghou Ma |
| 2014-07-29 | runtime: simpler and faster GC | Dmitriy Vyukov |
| 2014-04-16 | cmd/ld: restore the call graph dump | Anthony Martin |
| 2014-04-02 | cmd/gc, cmd/ld, runtime: compact liveness bitmaps | Russ Cox |
| 2014-02-27 | all: final merge of NaCl tree | Russ Cox |
| 2014-02-12 | cmd/cc, cmd/gc, cmd/ld: consolidate print format routines | Anthony Martin |
| 2014-01-21 | cmd/ld: support archives larger than 2G | Ian Lance Taylor |
| 2013-12-16 | cmd/ld: move instruction selection + layout into compilers, assemblers | Russ Cox |
| 2013-12-08 | liblink: create new library based on linker code | Russ Cox |
| 2013-10-03 | cmd/gc: support -installsuffix in the compiler and builder | Dave Day |
| 2013-08-30 | libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/Bputc | Dmitriy Vyukov |
| 2013-08-24 | all: compiler/bootstrap for dragonfly/amd64 | Joel Sing |
| 2013-08-14 | runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex... | Elias Naur |
| 2013-07-19 | runtime: cleanup: use ArgsSizeUnknown to mark all functions | Keith Randall |
| 2013-07-18 | cmd/ld, runtime: use new contiguous pcln table | Russ Cox |
| 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 |
| 2013-06-12 | cmd/ld: supply -s to gcc if -s is passed. | Shenghou Ma |
| 2013-04-30 | cmd/ld: emit relocs for DWARF info when doing an external link | Ian Lance Taylor |
| 2013-04-29 | cmd/ld: fix some 64-bit issues | Rob Pike |
| 2013-04-01 | cmd/ld: add -extld and -extldflags options | Ian Lance Taylor |
| 2013-03-28 | cmd/ld, runtime: restrict stack root scan to locals and arguments | Carl Shapiro |
| 2013-03-27 | cmd/ld: emit TLS relocations during external linking | Ian Lance Taylor |
| 2013-03-20 | cmd/ld: remove remaining occurrence of isobj. | Rémy Oudompheng |
| 2013-03-19 | cmd/ld: replace -hostobj with -linkmode | 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-10 | cmd/ld: add tmpdir flag to preserve temp files | 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-03-06 | cmd/cgo: split cgo_export into cgo_export_static and cgo_export_dynamic | Russ Cox |
| 2013-03-01 | cmd/cgo, cmd/ld: new cgo object file section | Russ Cox |
| 2013-02-28 | cmd/ld: fix symbol table sorting | Russ Cox |
| 2013-02-05 | cmd/dist: add -Wstrict-prototypes to CFLAGS and fix all the compiler errors | Shenghou Ma |
| 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-09 | cmd/ld: fix incompatible type signatures on Plan 9 | Anthony Martin |
| 2013-01-06 | cmd/gc, cmd/ld: rename -b to -race | Russ Cox |