| Age | Commit message (Expand) | Author |
| 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-22 | cmd/5l, cmd/6l, cmd/8l: accept CALL reg, reg | 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-19 | cmd/godoc: use go/build to determine package and example files | Robert Griesemer |
| 2013-02-13 | cmd/5l: fix print format | Lucio De Re |
| 2013-02-04 | cmd/5l, cmd/ld: support generating ELF binaries for NetBSD/ARM | Shenghou Ma |
| 2013-01-31 | cmd/ld: support for linking with host linker | Russ Cox |
| 2013-01-30 | cmd/5l: reestablish uniform union field naming | Russ Cox |
| 2013-01-30 | 6l/5l: PIC and shared library support for the linkers. | Elias Naur |
| 2013-01-22 | cmd/5l: move offset2 into Adr.u0 union to save 4/8 bytes for Adr/Prog resp. | Shenghou Ma |
| 2013-01-20 | cmd/5l: reduce the size of Prog and Sym | Dave Cheney |
| 2013-01-12 | cmd/5l: fix invalid executable header on Plan 9 | Anthony Martin |
| 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 |
| 2013-01-06 | cmd/ld: move symtab, ELF generation to portable code | Russ Cox |
| 2013-01-04 | cmd/5g, cmd/5l, cmd/ld: Small adjustments for the Plan 9 native tools | Lucio De Re |
| 2012-12-21 | cmd/[568]l: do not generate PT_TLS on openbsd | Joel Sing |
| 2012-12-18 | cmd/5l, cmd/6l, cmd/8l: fix function symbol generation from gcc compiled sour... | Shenghou Ma |
| 2012-11-13 | cmd/ld: fix build on elf systems | 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-12 | cmd/5l: reorder some struct fields to reduce memory consumption | 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-10-08 | cmd/ld, cmd/5l: support R_ARM_PC24 and R_ARM_JUMP24, fix R_ARM_CALL | Shenghou Ma |
| 2012-09-24 | cmd/ld: prepare for 64-bit ints | Russ Cox |
| 2012-09-21 | cmd/{ld,5l,6l,8l}: add support for OpenBSD ELF signatures | Joel Sing |
| 2012-09-18 | runtime: arm: abort if VFPv3 support missing | Dave Cheney |
| 2012-09-13 | ld: add .gcdata and .gcbss sections | Jan Ziak |
| 2012-09-13 | cmd/pack: rename __.SYMDEF to __.GOSYMDEF | Russ Cox |
| 2012-09-03 | cmd/5l: embed $GOARM value into binary as runtime.goarm | Shenghou Ma |
| 2012-08-15 | 5l: trivial whitespace cleanup | Robert Hencke |
| 2012-08-09 | cmd/5l: add PT_PAX_FLAGS ELF header | Shenghou Ma |
| 2012-08-07 | cmd/5l: dwarf line number support for Linux/ARM | Shenghou Ma |
| 2012-08-03 | 5a, 5l, math: Add support for ABSD, ABSF floating point instructions. | MichaĆ Derkacz |
| 2012-07-30 | cmd/5l, cmd/ld: add support for R_ARM_GOT_PREL | Shenghou Ma |
| 2012-06-08 | cmd/5c, cmd/5g, cmd/5l: fix cross compilation failure on darwin | Dave Cheney |
| 2012-06-08 | cmd/5a, cmd/5l: add MULW{T,B} and MULAW{T,B} support for ARM | Shenghou Ma |
| 2012-06-06 | cmd/5c, cmd/5g, cmd/5l: fix array indexing warning under Clang 3.1 | Dave Cheney |
| 2012-06-03 | cmd/5a, cmd/5l, math: add CLZ instruction for ARM | Shenghou Ma |
| 2012-06-02 | cmd/5c, cmd/5g, cmd/5l: enable use of R12, F8-F15 | Shenghou Ma |
| 2012-05-30 | cmd/5l: fix PLD | Russ Cox |
| 2012-05-30 | cmd/6l, cmd/8l, cmd/5l: add AUNDEF instruction | Russ Cox |
| 2012-05-30 | cmd/ld: align function entry on arch-specific boundary | Russ Cox |
| 2012-05-23 | cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systems | 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 |