| Age | Commit message (Expand) | Author |
| 2011-11-14 | 6l, 8l: add missing space in error message | Lucio De Re |
| 2011-08-26 | 8l: add openbsd | Joel Sing |
| 2011-07-18 | ld: allow seek within write buffer | Russ Cox |
| 2011-06-21 | 8l: more fixes for Plan 9 | Lucio De Re |
| 2011-06-21 | nacl, tiny: remove vestiges | Robert Hencke |
| 2011-05-24 | 6l, 8l: fix Mach-O binaries with many dynamic libraries | Russ Cox |
| 2011-05-11 | ld: fix alignment of rodata section on Plan 9 | Anthony Martin |
| 2011-04-25 | 8g,8l: fix "set but not used" gcc error | Fazlul Shahriar |
| 2011-04-14 | ld: defend against some broken object files | Russ Cox |
| 2011-02-24 | ld: weak symbols | Russ Cox |
| 2011-02-24 | 8l/6l: new -Hwindowsgui flag allows to build windows gui pe | Alex Brainman |
| 2011-02-23 | 5l/6l/8l: use enums for header type and symbolic strings for -H option values | Alex Brainman |
| 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 | 8l, runtime: place G and M pointers relative to _tos on Plan 9, instead of ha... | Yuval Pavel Zholkover |
| 2011-02-01 | ld: Add -I option to set ELF interpreter. | Ian Lance Taylor |
| 2010-12-15 | fix freebsd build | Russ Cox |
| 2010-12-15 | remove nacl | Russ Cox |
| 2010-12-08 | 6l, 8l: minor changes & cleanup | Russ Cox |
| 2010-12-07 | 8l : add dynimport to import table in Windows PE, initial make cgo dll work. | Wei Guangjing |
| 2010-12-06 | 8l, runtime: fix Plan 9 386 build. | Yuval Pavel Zholkover |
| 2010-11-02 | 8l: pe generation fixes | Alex Brainman |
| 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 | 8l, runtime: initial support for Plan 9 | Yuval Pavel Zholkover |
| 2010-10-15 | 8l: blind attempt to fix windows build | Russ Cox |
| 2010-10-14 | 5l, 6l, 8l: accumulate data image during import | Russ Cox |
| 2010-10-13 | various: avoid %ld etc | Russ Cox |
| 2010-10-13 | 5l, 6l, 8l: first pass cleanup | Russ Cox |
| 2010-09-14 | tabs | Russ Cox |
| 2010-09-12 | 6g, 6l, 8g, 8l: move read-only data to text segment | Russ Cox |
| 2010-08-30 | 8l: emit DWARF in ELF. | Luuk van Dijk |
| 2010-08-04 | amd64: use segment memory for thread-local storage | Russ Cox |
| 2010-07-21 | ld: various bug fixes | Russ Cox |
| 2010-07-16 | 5l, 6l, 8l: reject invalid input files | 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-07 | runtime: finish pchw -> tiny, added gettime for tiny | Daniel Theophanes |
| 2010-04-29 | rename GOOS=mingw to GOOS=windows | Alex Brainman |
| 2010-04-22 | runtime: closures, defer bug fix for Native Client | Russ Cox |
| 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-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-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-13 | runtime: add demo running Go on raw (emulated) hw | Russ Cox |
| 2009-12-13 | 8l: add support for PE output. | Hector Chu |