| Age | Commit message (Expand) | Author |
| 2014-09-15 | cmd/ld: document that -X overwrites initialized variables | Josh Bleecher Snyder |
| 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-22 | cmd/ld: fix undefined behaviour in pcln.c | Dave Cheney |
| 2014-08-18 | liblink: use pc-relative addressing for all memory references in amd64 code | Russ Cox |
| 2014-08-16 | cmd/ld: fix operator precedence | Dave Cheney |
| 2014-08-16 | cmd/ld: fix operator precedence | Shenghou Ma |
| 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-12 | cmd/ld: handle large link base addresses | Russ Cox |
| 2014-08-11 | [dev.power64] cmd/ld: add MAXIO back in lib.h | Shenghou Ma |
| 2014-08-07 | [dev.power64] cmd/ld: update for power64 | Shenghou Ma |
| 2014-08-06 | undo CL 114420043 / b613f2acdf69 | Shenghou Ma |
| 2014-08-06 | cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enums | Shenghou Ma |
| 2014-08-06 | cmd/ld: fix operator precedence | Shenghou Ma |
| 2014-08-05 | runtime: remove type.go | Dmitriy Vyukov |
| 2014-07-29 | cmd/ld: better diagnostics on unaligned symbols | Dmitriy Vyukov |
| 2014-07-29 | runtime: simpler and faster GC | Dmitriy Vyukov |
| 2014-07-26 | cmd/ld: remove duplicated nuxiinit() call. | Shenghou Ma |
| 2014-07-22 | cmd/ld: mark hostobj sections as containing no pointers | Dmitriy Vyukov |
| 2014-07-16 | runtime: convert map implementation to Go. | Keith Randall |
| 2014-07-16 | cmd/ld: use count, not upper bound, in type of array | Rob Pike |
| 2014-07-15 | cmd/ld: change DWARF encoding for array lengths | Rob Pike |
| 2014-07-15 | cmd/ld: consistently document flags that expect values | Matthew Dempsky |
| 2014-07-15 | cmd/ld: generate correct upper bound value for array types. | Rob Pike |
| 2014-07-11 | cmd/ld: add go-specific dwarf type information | Russ Cox |
| 2014-07-11 | ld: change DWARF output for structs | Rob Pike |
| 2014-07-07 | cmd/ld: fix off-by-one in DWARF frame tables | Rob Pike |
| 2014-07-03 | cmd/go, cmd/ld, runtime, os/user: TLS emulation for android | David Crawshaw |
| 2014-07-02 | build: annotations and modifications for c2go | Russ Cox |
| 2014-06-26 | all: remove 'extern register M *m' from runtime | Russ Cox |
| 2014-06-10 | cmd/ld: fix PC deltas in DWARF line number table | Ian Lance Taylor |
| 2014-05-21 | cmd/ld: correctly compute note size on NetBSD. | Benny Siegert |
| 2014-05-20 | cmd/ld: really import runtime/cgo for external link | Ian Lance Taylor |
| 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 |