| Age | Commit message (Expand) | Author |
| 2015-05-21 | cmd/compile, cmd/link: create from 5g, 5l, etc | Russ Cox |
| 2015-05-21 | cmd/internal/ld: output dwarf in external link mode on darwin | Ryan Brown |
| 2015-05-19 | Revert "cmd/internal/ld: output dwarf in external link mode on darwin" | Josh Bleecher Snyder |
| 2015-05-19 | cmd/internal/ld: output dwarf in external link mode on darwin | Ryan Brown |
| 2015-05-15 | cmd/5l, etc, cmd/internal/ld: consolidate implementations of adddynsym | Michael Hudson-Doyle |
| 2015-05-15 | cmd/5l, etc, cmd/internal/ld: consolidate implementations of adddynlib | Michael Hudson-Doyle |
| 2015-05-08 | cmd/internal/ld: generate correct .debug_frames on RISC architectures | Shenghou Ma |
| 2015-05-06 | cmd/6l: use .plt instead of .got on Solaris | Aram Hăvărneanu |
| 2015-05-06 | cmd/6l, cmd/internal/ld: handle R_PCREL to function in other shared library | Michael Hudson-Doyle |
| 2015-05-05 | cmd/internal/ld: reserve space for package list note when -buildmode=shared | Michael Hudson-Doyle |
| 2015-05-04 | cmd/internal/ld: delete Biobuf | Dave Cheney |
| 2015-04-21 | cmd/6l, cmd/internal/ld, cmd/internal/obj: remove Xsym/Xadd from compiler's R... | Michael Hudson-Doyle |
| 2015-04-20 | cmd/internal/ld: prefer constants from cmd/internal/obj | Matthew Dempsky |
| 2015-04-17 | cmd/internal/ld: replace Diag;Errorexit with Exitf | David Crawshaw |
| 2015-04-15 | cmd/6l: call runtime.addmoduledata from .init_array | Michael Hudson-Doyle |
| 2015-04-10 | cmd/internal/obj/x86, cmd/internal/ld, cmd/6l: 6g/asm -dynlink accesses globa... | Michael Hudson-Doyle |
| 2015-04-09 | cmd/internal/ld: support for -buildmode=shared | Michael Hudson-Doyle |
| 2015-04-08 | cmd/internal/ld: add -buildmode=c-shared as an alternative to -shared | Michael Hudson-Doyle |
| 2015-03-24 | cmd/internal/ld, cmd/6l: external linking for windows/amd64 | Shenghou Ma |
| 2015-03-05 | cmd/5l etc: restore comments lost during C -> Go conversion | Russ Cox |
| 2015-03-05 | cmd/5g etc: tweak import blocks | Russ Cox |
| 2015-03-04 | liblink, cmd/6l: re-enable -shared on amd64 | Michael Hudson-Doyle |
| 2015-03-02 | cmd/5g etc: mechanical cleanup | Russ Cox |
| 2015-03-01 | cmd/5l etc: replace C code with Go code | Russ Cox |
| 2015-03-01 | cmd/ld: clean for c2go | Russ Cox |
| 2015-02-26 | liblink: delete unused code | Russ Cox |
| 2015-02-13 | cmd/ld: make cmd/ld a real library | Russ Cox |
| 2015-02-11 | cmd/gc: factor newly-portable code into gc directory | Russ Cox |
| 2015-02-03 | liblink: define fixed A-numbers for common instructions | Russ Cox |
| 2015-02-03 | liblink: the zero Prog is now valid and ready for use | Russ Cox |
| 2015-01-30 | cmd/6a, cmd/6g, cmd/6l, liblink: update for portable Prog, Addr | Russ Cox |
| 2015-01-07 | cmd/ld: support for relocation variants | Austin Clements |
| 2014-12-22 | cmd/5l,6l,8l: remove bogus dynsym section indexes | Austin Clements |
| 2014-12-22 | cmd/ld: add a text generation pass | Austin Clements |
| 2014-11-14 | [dev.power64] 6g,9g: formatters for Prog and Addr details | Austin Clements |
| 2014-08-27 | cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug | Russ Cox |
| 2014-08-18 | liblink: use pc-relative addressing for all memory references in amd64 code | Russ Cox |
| 2014-08-06 | cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enums | Shenghou Ma |
| 2014-07-26 | cmd/5l, cmd/6l, cmd/8l: remove mkenam. | Shenghou Ma |
| 2014-07-02 | build: annotations and modifications for c2go | Russ Cox |
| 2014-04-16 | liblink, cmd/ld: reenable nosplit checking and test | 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-01 | runtime: get rid of most uses of REP for copying/zeroing. | Keith Randall |
| 2014-04-01 | cmd/gc: shorten temporary lifetimes when possible | Russ Cox |
| 2014-02-27 | all: final merge of NaCl tree | Russ Cox |
| 2014-02-13 | cmd/gc: rename AFATVARDEF to AVARDEF | 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 |