| Age | Commit message (Expand) | Author |
| 2013-04-12 | cmd/ld: always do external link for -linkmode=external | Ian Lance Taylor |
| 2013-04-12 | cmd/ld: if we fail from an unexpected PE flags value, print it | Ian Lance Taylor |
| 2013-04-10 | cmd/ld: fix scope of static objects in symbol table | Anthony Martin |
| 2013-04-11 | cmd/ld: fix argument passing in doc.go | Shenghou Ma |
| 2013-04-10 | cmd/ld: fix inconsistency in internal linking of common symbols. | Rémy Oudompheng |
| 2013-04-01 | cmd/ld: add -extld and -extldflags options | Ian Lance Taylor |
| 2013-03-30 | cmd/gc, cmd/ld: fix warnings on Plan 9 | David du Colombier |
| 2013-03-29 | runtime: fix gdb printing of maps | Keith Randall |
| 2013-03-28 | cmd/ld: only pass -rdynamic to host linker on ELF target | Ian Lance Taylor |
| 2013-03-28 | cmd/ld, runtime: restrict stack root scan to locals and arguments | Carl Shapiro |
| 2013-03-28 | cmd/ld: when using host linker pass -r option as -rpath | Ian Lance Taylor |
| 2013-03-27 | cmd/ld: fix OpenBSD (third try) | Ian Lance Taylor |
| 2013-03-27 | cmd/ld, cmd/8l: Fix OpenBSD build. | Ian Lance Taylor |
| 2013-03-27 | cmd/ld: emit TLS relocations during external linking | Ian Lance Taylor |
| 2013-03-25 | cmd/ld: permit sym to be both cgo_export_static and cgo_export_dynamic | Ian Lance Taylor |
| 2013-03-25 | cmd/cc, cmd/ld: do not overflow strings in symbol lookup. | Rémy Oudompheng |
| 2013-03-22 | cmd/ld: portability fixes | Shenghou Ma |
| 2013-03-22 | cmd/ld: don't generate DW_AT_type attr for unsafe.Pointer to match gcc behavior | Shenghou Ma |
| 2013-03-22 | cmd/ld: fix bad merge | Shenghou Ma |
| 2013-03-20 | runtime: faster hashmap implementation. | Keith Randall |
| 2013-03-20 | cmd/ld: remove remaining occurrence of isobj. | Rémy Oudompheng |
| 2013-03-19 | cmd/ld: fix typo | Russ Cox |
| 2013-03-19 | cmd/ld: generate relocated DWARF in hostobj mode | Russ Cox |
| 2013-03-19 | cmd/ld: replace -hostobj with -linkmode | Russ Cox |
| 2013-03-12 | cmd/ld: fix 'use after free' error in new obj code | Russ Cox |
| 2013-03-11 | lib9, cmd/dist, cmd/ld: Plan 9: fix build | Akshat Kumar |
| 2013-03-11 | cmd/ld, runtime/cgo: allow a symbol to be both cgo_export and cgo_import. | Shenghou Ma |
| 2013-03-11 | cmd/ld: darwin support for host linking | Russ Cox |
| 2013-03-10 | cmd/ld: avoid redundant external relocation calculations | Russ Cox |
| 2013-03-10 | cmd/ld: replace dynimpname with extname | Russ Cox |
| 2013-03-10 | cmd/ld: wrap long data lines in -a output | Russ Cox |
| 2013-03-10 | cmd/ld: include full symbol table in Mach-O output | Russ Cox |
| 2013-03-10 | cmd/ld: make mach-o sections match internal sections | Russ Cox |
| 2013-03-10 | cmd/ld: add tmpdir flag to preserve temp files | Russ Cox |
| 2013-03-08 | cmd/ld: external linking fixes for linux/386 | Russ Cox |
| 2013-03-07 | cmd/ld: steps toward 386 host linking | Russ Cox |
| 2013-03-07 | cmd/ld: host linking support for linux/amd64 | Russ Cox |
| 2013-03-06 | cmd/cgo: split cgo_export into cgo_export_static and cgo_export_dynamic | Russ Cox |
| 2013-03-01 | cmd/ld: fix windows build | Russ Cox |
| 2013-03-01 | cmd/cgo, cmd/ld: new cgo object file section | Russ Cox |
| 2013-02-28 | cmd/ld: fix symbol table sorting | Russ Cox |
| 2013-02-26 | cmd/ld: change GC_CALL to 32-bit relative address | Russ Cox |
| 2013-02-26 | cmd/ld, runtime: adjust symbol table representation | Russ Cox |
| 2013-02-26 | all: clean up C function prototypes | Anthony Martin |
| 2013-02-21 | cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo... | Carl Shapiro |
| 2013-02-19 | cmd/godoc: use go/build to determine package and example files | Robert Griesemer |
| 2013-02-14 | cmd/ld: fix -s flag for ELF executables | Anthony Martin |
| 2013-02-05 | cmd/dist: add -Wstrict-prototypes to CFLAGS and fix all the compiler errors | Shenghou Ma |
| 2013-02-04 | cmd/5l, cmd/ld: support generating ELF binaries for NetBSD/ARM | Shenghou Ma |
| 2013-02-01 | runtime, cmd/ld: make code more position-independent | Elias Naur |