| Age | Commit message (Expand) | Author |
| 2011-07-22 | ld: detect all import cycles | Russ Cox |
| 2011-07-21 | runtime: faster select | Dmitriy Vyukov |
| 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 | cgo: windows amd64 port | Wei Guangjing |
| 2011-07-18 | ld: allow seek within write buffer | Russ Cox |
| 2011-07-13 | docs: fix wrong it's -> its | Brad Fitzpatrick |
| 2011-06-28 | ld: fix ELF strip by removing overlap of sections | Gustavo Niemeyer |
| 2011-06-27 | ld: elide the Go symbol table when using -s | Anthony Martin |
| 2011-06-22 | ld: don't attempt to build dynamic sections unnecessarily | Gustavo Niemeyer |
| 2011-06-21 | 8l: more fixes for Plan 9 | Lucio De Re |
| 2011-06-21 | nacl, tiny: remove vestiges | Robert Hencke |
| 2011-06-17 | 8l: minor fix discovered by lucio | Alex Brainman |
| 2011-06-14 | build: fix header files for Plan 9 | Lucio De Re |
| 2011-06-14 | ld: make .rodata section read-only | Gustavo Niemeyer |
| 2011-06-14 | ld: fix link Windows PE __declspec(dllimport) symbol | Wei Guangjing |
| 2011-06-13 | ld: dwarf emit filenames in debug_line header instead of as extended opcodes. | Luuk van Dijk |
| 2011-06-09 | 5l: fix softfloat nits | Russ Cox |
| 2011-06-07 | ld: fix and simplify ELF symbol generation | Anthony Martin |
| 2011-06-03 | 8l, ld: Initial adjustments for Plan 9 native compilation of 8l | Lucio De Re |
| 2011-05-25 | 5l: fix build | Russ Cox |
| 2011-05-25 | ld: add -w to disable dwarf, make errors obviously from dwarf | Russ Cox |
| 2011-05-25 | 8l: emit resources (.rsrc) in Windows PE. | Wei Guangjing |
| 2011-05-24 | 6l, 8l: fix Mach-O binaries with many dynamic libraries | Russ Cox |
| 2011-05-16 | 5l: delete pre-ARMv4 instruction implementations | Russ Cox |
| 2011-05-13 | 6l, 8l: emit windows dwarf sections similar to other platforms | Alex Brainman |
| 2011-05-11 | 5l, 8l: add ELF symbol table to binary | Russ Cox |
| 2011-05-11 | ld: fix alignment of rodata section on Plan 9 | Anthony Martin |
| 2011-05-03 | ld: make ELF binaries with no shared library dependencies static binaries | Russ Cox |
| 2011-04-27 | cgo: handle versioned ELF symbols | Russ Cox |
| 2011-04-26 | 8l: do not emit empty dwarf pe sections | Alex Brainman |
| 2011-04-25 | ld: fix 6l -d on Mac, diagnose invalid use of -d | Russ Cox |
| 2011-04-23 | ld: fix Plan 9 symbol table | Anthony Martin |
| 2011-04-20 | ld: remove MachoLoad limit | Russ Cox |
| 2011-04-14 | for GCC4.6: fix a bunch of set-and-not-used errors. | Rob Pike |
| 2011-04-14 | ld: defend against some broken object files | Russ Cox |
| 2011-04-14 | runtime: fix gdb support for channels. | Luuk van Dijk |
| 2011-04-13 | runtime: drop chan circular linked list in favor of circular buffer | Russ Cox |
| 2011-04-12 | ld: ELF header function declarations. | Lucio De Re |
| 2011-04-11 | ld: fix dwarf decoding of strings for struct's fieldnames | Luuk van Dijk |
| 2011-04-09 | ld: 25% faster | Russ Cox |
| 2011-04-08 | ld: fix arm build | Russ Cox |
| 2011-04-07 | ld: fix Mach-O X86_64_RELOC_SIGNED relocations | Mikkel Krautz |
| 2011-04-07 | ld: fix Mach-O bss bug | Mikkel Krautz |
| 2011-03-22 | ld: return > 0 exit code on unsafe import | Andrew Gerrand |
| 2011-03-09 | ld: preserve symbol sizes during data layout | Russ Cox |
| 2011-03-08 | 5l, 6l, 8l: omit symbols for type, string, go.string | Russ Cox |
| 2011-03-08 | 6l,8l: fix gdb crash. | Luuk van Dijk |
| 2011-03-03 | gc, ld: reflect support for PtrTo | Russ Cox |
| 2011-02-24 | reflect: add pointer word to CommonType | Russ Cox |