| 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-09 | liblink, runtime: move all references to runtime.tlsg to tls_arm.s | Shenghou Ma |
| 2015-02-06 | liblink, cmd/ld, runtime: set the type of runtime.tlsg in runtime | Shenghou Ma |
| 2015-02-05 | Revert "liblink, cmd/5a: fix reglist parsing/printing after changing REG_R0 t... | Russ Cox |
| 2015-02-05 | liblink, cmd/5a: fix reglist parsing/printing after changing REG_R0 to 32 | Shenghou Ma |
| 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: 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: place TEXT/GLOBL flags in p->from3 always | Russ Cox |
| 2015-02-03 | liblink: use same TEXT $frame-arg encoding for all architectures | 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 |
| 2014-09-08 | build: adjustments for move from src/pkg to src | Russ Cox |
| 2014-09-06 | liblink: fix arm build errors | Russ Cox |
| 2014-08-06 | liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants. | Shenghou Ma |
| 2014-07-23 | liblink: more precise literal word comparison on arm | Russ Cox |
| 2014-07-21 | liblink: remove some gotos + other fixes | Russ Cox |
| 2014-07-11 | liblink: fix warnings on Plan 9 | David du Colombier |
| 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-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-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-03-11 | liblink: fix bad code generated for MOVFD/MOVDF when reg > 7 | Josh Bleecher Snyder |
| 2014-02-03 | liblink, cmd/5l: restore flag_shared | 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-27 | all: fix a few spelling errors in source comments | Martin Olsson |
| 2013-12-18 | liblink: fix Plan 9 warnings | David du Colombier |
| 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 |