| Age | Commit message (Expand) | Author |
| 2014-08-06 | [dev.power64] cmd/9a, cmd/9c, cmd/9l, liblink: import code from Vita Nuova. | Shenghou Ma |
| 2014-08-05 | liblink: encode MOVBQZX as MOVZBL instead of MOVZBQ | Rui Ueyama |
| 2014-08-06 | liblink, cmd/dist, cmd/5l: introduce %^ and move C_* constants. | Shenghou Ma |
| 2014-08-06 | liblink: support big-endian properly | Shenghou Ma |
| 2014-08-06 | liblink: use LinkArch.textflag() to get text and dataflag | Shenghou Ma |
| 2014-08-05 | liblink: shorter encoding for zeroing register | Rui Ueyama |
| 2014-07-26 | liblink: warn about TLS base MRC instruction that does not write into R0. | 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-16 | liblink: fix precedence bug in pcdata comparison | 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-07-02 | liblink, runtime: preliminary support for plan9/amd64 | Aram Hăvărneanu |
| 2014-07-01 | all: add GOOS=android | David Crawshaw |
| 2014-06-26 | all: remove 'extern register M *m' from runtime | Russ Cox |
| 2014-05-20 | liblink: fix field tracking | Russ Cox |
| 2014-05-12 | cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1 | 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-16 | liblink, cmd/gc, cmd/{5,6,8}{a,c}: rename linkwriteobj to writeobj | Ian Lance Taylor |
| 2014-04-16 | liblink: add leaf bit to object file format | Russ Cox |
| 2014-04-16 | liblink: fix incorrect hash collision in lookup | Russ Cox |
| 2014-04-15 | build: remove tmp dir names from objects, support GOROOT_FINAL again | 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-14 | liblink, cmd/link: add version number to object file | Russ Cox |
| 2014-04-07 | liblink: remove code that is never executed | Ian Lance Taylor |
| 2014-04-02 | cmd/gc, cmd/ld, runtime: compact liveness bitmaps | Russ Cox |
| 2014-04-01 | runtime: get rid of most uses of REP for copying/zeroing. | Keith Randall |
| 2014-03-14 | liblink, runtime: make nacl/386 binaries valid. | Rémy Oudompheng |
| 2014-03-11 | liblink: fix bad code generated for MOVFD/MOVDF when reg > 7 | Josh Bleecher Snyder |
| 2014-03-07 | liblink: fix morestack handling on amd64p32. | Rémy Oudompheng |
| 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-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 |
| 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-22 | liblink: include missing pragmas for plan9 formatter | Jeff Sickel |
| 2014-01-21 | liblink: remove use of linkmode on ARM | Russ Cox |
| 2014-01-21 | liblink: check for symgrow size too large | Ian Lance Taylor |
| 2014-01-09 | liblink: fix comments. Someone was overzealous with search & replace. | Keith Randall |
| 2014-01-09 | liblink: adjust format verbs to avoid collisions | Anthony Martin |
| 2013-12-27 | all: fix a few spelling errors in source comments | Martin Olsson |