| 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-04 | cmd/internal/ld: delete Biobuf | Dave Cheney |
| 2015-04-25 | cmd/8l, cmd/internal/ld, cmd/internal/obj/x86: stop incorrectly using the ter... | 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-03-24 | cmd/internal/ld, cmd/8l: external linking for windows/386 | Shenghou Ma |
| 2015-03-14 | all: remove dragonfly/386 port | Joel Sing |
| 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-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/8a, cmd/8g, cmd/8l, 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-12-11 | runtime: faster aeshash implementation | Keith Randall |
| 2014-11-14 | [dev.power64] 6g,9g: formatters for Prog and Addr details | Austin Clements |
| 2014-10-06 | cmd/8l: accept R_386_GOT32 in push instruction | Russ Cox |
| 2014-08-27 | cmd/5l, cmd/6l, cmd/8l: fix nacl binary corruption bug | 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-09 | include, linlink, cmd/6l, cmd/ld: part 1 of solaris/amd64 linker changes. | Shenghou Ma |
| 2014-02-06 | runtime: faster memclr on x86. | Keith Randall |
| 2013-12-16 | cmd/ld: move instruction selection + layout into compilers, assemblers | Russ Cox |
| 2013-12-09 | cmd/8c, cmd/8g, cmd/8l: fix Plan 9 warnings | David du Colombier |
| 2013-12-08 | liblink: create new library based on linker code | Russ Cox |
| 2013-12-05 | cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd/gc, runtime: generate poi... | Carl Shapiro |
| 2013-10-03 | cmd/gc: support -installsuffix in the compiler and builder | Dave Day |