| Age | Commit message (Expand) | Author |
| 2010-09-12 | 6g, 6l, 8g, 8l: move read-only data to text segment | 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-06-29 | ld: fix implementation of -u | Russ Cox |
| 2010-04-30 | 8l: fix absolute path detection on Windows | Russ Cox |
| 2010-04-27 | 5l, 6l, 8l, runtime: make -s binaries work | Russ Cox |
| 2010-02-10 | ld: unused variable | Russ Cox |
| 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 | 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 | ld: unused variable | Russ Cox |
| 2010-01-18 | build: move GOOS, GOARCH, GOROOT lookup into central library. | Russ Cox |
| 2010-01-13 | ignore $GOARCH inside the compiler and linker. | Rob Pike |
| 2009-11-15 | gc: five bug fixes, one better error. | Russ Cox |
| 2009-11-12 | cc, ld: fix more gcc 4.3 -O2 compile bugs | Russ Cox |
| 2009-10-10 | reallocate library, libraryobj: 50 isn't nearly enough | Rob Pike |
| 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 |