| Age | Commit message (Expand) | Author |
| 2015-02-26 | liblink: delete unused code | Russ Cox |
| 2015-02-11 | cmd/gc: factor newly-portable code into gc directory | Russ Cox |
| 2015-02-04 | liblink: require use of TYPE_ADDR, not TYPE_CONST | 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: place TEXT/GLOBL flags in p->from3 always | Russ Cox |
| 2015-01-30 | cmd/5a, cmd/5g, cmd/5l, liblink: update for portable Prog, Addr | Russ Cox |
| 2015-01-14 | liblink: adjustments for c2go conversion | Russ Cox |
| 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-30 | liblink: generate MRC replacement in liblink, not tls_arm | Dave Cheney |
| 2014-09-16 | liblink, sync/atomic: fix arm build | Russ Cox |
| 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-07 | liblink: fix arm wrapper prologue | Russ Cox |
| 2014-09-06 | liblink: fix arm build errors | 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-26 | liblink: warn about TLS base MRC instruction that does not write into R0. | Shenghou Ma |
| 2014-07-21 | liblink: remove some gotos + other fixes | Russ Cox |
| 2014-06-26 | all: remove 'extern register M *m' from runtime | Russ Cox |
| 2014-05-07 | runtime: use duff zero and copy to initialize memory | Keith Randall |
| 2014-04-14 | liblink: remove arch-specific constants from file format | Russ Cox |
| 2014-03-04 | liblink: fix arm build | 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 |
| 2014-02-03 | liblink, cmd/5l: restore flag_shared | Elias Naur |
| 2014-02-03 | liblink, cmd/5a, cmd/5l: restore cgo on older ARM processors | Elias Naur |
| 2014-01-23 | liblink, runtime: fix cgo on arm | Russ Cox |
| 2014-01-21 | liblink: remove use of linkmode on ARM | Russ Cox |
| 2013-12-16 | cmd/ld: move instruction selection + layout into compilers, assemblers | Russ Cox |
| 2013-12-08 | liblink: create new library based on linker code | Russ Cox |