| Age | Commit message (Expand) | Author |
| 2015-02-26 | liblink: delete unused code | Russ Cox |
| 2015-02-03 | liblink: define fixed A-numbers for common instructions | Russ Cox |
| 2015-02-03 | liblink: place DATA size in from3.offset always | Russ Cox |
| 2015-02-03 | liblink: the zero Prog is now valid and ready for use | Russ Cox |
| 2015-02-03 | liblink: remove dead computation of p->back in span6/span8 | Russ Cox |
| 2015-02-03 | liblink: place TEXT/GLOBL flags in p->from3 always | Russ Cox |
| 2015-01-30 | cmd/8a, cmd/8g, cmd/8l, liblink: update for portable Prog, Addr | Russ Cox |
| 2015-01-14 | liblink: adjustments for c2go conversion | Russ Cox |
| 2015-01-07 | cmd/6g, cmd/8g, liblink: improve handling of float constants | Josh Bleecher Snyder |
| 2015-01-05 | Revert "liblink, cmd/ld, runtime: remove stackguard1" | Russ Cox |
| 2014-12-29 | liblink, cmd/ld, runtime: remove stackguard1 | Shenghou Ma |
| 2014-09-09 | runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames | Russ Cox |
| 2014-09-08 | liblink, runtime: diagnose and fix C code running on Go stack | Russ Cox |
| 2014-09-08 | build: adjustments for move from src/pkg to src | Russ Cox |
| 2014-09-06 | runtime: fix panic/wrapper/recover math | Russ Cox |
| 2014-08-06 | liblink: support big-endian properly | Shenghou Ma |
| 2014-07-02 | build: annotations and modifications for c2go | Russ Cox |
| 2014-07-02 | liblink, runtime: preliminary support for plan9/amd64 | Aram Hăvărneanu |
| 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-03-04 | cmd/ld: clear unused ctxt before morestack | Russ Cox |
| 2014-02-27 | all: final merge of NaCl tree | Russ Cox |
| 2013-12-16 | cmd/ld: move instruction selection + layout into compilers, assemblers | Russ Cox |
| 2013-12-09 | liblink: fix extern register accesses on Plan 9 (386) | Anthony Martin |
| 2013-12-08 | liblink: create new library based on linker code | Russ Cox |