| Age | Commit message (Expand) | Author |
| 2012-05-04 | cmd/5l, cmd/ld: dynamic linking library support | Shenghou Ma |
| 2012-05-04 | cmd/5c, cmd/5a, cmd/5l: ARM support for PREFETCH built-in | Shenghou Ma |
| 2012-04-11 | 5l, runtime: remove softfloat emulation code when not used | Shenghou Ma |
| 2012-04-11 | 5a, 5l: add PLD (preload data) instruction | Shenghou Ma |
| 2012-03-15 | 5l, 6l, 8l: fix stack split logic for stacks near default segment size | Russ Cox |
| 2012-02-22 | 5c, 5g, 5l: fix arm bug | Russ Cox |
| 2012-02-22 | ld: get symbol table letters right | Russ Cox |
| 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 |
| 2012-02-19 | 5a, 5c, 5g, 5l: fix build for Linux/ARM. | Shenghou Ma |
| 2012-02-19 | gc, ld: tag data as no-pointers and allocate in separate section | Russ Cox |
| 2012-02-08 | 5l: attempt to fix arm build | Rob Pike |
| 2012-02-07 | 5l, 6l, 8l: implement -X flag | Russ Cox |
| 2012-02-06 | build: delete make paraphernalia | Russ Cox |
| 2012-01-31 | build: move the "-c" flag into HOST_CFLAGS | Anthony Martin |
| 2012-01-31 | 5l: optimize the common case in patch() | Shenghou Ma |
| 2012-01-31 | 5l: make -v option output less nonessential clutter | Shenghou Ma |
| 2012-01-30 | go: move compilers into the go-tool directory | Rob Pike |
| 2012-01-29 | 5l, 6l, 8l, ld: remove memory leaks | Shenghou Ma |
| 2012-01-16 | 5l: remove redundant code | Shenghou Ma |
| 2012-01-12 | ld: parse but do not implement -X flag | Russ Cox |
| 2011-12-20 | 5l/6l/8l: add support for netbsd signature note section | Joel Sing |
| 2011-12-12 | gc: implement == on structs and arrays | Russ Cox |
| 2011-11-30 | ld: align ELF data sections | Ian Lance Taylor |
| 2011-10-18 | 5l, 6l, 8l: correct ELFRESERVE diagnostic | Anthony Martin |
| 2011-10-04 | 5l/6l/8l: add a DT_DEBUG dynamic tag to a dynamic ELF binary | Ian Lance Taylor |
| 2011-08-23 | build: avoid redundant bss declarations | Russ Cox |
| 2011-08-16 | 5l, 6l, 8l: add varargck for %Z | Lucio De Re |
| 2011-07-21 | ld: fix freebsd build reverting .interp move | Gustavo Niemeyer |
| 2011-07-20 | ld: remove overlap of ELF sections on dynamic binaries | Gustavo Niemeyer |
| 2011-07-19 | 5l: fix arm linker bug introduced by 4742041 | Rob Pike |
| 2011-07-18 | 5l: assume Linux binary, not Plan 9 | Russ Cox |
| 2011-07-18 | ld: allow seek within write buffer | Russ Cox |
| 2011-07-18 | cmd/5l/Makefile: directory prefix nit, "../5l/" is not needed. | Lucio De Re |
| 2011-07-15 | 5a, 5c, 5l: fix for Plan 9 build | Lucio De Re |
| 2011-07-12 | 5l, 6l, 8l: Add a PT_LOAD PHDR entry for the PHDR. | David Anderson |
| 2011-06-28 | ld: fix ELF strip by removing overlap of sections | Gustavo Niemeyer |
| 2011-06-27 | 5l, 6l, 8l: drop use of ed during build | Russ Cox |
| 2011-06-20 | 5g, 5l: fix more set but not used warnings | Anthony Martin |
| 2011-06-09 | 5l: delete dead code | Russ Cox |
| 2011-06-09 | math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation | Fan Hongjian |
| 2011-06-07 | ld: fix and simplify ELF symbol generation | Anthony Martin |
| 2011-05-25 | 5l: fix build | Russ Cox |
| 2011-05-21 | 5l: fix set but not used warnings | Dave Cheney |
| 2011-05-16 | ld: do not emit reference to dynamic library named "" | Russ Cox |
| 2011-05-16 | 5l: delete pre-ARMv4 instruction implementations | Russ Cox |
| 2011-05-11 | 5l, 8l: add ELF symbol table to binary | Russ Cox |
| 2011-04-27 | cgo: handle versioned ELF symbols | Russ Cox |
| 2011-04-14 | libmach: fix warnings. | Dave Cheney |
| 2011-04-14 | ld: defend against some broken object files | Russ Cox |