| 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: always mark tlsg STLSBSS | David Crawshaw |
| 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 |
| 2015-02-06 | liblink, cmd/ld, runtime: set the type of runtime.tlsg in runtime | Shenghou Ma |
| 2015-01-30 | cmd/gc, cmd/ld, liblink: update for portable Prog, Addr changes | Russ Cox |
| 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-05 | [dev.cc] cmd/ld: finalize linkmode before determining whether to import runti... | Shenghou Ma |
| 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-09-29 | undo CL 141840043 / 65e21380cb2a | Brad Fitzpatrick |
| 2014-09-29 | cmd/ld: close outfile before cleanup | Jonathan Rudenberg |
| 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-18 | lib9, cmd/ld: fixes for cross-linking on a Windows host | Ian Lance Taylor |
| 2014-09-08 | build: adjustments for move from src/pkg to src | Russ Cox |
| 2014-08-31 | cmd/ld: diagnose Go calling C | Russ Cox |
| 2014-08-27 | cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into... | Matthew Dempsky |
| 2014-08-14 | [dev.power64] cmd/ld, runtime: detect, fix nosplit overflows | Russ Cox |
| 2014-08-12 | [dev.power64] cmd/9g, cmd/gc, cmd/ld: fix build. | Shenghou Ma |
| 2014-08-07 | [dev.power64] cmd/ld: update for power64 | Shenghou Ma |
| 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-20 | cmd/ld: really import runtime/cgo for external link | Ian Lance Taylor |
| 2014-04-18 | cmd/ld: don't delete output binary if not "ordinary" file (redux). | Mike Andrews |
| 2014-04-16 | cmd/ld: don't pass -rdynamic to external linker if -static is used | Ian Lance Taylor |
| 2014-04-16 | cmd/ld: restore the call graph dump | Anthony Martin |
| 2014-04-16 | liblink, cmd/ld: reenable nosplit checking and test | Russ Cox |
| 2014-04-15 | cmd/ld: use TLS relocations on ELF systems in external linking mode | Russ Cox |
| 2014-04-14 | liblink: remove arch-specific constants from file format | Russ Cox |
| 2014-03-29 | cmd/ld: pass -Qunused-arguments to clang during host linking. | Shenghou Ma |
| 2014-03-29 | cmd/ld: don't delete output binary if not "ordinary" file. | Mike Andrews |
| 2014-03-12 | cmd/ld: give acid a fighting chance at unwinding the stack | Anthony Martin |
| 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-02-09 | include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes. | Shenghou Ma |
| 2014-01-30 | cmd/ld: fix bug with "runtime/cgo" in external link mode | Ian Lance Taylor |
| 2014-01-23 | liblink, runtime: fix cgo on arm | Russ Cox |
| 2014-01-22 | cmd/gc, cmd/ld: fix Plan 9 warnings | David du Colombier |
| 2014-01-21 | cmd/ld: support archives larger than 2G | Ian Lance Taylor |
| 2013-12-20 | cmd/ld: make hostobj work on newer openbsd | Joel Sing |
| 2013-12-18 | debug/goobj: expand package prefix correctly | Russ Cox |
| 2013-12-17 | cmd/gc: implement -pack flag | Russ Cox |
| 2013-12-17 | cmd/ld: maintain correct headstring needed by windows port. | Shenghou Ma |
| 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 |