| Age | Commit message (Expand) | Author |
| 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 |
| 2011-04-09 | ld: 25% faster | Russ Cox |
| 2011-03-23 | 5l/6l/8l: undo spadj cleanup at ARET for following instructions in the same s... | Luuk van Dijk |
| 2011-03-14 | 5l: fix build | Russ Cox |
| 2011-03-08 | 5l, 8l: output missing section symbols | Anthony Martin |
| 2011-03-08 | 5l, 6l, 8l: omit symbols for type, string, go.string | Russ Cox |
| 2011-02-25 | 5a, 5l: add LDREXD, STREXD | Russ Cox |
| 2011-02-24 | ld: weak symbols | Russ Cox |
| 2011-02-23 | 5l/6l/8l: use enums for header type and symbolic strings for -H option values | Alex Brainman |
| 2011-02-22 | arm: fix build | Russ Cox |
| 2011-02-22 | ld: detect stack overflow due to NOSPLIT | Russ Cox |
| 2011-02-18 | fix build | Russ Cox |
| 2011-02-18 | ld: drop rpath | Russ Cox |
| 2011-02-11 | 5ld: part of 64bit eor - forgot to check in. | Ken Thompson |
| 2011-02-11 | 5ld: stoped generating 64-bit eor | Ken Thompson |
| 2011-02-07 | loader: move the XputY routines into the ld directory. | Rob Pike |
| 2011-02-01 | 5l, 8l: pass stack frame size to morestack when needed | Russ Cox |
| 2011-02-01 | ld: Add -I option to set ELF interpreter. | Ian Lance Taylor |
| 2011-01-20 | 5l: document -F, force it on old ARMs | Russ Cox |
| 2011-01-20 | cgo: windows/386 port | Wei Guangjing |
| 2011-01-19 | 5a, 5l, 6a, 6l, 8a, 8l: handle out of memory, large allocations | Jeff R. Allen |
| 2011-01-14 | runtime: fix arm reflect.call boundary case | Russ Cox |
| 2011-01-13 | fix tst instruction on arm to set overflow bit | Ken Thompson |
| 2011-01-13 | add TST op code | Ken Thompson |
| 2010-12-24 | 6l: fix documentation of -L flag | Andrew Gerrand |
| 2010-12-15 | 5l: fix arm build | Russ Cox |
| 2010-12-15 | remove nacl | Russ Cox |
| 2010-12-09 | arm floating point simulation | Ken Thompson |
| 2010-12-08 | 5l: fix build | Russ Cox |
| 2010-11-11 | last of the arm conversions | Ken Thompson |
| 2010-11-03 | add hardware floating point. | Ken Thompson |
| 2010-10-22 | 5l, 6l, 8l: introduce sub-symbols | Russ Cox |
| 2010-10-21 | ld: abandon symbol-driven archive loading | Russ Cox |
| 2010-10-20 | 5l: two stack split bugs in one day | 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-18 | 5l: handle jump to middle of floating point sequence | Russ Cox |
| 2010-10-18 | 5l: data-relocatable code layout | Russ Cox |
| 2010-10-17 | 5l: stop using R12 as SB | Russ Cox |
| 2010-10-15 | 6l: function at a time code layout | Russ Cox |