| Age | Commit message (Expand) | Author |
| 2010-08-04 | amd64: use segment memory for thread-local storage | Russ Cox |
| 2010-07-26 | 6l: more invalid input files | Russ Cox |
| 2010-07-21 | ld: various bug fixes | Russ Cox |
| 2010-07-16 | 5l, 6l, 8l: reject invalid input files | Russ Cox |
| 2010-07-01 | 6l: drop confusing comment | Russ Cox |
| 2010-07-01 | 6l: implement MOVLQZX as "mov", not "movsxd" | Russ Cox |
| 2010-06-30 | cgo: use slash-free relative paths for .so references | Russ Cox |
| 2010-06-21 | ld: add -u flag to check safe bits; discard old -u, -x flags | Russ Cox |
| 2010-06-11 | Pad Go symbol table out to page boundary when linking dynamically. | Ian Lance Taylor |
| 2010-04-27 | 5l, 6l, 8l, runtime: make -s binaries work | Russ Cox |
| 2010-04-20 | 6l, 8l: include ELF header in PT_LOAD mapping for text segment | Russ Cox |
| 2010-03-23 | Add support for #pragma dynexport. | Ian Lance Taylor |
| 2010-03-22 | Rename dynld to dynimport throughout. | Ian Lance Taylor |
| 2010-02-26 | Add -r option to 6l/8l/5l. | Ian Lance Taylor |
| 2010-02-08 | *l/*c: add -V flag to display version number | Andrew Gerrand |
| 2010-02-04 | 6l: move mapped symbol table lower in memory | Andrew Gerrand |
| 2010-02-03 | search for runtime.a in the package path instead of hardcoding | Kai Backman |
| 2010-02-03 | ld: include main and runtime in the library loop | Russ Cox |
| 2010-01-27 | change print print buffer size | Ken Thompson |
| 2010-01-25 | 5l, 6l, 8l: accept only one object file | Russ Cox |
| 2010-01-25 | ld: do not load the same object file multiple times. | Russ Cox |
| 2010-01-22 | eliminate the package global name space assumption in object files | Russ Cox |
| 2010-01-19 | cleanup toward eliminating package global name space | Russ Cox |
| 2009-12-07 | 6l, 8l: make string buffer big enough for 8 chars (and then some)weekly.2009-12-07 | Russ Cox |
| 2009-11-23 | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia |
| 2009-11-18 | More FreeBSD-touchups. Thundercats are GOOOOO! | Devon H. O'Dell |
| 2009-11-18 | 6l, 8l: add trivial hash table for dynamic symbols | Russ Cox |
| 2009-11-18 | ld: move interpreter string into first block of ELF file | Russ Cox |
| 2009-11-17 | fix botch | Ken Thompson |
| 2009-11-17 | change a n^2 algorithm in | Ken Thompson |
| 2009-11-17 | FreeBSD-specific porting work. | Devon H. O'Dell |
| 2009-11-16 | 6l: fix divide by zero in glibc linker. | Russ Cox |
| 2009-11-09 | tweak documentation of commands | Russ Cox |
| 2009-11-05 | gofmt'ed 6l 8l cgo | Robert Griesemer |
| 2009-11-04 | speed up 6l | Ken Thompson |
| 2009-11-03 | document the gc go compilers. | Rob Pike |
| 2009-11-03 | more command documentation, including nm and prof | Rob Pike |
| 2009-11-03 | document the assemblers. | Rob Pike |
| 2009-11-03 | First steps at command documentation: C compilers and linkers. | Rob Pike |
| 2009-11-03 | 6l -e: emit external ELF symbol table. | Russ Cox |
| 2009-10-15 | rename sys functions to runtime, | Russ Cox |
| 2009-10-12 | stack overflow debugging and fix. | Russ Cox |
| 2009-10-07 | factor portable object+library bits out of 5l/6l/8l into ld | Russ Cox |
| 2009-10-05 | allow multiple -L options | Rob Pike |
| 2009-10-03 | clean more | Russ Cox |
| 2009-10-03 | 8c, 8l dynamic loading support. | Russ Cox |
| 2009-09-30 | step toward darwin ffi: factor out macho code | Russ Cox |
| 2009-09-24 | convert 8l to new ELF code. | Russ Cox |
| 2009-09-16 | use /bin/ed to avoid portability issues | Rob Pike |
| 2009-08-30 | fix line numbers, again. | Russ Cox |