| Age | Commit message (Expand) | Author |
| 2013-01-31 | cmd/ld: support for linking with host linker | Russ Cox |
| 2013-01-31 | cmd/ld: retry short writes, to get error detail | Russ Cox |
| 2013-01-30 | 6l/5l: PIC and shared library support for the linkers. | Elias Naur |
| 2013-01-30 | cmd/cgo: allow for stdcall decorated dynimport names | James Gray |
| 2013-01-28 | cmd/ld: avoid a segfault when dumping the symbol table | Carl Shapiro |
| 2013-01-18 | cmd/5a, cmd/5c, cmd/6a, cmd/6c, cmd/8a, cmd/8c, cmd/ld: update reference | Carl Shapiro |
| 2013-01-11 | cmd/gc, cmd/ld: update doc.go for -race | Shenghou Ma |
| 2013-01-11 | cmd/5l: support -Z (zero stack frame at function entry) | Shenghou Ma |
| 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 |
| 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 |
| 2013-01-04 | cmd/5g, cmd/5l, cmd/ld: Small adjustments for the Plan 9 native tools | Lucio De Re |
| 2012-12-28 | cmd/ld: fix valgrind warning in strnput | Dave Cheney |
| 2012-12-06 | cmd/ld: skip 0-length write in cwrite | Russ Cox |
| 2012-11-27 | libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return value | Shenghou Ma |
| 2012-11-18 | runtime/cgo: fix compilation on Windows with CFLAGS -Wall -Werror | Shenghou Ma |
| 2012-11-13 | reflect: add ArrayOf, ChanOf, MapOf, SliceOf | Russ Cox |
| 2012-11-03 | runtime/cgo, go/build: cgo support for FreeBSD/ARM | Shenghou Ma |
| 2012-11-02 | cmd/gc, cmd/ld: struct field tracking | Russ Cox |
| 2012-10-30 | cmd/ld: handle weak symbols | Shenghou Ma |
| 2012-10-23 | cmd/gc, cmd/ld: use go.weak instead of weak as the weak symbol prefix | Russ Cox |
| 2012-10-09 | cmd/ld: add -B option to set build ID | Ian Lance Taylor |
| 2012-10-10 | cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for Darwin | Shenghou Ma |
| 2012-10-09 | cmd/ld: use 64-bit alignment for large data and bss objects | Russ Cox |
| 2012-10-08 | cmd/ld, cmd/5l: support R_ARM_PC24 and R_ARM_JUMP24, fix R_ARM_CALL | Shenghou Ma |
| 2012-09-26 | cmd/go, cmd/ld: fix libgcc order and add __image_base__ symbol for windows | Shenghou Ma |
| 2012-09-24 | cmd/ld: prepare for 64-bit ints | Russ Cox |
| 2012-09-21 | cmd/{ld,5l,6l,8l}: add support for OpenBSD ELF signatures | Joel Sing |
| 2012-09-20 | cmd/ld: remove unused assignment | Lucio De Re |
| 2012-09-20 | cmd/ld: consistent binary for cgo programs | Shenghou Ma |
| 2012-09-19 | race: linker changes | Dmitriy Vyukov |
| 2012-09-17 | build: fix various 'set and not used' for Plan 9 | Lucio De Re |
| 2012-09-13 | ld: add .gcdata and .gcbss sections | Jan Ziak |
| 2012-09-13 | cmd/pack: rename __.SYMDEF to __.GOSYMDEF | Russ Cox |
| 2012-09-02 | cmd/ld: support zero-filled section for Mach-O files | Shenghou Ma |
| 2012-08-29 | cmd/ld: handle a special case of scattered relocation 2/1 on Darwin/386 | Shenghou Ma |
| 2012-08-23 | cmd/ld: set ELF header flags for our Linux/ARM binary | Shenghou Ma |
| 2012-08-21 | cmd/ld: skip R_*_NONE relocations, fix Linux/386 build again | Shenghou Ma |
| 2012-08-17 | cmd/ld: explicitly ignore R_*_NONE relocation to fix build | Shenghou Ma |
| 2012-08-03 | cmd/ld: add PT_PAX_FLAGS ELF header | Russ Cox |
| 2012-07-30 | cmd/5l, cmd/ld: add support for R_ARM_GOT_PREL | Shenghou Ma |
| 2012-06-02 | runtime: add (unused for now) gc field to type information | Jan Ziak |
| 2012-05-30 | cmd/ld: align function entry on arch-specific boundary | Russ Cox |
| 2012-05-31 | cmd/ld: increase number of ELF sections | Joel Sing |
| 2012-05-29 | cmd/6l: Fixes for 64-bit Plan 9 | Akshat Kumar |
| 2012-05-23 | cmd/ld: fix Linux/ARM build | Shenghou Ma |
| 2012-05-23 | cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systems | Shenghou Ma |
| 2012-05-23 | cmd/ld: take section symbols' value into account for PE | Shenghou Ma |