| Age | Commit message (Expand) | Author |
| 2015-03-01 | cmd/5l etc: replace C code with Go code | 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-06 | liblink, cmd/ld, cmd/5l: darwin/arm support | Shenghou Ma |
| 2014-07-10 | cmd/5c, cmd/5g, cmd/5l, liblink: nacl/arm support | Shenghou Ma |
| 2014-04-21 | runtime, cmd/ld, cmd/5l, run.bash: enable external linking on FreeBSD/ARM. | Shenghou Ma |
| 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 | runtime: remove non-extern decls of runtime.goarm | Russ Cox |
| 2013-12-08 | liblink: create new library based on linker code | Russ Cox |
| 2013-10-03 | cmd/gc: support -installsuffix in the compiler and builder | Dave Day |
| 2013-08-30 | libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/Bputc | Dmitriy Vyukov |
| 2013-08-14 | runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex... | Elias Naur |
| 2013-07-19 | runtime: use funcdata to supply garbage collection information | Russ Cox |
| 2013-07-18 | cmd/ld, runtime: use new contiguous pcln table | Russ Cox |
| 2013-07-16 | cmd/ld, runtime: new in-memory symbol table format | Russ Cox |
| 2013-05-30 | cmd/[568]l/obj.c: NULL is not recognised in Plan 9 build, use nil instead. | Lucio De Re |
| 2013-05-28 | cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument... | Carl Shapiro |
| 2013-04-01 | cmd/ld: add -extld and -extldflags options | Ian Lance Taylor |
| 2013-03-29 | cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internal | Ian Lance Taylor |
| 2013-03-25 | cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate defini... | Rémy Oudompheng |
| 2013-03-25 | build, cmd/5l: actually report failures for -linkmode tests | Shenghou Ma |
| 2013-03-20 | cmd/5l: fix arm build | Dave Cheney |
| 2013-03-19 | cmd/ld: replace -hostobj with -linkmode | Russ Cox |
| 2013-03-14 | cmd/ld: another use-after-free | Russ Cox |
| 2013-03-10 | cmd/ld: add tmpdir flag to preserve temp files | Russ Cox |
| 2013-03-07 | cmd/ld: host linking support for linux/amd64 | Russ Cox |
| 2013-02-26 | libmach, cmd/5a, cmd/5c, cmd/5g, cmd/5l: enable DWARF type info for Linux/ARM | Shenghou Ma |
| 2013-02-25 | cmd/gc: emit explicit type information for local variables | Russ Cox |
| 2013-02-21 | cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo... | Carl Shapiro |
| 2013-02-04 | cmd/5l, cmd/ld: support generating ELF binaries for NetBSD/ARM | Shenghou Ma |
| 2013-01-30 | 6l/5l: PIC and shared library support for the linkers. | Elias Naur |
| 2013-01-11 | cmd/5l: support -Z (zero stack frame at function entry) | Shenghou Ma |
| 2013-01-06 | cmd/gc, cmd/ld: rename -b to -race | Russ Cox |
| 2013-01-06 | cmd/5l, cmd/6l, cmd/8l, cmd/cc, cmd/gc: new flag parsing | Russ Cox |
| 2012-11-02 | cmd/gc, cmd/ld: struct field tracking | Russ Cox |
| 2012-10-23 | cmd/5l, cmd/6l, cmd/8l: put floating point numbers in .rodata section | Shenghou Ma |
| 2012-10-22 | lib9, cmd/dist, cmd/5l: embed GOARM into cmd/5l and auto detect GOARM | Shenghou Ma |
| 2012-10-09 | cmd/ld: add -B option to set build ID | Ian Lance Taylor |
| 2012-10-10 | cmd/5l: generate FreeBSD compatible ELF | Shenghou Ma |
| 2012-09-18 | runtime: arm: abort if VFPv3 support missing | Dave Cheney |
| 2012-09-03 | cmd/5l: embed $GOARM value into binary as runtime.goarm | Shenghou Ma |
| 2012-08-07 | cmd/5l: dwarf line number support for Linux/ARM | Shenghou Ma |
| 2012-06-08 | cmd/5a, cmd/5l: add MULW{T,B} and MULAW{T,B} support for ARM | Shenghou Ma |
| 2012-05-15 | 8l,5l: 2% faster | Jan Ziak |
| 2012-05-05 | cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automatically | Shenghou Ma |
| 2012-05-04 | cmd/5l, cmd/ld: dynamic linking library support | Shenghou Ma |
| 2012-04-11 | 5l, runtime: remove softfloat emulation code when not used | Shenghou Ma |
| 2012-02-21 | ld: only set SNOPTRBSS during load | Russ Cox |
| 2012-02-21 | ld: add NOPTRBSS for large, pointer-free uninitialized data | Russ Cox |