| Age | Commit message (Expand) | Author |
| 2012-05-05 | cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automatically | Shenghou Ma |
| 2012-05-04 | cmd/5l, cmd/ld: dynamic linking library support | Shenghou Ma |
| 2012-03-09 | doc: various update to command documents | Shenghou Ma |
| 2012-03-03 | fix build for FreeBSD/amd64 | Shenghou Ma |
| 2012-03-03 | ld: allow more -L options | Shenghou Ma |
| 2012-02-23 | ld: fix alignment of rodata section | Russ Cox |
| 2012-02-22 | ld: get symbol table letters right | Russ Cox |
| 2012-02-21 | ld: add NOPTRBSS for large, pointer-free uninitialized data | Russ Cox |
| 2012-02-19 | gc, ld: tag data as no-pointers and allocate in separate section | Russ Cox |
| 2012-02-12 | runtime: delete Type and implementations (use reflect instead) | Russ Cox |
| 2012-02-07 | 5l, 6l, 8l: implement -X flag | Russ Cox |
| 2012-01-31 | cmd/ld: fix gdbscript | Wei Guangjing |
| 2012-01-29 | 5l, 6l, 8l, ld: remove memory leaks | Shenghou Ma |
| 2012-01-23 | ld: fix Mach-O code signing for non-cgo binaries | Mikkel Krautz |
| 2011-12-20 | 5l/6l/8l: add support for netbsd signature note section | Joel Sing |
| 2011-12-16 | ld: allow for IMAGE_REL_AMD64_ADDR32NB relocation type | Alex Brainman |
| 2011-12-12 | gc: implement == on structs and arrays | Russ Cox |
| 2011-12-12 | ld/6l/8l: First pass at changes to the linker to support NetBSD binaries. | Christopher Nielsen |
| 2011-12-07 | ld: fix memory leaks | Scott Lawrence |
| 2011-12-07 | ld: increase default stack size on Windows for cgo | Dmitriy Vyukov |
| 2011-12-05 | runtime: prep for type-specific algorithms | Russ Cox |
| 2011-11-30 | ld: align ELF data sections | Ian Lance Taylor |
| 2011-11-11 | ld: fix .bss for ldpe. | Wei Guangjing |
| 2011-11-03 | gc, ld: sync pathtoprefix + add comments | Russ Cox |
| 2011-11-01 | gopack: change archive file name length back to 16 | Russ Cox |
| 2011-10-25 | gc: introduce rune | Russ Cox |
| 2011-10-18 | ld: modify macho linkedit segment to enable OS X code signing | Mikkel Krautz |
| 2011-10-18 | 6l, 8l: emit macho dwarf info before linkedit section | Mikkel Krautz |
| 2011-10-18 | ld: bump pe linker version to 3.0 to allow code signing | Mikkel Krautz |
| 2011-10-14 | ld: Fixes issue 1899 ("cannot create 8.out.exe") | Jaroslavas Počepko |
| 2011-10-06 | cgo: support for mingw-w64 4.5.1 and newer | Wei Guangjing |
| 2011-10-01 | runtime: fix map memory leak | Russ Cox |
| 2011-09-09 | ld: grow dwarf includestack on demand. | Luuk van Dijk |
| 2011-09-03 | runtime: implement exception handling on windows/amd64 | Hector Chu |
| 2011-08-31 | runtime: make arm work on Ubuntu Natty qemu | Russ Cox |
| 2011-08-29 | libmach: support reading symbols from Windows .exe for nm | Mateusz Czapliński |
| 2011-08-29 | runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ... | Yuval Pavel Zholkover |
| 2011-08-22 | ld: handle Plan 9 ar format | Lucio De Re |
| 2011-08-22 | ld: remove duplicate bss definitions | Russ Cox |
| 2011-08-16 | ld: make addaddrplus4 static | Lucio De Re |
| 2011-08-10 | ld: add one empty symbol into pe to make dumpbin works. | Wei Guangjing |
| 2011-08-02 | ld: fail linking if the top-level package is not main. | David Symonds |
| 2011-08-01 | cmd/ld/pe.c: Corrected mismatched print formats and variables. | Lucio De Re |
| 2011-07-29 | 6l: OpenBSD support | Joel Sing |
| 2011-07-28 | ld: remove cseekend and redo pe writing | Alex Brainman |
| 2011-07-25 | ld: fix build on Plan 9 | Lucio De Re |
| 2011-07-25 | ld: don't skip first 2 symbols in ldpe. | Wei Guangjing |
| 2011-07-23 | ld: fixes .bss for ldpe | Wei Guangjing |
| 2011-07-22 | fix build: clean up file end in an attempt to fix build | Robert Griesemer |
| 2011-07-22 | ld: fixes ldpe link with SXREF global values. | Wei Guangjing |