| Age | Commit message (Expand) | Author |
| 2014-05-20 | cmd/ld: make lldb happy with Mach-O 6.out files | Russ Cox |
| 2014-04-16 | liblink, cmd/ld: reenable nosplit checking and test | Russ Cox |
| 2014-04-16 | cmd/ld: correct comment. | Shenghou Ma |
| 2014-04-15 | cmd/ld: record complete runtime-gdb.py path again | Russ Cox |
| 2014-04-14 | liblink: remove arch-specific constants from file format | Russ Cox |
| 2014-04-02 | cmd/ld: get rid of map.bucket's data field from dwarf info. | Keith Randall |
| 2014-03-03 | cmd/ld: DWARF opcode base to 10 | Graham King |
| 2014-02-20 | cmd/ld: fix off-by-one error in DWARF .debug_line transcription | Josh Bleecher Snyder |
| 2013-12-18 | cmd/6g, cmd/gc, cmd/ld: fix Plan 9 amd64 warnings | David du Colombier |
| 2013-12-16 | cmd/ld: move instruction selection + layout into compilers, assemblers | Russ Cox |
| 2013-12-08 | liblink: create new library based on linker code | Russ Cox |
| 2013-09-05 | cmd/ld: emit relocations for .debug_frame in external link mode | Ian Lance Taylor |
| 2013-06-09 | all: fix typos | Shenghou Ma |
| 2013-04-30 | cmd/ld: when linking externally, only generate dwarf info for ELF | Rob Pike |
| 2013-04-30 | cmd/ld: emit relocs for DWARF info when doing an external link | Ian Lance Taylor |
| 2013-03-29 | runtime: fix gdb printing of maps | Keith Randall |
| 2013-03-22 | cmd/ld: don't generate DW_AT_type attr for unsafe.Pointer to match gcc behavior | Shenghou Ma |
| 2013-03-22 | cmd/ld: fix bad merge | Shenghou Ma |
| 2013-03-20 | runtime: faster hashmap implementation. | Keith Randall |
| 2013-03-19 | cmd/ld: fix typo | Russ Cox |
| 2013-03-19 | cmd/ld: generate relocated DWARF in hostobj mode | Russ Cox |
| 2013-03-10 | cmd/ld: make mach-o sections match internal sections | Russ Cox |
| 2013-03-07 | cmd/ld: host linking support for linux/amd64 | Russ Cox |
| 2013-02-26 | all: clean up C function prototypes | Anthony Martin |
| 2012-11-27 | libmach, cmd/cc, cmd/cov, cmd/ld, cmd/prof: check malloc return value | Shenghou Ma |
| 2012-11-13 | reflect: add ArrayOf, ChanOf, MapOf, SliceOf | Russ Cox |
| 2012-09-13 | ld: add .gcdata and .gcbss sections | Jan Ziak |
| 2012-06-02 | runtime: add (unused for now) gc field to type information | Jan Ziak |
| 2012-02-12 | runtime: delete Type and implementations (use reflect instead) | Russ Cox |
| 2012-01-31 | cmd/ld: fix gdbscript | Wei Guangjing |
| 2011-12-12 | gc: implement == on structs and arrays | Russ Cox |
| 2011-12-05 | runtime: prep for type-specific algorithms | Russ Cox |
| 2011-10-01 | runtime: fix map memory leak | Russ Cox |
| 2011-09-09 | ld: grow dwarf includestack on demand. | Luuk van Dijk |
| 2011-07-21 | runtime: faster select | Dmitriy Vyukov |
| 2011-07-18 | ld: allow seek within write buffer | Russ Cox |
| 2011-07-13 | docs: fix wrong it's -> its | Brad Fitzpatrick |
| 2011-06-21 | 8l: more fixes for Plan 9 | Lucio De Re |
| 2011-06-13 | ld: dwarf emit filenames in debug_line header instead of as extended opcodes. | Luuk van Dijk |
| 2011-06-03 | 8l, ld: Initial adjustments for Plan 9 native compilation of 8l | Lucio De Re |
| 2011-05-25 | ld: add -w to disable dwarf, make errors obviously from dwarf | Russ Cox |
| 2011-05-13 | 6l, 8l: emit windows dwarf sections similar to other platforms | Alex Brainman |
| 2011-04-26 | 8l: do not emit empty dwarf pe sections | Alex Brainman |
| 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-11 | ld: fix dwarf decoding of strings for struct's fieldnames | Luuk van Dijk |
| 2011-04-09 | ld: 25% faster | 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-02-24 | reflect: add pointer word to CommonType | Russ Cox |