| Age | Commit message (Expand) | Author |
| 2013-12-08 | liblink: create new library based on linker code | Russ Cox |
| 2013-08-14 | runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex... | Elias Naur |
| 2013-03-27 | cmd/ld, cmd/8l: Fix OpenBSD build. | Ian Lance Taylor |
| 2013-03-27 | cmd/ld: emit TLS relocations during external linking | Ian Lance Taylor |
| 2013-03-07 | cmd/6a, cmd/8a, cmd/6l, cmd/8l: add AES instructions | Keith Randall |
| 2013-01-31 | cmd/8l: fix misassembling of MOVB involving (AX)(BX*1) | Rémy Oudompheng |
| 2012-11-26 | cmd/8l: fix data corruption for MULB SI, | Rémy Oudompheng |
| 2012-10-07 | cmd/8l: add SSE2 instructions | Russ Cox |
| 2011-08-29 | runtime, syscall: use the vdso page on linux x86 for faster syscalls instead ... | Yuval Pavel Zholkover |
| 2011-08-26 | 6l, 8l: remove JCXZ; add JCXZW, JCXZL, and JCXZQ | Jaroslavas Počepko |
| 2011-08-26 | 6l, 8l: handle forward JCXZ | Jaroslavas Počepko |
| 2011-06-21 | 8l: more fixes for Plan 9 | Lucio De Re |
| 2010-12-15 | remove nacl | Russ Cox |
| 2010-12-12 | 5g/8g, 8l, ld, prof: fix output of 32-bit values | Eoghan Sherry |
| 2010-12-08 | 6l, 8l: minor changes & cleanup | Russ Cox |
| 2010-10-22 | 5l, 6l, 8l: introduce sub-symbols | Russ Cox |
| 2010-10-19 | 5l, 6l, 8l: link pclntab and symtab as ordinary rodata symbols | Russ Cox |
| 2010-10-19 | 5l, 6l, 8l: separate pass to fix addresses | Russ Cox |
| 2010-10-15 | 8l: function at a time code layout | Russ Cox |
| 2010-10-15 | 6l, 8l: avoid recursion in asmandsz | Russ Cox |
| 2010-10-14 | 5l, 6l, 8l: accumulate data image during import | Russ Cox |
| 2010-10-13 | various: avoid %ld etc | Russ Cox |
| 2010-10-13 | 5l, 6l, 8l: first pass cleanup | Russ Cox |
| 2010-10-13 | 5l, 6l, 8l: indent, outdent | Russ Cox |
| 2010-10-06 | ld: share asmlc | Russ Cox |
| 2010-09-19 | 6l, 8l: clean up ELF code, fix NaCl | Russ Cox |
| 2010-09-14 | 6l, 8l: make etext accurate; introduce rodata, erodata. | Russ Cox |
| 2010-09-12 | 6g, 6l, 8g, 8l: move read-only data to text segment | Russ Cox |
| 2010-04-27 | 5l, 6l, 8l, runtime: make -s binaries work | Russ Cox |
| 2010-04-22 | runtime: closures, defer bug fix for Native Client | Russ Cox |
| 2010-02-01 | nacl: fix build, finally fixed 8l convergence bug | Russ Cox |
| 2009-11-05 | forgot a piece of debugging | Ken Thompson |
| 2009-11-05 | same speedup as 6l | Ken Thompson |
| 2009-10-07 | factor portable object+library bits out of 5l/6l/8l into ld | Russ Cox |
| 2009-10-03 | 8c, 8l dynamic loading support. | Russ Cox |
| 2009-09-24 | convert 8l to new ELF code. | Russ Cox |
| 2009-09-22 | nacl: | Russ Cox |
| 2009-09-21 | rewrite RET, indirect CALL, indirect JMP for nacl. | Russ Cox |
| 2009-09-21 | accept CALL $(constant) to call absolute PC | Russ Cox |
| 2009-09-18 | 8l: step toward native client. | Russ Cox |
| 2009-09-18 | merge first pass into main loop in span calculation. | Russ Cox |
| 2009-08-30 | fix line numbers, again. | Russ Cox |
| 2009-08-20 | symbol bugs. | Russ Cox |
| 2009-08-13 | debugging symbols for 8g. | Russ Cox |
| 2009-08-12 | change gotype in symbol table from | Russ Cox |
| 2009-06-05 | 8l: add AIMULW | Russ Cox |
| 2009-03-31 | * move go-specific loader code | Russ Cox |
| 2009-03-20 | update 8a, 8c, 8l to use new object format. | Russ Cox |
| 2009-03-20 | make 8l generate Darwin Mach-O and Linux ELF binaries | Russ Cox |
| 2009-01-06 | make 8a, 8c, 8l build in go environment. | Russ Cox |