| Age | Commit message (Expand) | Author |
| 2014-05-20 | cmd/ld: make lldb happy with Mach-O 6.out files | Russ Cox |
| 2014-05-19 | cmd/ld: abort if (32-bit) address relocation is negative on amd64. | Shenghou Ma |
| 2014-05-06 | cmd/ld: correct pe section number in symbol table | Alex Brainman |
| 2014-04-21 | cmd/ld: correct addresses in windows pe symbol table | Alex Brainman |
| 2014-04-21 | runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM. | Shenghou Ma |
| 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 | cmd/ld: populate pe symbol table with Go symbols | Alex Brainman |
| 2014-04-16 | liblink, cmd/ld: reenable nosplit checking and test | Russ Cox |
| 2014-04-16 | liblink: add leaf bit to object file format | Russ Cox |
| 2014-04-16 | liblink: fix incorrect hash collision in lookup | Russ Cox |
| 2014-04-16 | cmd/ld: cast PE32 absolute addend to int32. | Shenghou Ma |
| 2014-04-16 | cmd/ld: correct comment. | Shenghou Ma |
| 2014-04-15 | cmd/ld: record complete runtime-gdb.py path again | 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-04-03 | cmd/cc: emit gc bitmaps in read-only memory | Russ Cox |
| 2014-04-02 | cmd/ld: get rid of map.bucket's data field from dwarf info. | Keith Randall |
| 2014-04-02 | cmd/gc, cmd/ld, runtime: compact liveness bitmaps | 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-26 | runtime: use VEH for windows/amd64 exception handling | Alex Brainman |
| 2014-03-21 | cmd/ld: fix warnings on Plan 9 | David du Colombier |
| 2014-03-14 | cmd/gc: replace 'ยท' as '.' in ELF/Mach-O symbol tables | Shenghou Ma |
| 2014-03-12 | cmd/ld: give acid a fighting chance at unwinding the stack | Anthony Martin |
| 2014-03-05 | cmd/ld: don't include padding length in size of the note section | Shenghou Ma |
| 2014-03-04 | cmd/ld: clear unused ctxt before morestack | Russ Cox |
| 2014-03-03 | cmd/ld: DWARF opcode base to 10 | Graham King |
| 2014-03-03 | cmd/ld: fix warning on Plan 9 | David du Colombier |
| 2014-02-28 | cmd/ld: fix misgenerated pcln file numbers | Josh Bleecher Snyder |
| 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-20 | cmd/ld: fix off-by-one error in DWARF .debug_line transcription | Josh Bleecher Snyder |
| 2014-02-19 | cmd/ld: drop gcargs, gclocals symbols from symbol table | Russ Cox |
| 2014-02-18 | cmd/ld: remove Plan 9 symbol table | Russ Cox |
| 2014-02-12 | cmd/cc, cmd/gc, cmd/ld: consolidate print format routines | Anthony Martin |
| 2014-02-11 | cmd/ld, cmd/6l: part 2 of solaris/amd64 linker changes. | Shenghou Ma |
| 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 | liblink: remove use of linkmode on ARM | Russ Cox |
| 2014-01-21 | cmd/ld: support archives larger than 2G | Ian Lance Taylor |
| 2014-01-14 | cmd/ld: document the -w flag, which disables DWARF generation | Rob Pike |
| 2013-12-20 | cmd/ld: make hostobj work on newer openbsd | Joel Sing |
| 2013-12-18 | debug/goobj: expand package prefix correctly | Russ Cox |