| 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-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-08 | cmd/internal/ld: add -buildmode=c-shared as an alternative to -shared | Michael Hudson-Doyle |
| 2015-03-13 | cmd/5l: make 5l work on openbsd | 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-06 | liblink, cmd/ld, cmd/5l: darwin/arm support | Shenghou Ma |
| 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-02-03 | liblink: renumber ARM conditions to make C_SCOND_NONE == 0 | Russ Cox |
| 2015-02-03 | liblink: use same TEXT $frame-arg encoding for all architectures | Russ Cox |
| 2015-01-30 | liblink: fix arm build again | Dave Cheney |
| 2015-01-30 | cmd/5l, cmd/9l: more ucontext.h fixes | Russ Cox |
| 2015-01-30 | cmd/5l, cmd/8g: fix build failures | Russ Cox |
| 2015-01-30 | cmd/5a, cmd/5g, cmd/5l, 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-06 | liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants. | Shenghou Ma |
| 2014-08-06 | cmd/5l, cmd/6l, cmd/8l, cmd/ld: remove unused code, consolidate enums | Shenghou Ma |
| 2014-07-26 | cmd/5l: remove unused noop.c | Shenghou Ma |
| 2014-07-26 | cmd/5l, cmd/6l, cmd/8l: remove mkenam. | Shenghou Ma |
| 2014-07-10 | cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm support | Shenghou Ma |
| 2014-07-02 | build: annotations and modifications for c2go | Russ Cox |
| 2014-05-07 | runtime: use duff zero and copy to initialize memory | Keith Randall |
| 2014-04-21 | runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM. | Shenghou Ma |
| 2014-04-16 | liblink, cmd/ld: reenable nosplit checking and test | Russ Cox |
| 2014-04-14 | liblink: remove arch-specific constants from file format | Russ Cox |
| 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-03 | liblink, cmd/5l: restore flag_shared | Elias Naur |