| Age | Commit message (Expand) | Author |
| 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-06 | replace original float instruction with jump to make branches | Kai Backman |
| 2010-04-05 | runtime: various arm fixes | 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-03-08 | arm: cleanup build warnings | Dean Prichard |
| 2010-02-26 | Add -r option to 6l/8l/5l. | Ian Lance Taylor |
| 2010-02-10 | arm: fix build on android | Russ Cox |
| 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-25 | salvaging 183105 from dead client | Kai Backman |
| 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-17 | first stub for softfloats, intercepts float instructions and skips | Kai Backman |
| 2009-11-23 | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia |
| 2009-11-09 | tweak documentation of commands | Russ Cox |
| 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 | First steps at command documentation: C compilers and linkers. | Rob Pike |
| 2009-10-25 | make 5l ignore multiple defs, remove use of multiple | Kai Backman |
| 2009-10-25 | frame size > StackBig support | Kai Backman |
| 2009-10-23 | fix off by 4 bug in morestack (lr again). remove storing of r0 | Kai Backman |
| 2009-10-21 | change stack splitting comparisons from signed to unsigned (oversight) | Kai Backman |
| 2009-10-19 | support for 5.out files | Russ Cox |
| 2009-10-15 | rename sys functions to runtime, | Russ Cox |
| 2009-10-14 | LDREX and STREX | Kai Backman |
| 2009-10-08 | dupok, gcc compile fix, sync and syscall asm fix | Kai Backman |
| 2009-10-07 | factor portable object+library bits out of 5l/6l/8l into ld | Russ Cox |
| 2009-10-06 | 5l library loading, 64 bit entry points | Kai Backman |
| 2009-10-03 | clean more | Russ Cox |
| 2009-09-18 | changed 5c calling convention to use stack exclusively for in | Kai Backman |
| 2009-09-17 | fixing width bug in DATA output. some logging to make fixing | Kai Backman |
| 2009-08-30 | fix line numbers, again. | Russ Cox |
| 2009-08-24 | ffi -> dynld. | Russ Cox |
| 2009-08-24 | 64bit literal RSH | Kai Backman |
| 2009-08-24 | linker work | Russ Cox |
| 2009-08-21 | fix 386/arm builds | Kai Backman |
| 2009-08-18 | slashed warnings | Kai Backman |
| 2009-08-17 | inline lib9.h | Rob Pike |
| 2009-08-07 | remove 8.out before creating it. | Russ Cox |
| 2009-07-28 | Support use of $GOBINDIR to override $HOME/bin | Phil Pennock |
| 2009-07-13 | fix undefined function error. | Russ Cox |
| 2009-07-07 | the ld-supplied typestrings are now obsolete | Russ Cox |