| Age | Commit message (Expand) | Author |
| 2015-03-01 | cmd/5l etc: replace C code with Go code | Russ Cox |
| 2015-03-01 | cmd/ld: clean for c2go | Russ Cox |
| 2015-02-17 | [dev.cc] cmd/gc, cmd/ld, runtime: minor tweaks for c2go | Russ Cox |
| 2015-02-13 | cmd/ld: make cmd/ld a real library | Russ Cox |
| 2015-02-06 | cmd/ld: restore .debug_gdb_script section after runtime reorganization | Shenghou Ma |
| 2015-01-30 | cmd/gc, cmd/ld, liblink: update for portable Prog, Addr changes | Russ Cox |
| 2014-12-22 | runtime: hashmap: move overflow pointer to end of bucket | Keith Randall |
| 2014-10-22 | [dev.power64] all: merge default into dev.power64 | Austin Clements |
| 2014-10-22 | build: merge the great pkg/ rename into dev.power64 | Austin Clements |
| 2014-10-08 | cmd/ld: don't add line number info for the final address of an FDE | Ian Lance Taylor |
| 2014-09-08 | build: adjustments for move from src/pkg to src | Russ Cox |
| 2014-08-07 | [dev.power64] cmd/ld: update for power64 | Shenghou Ma |
| 2014-08-05 | runtime: remove type.go | Dmitriy Vyukov |
| 2014-07-16 | runtime: convert map implementation to Go. | Keith Randall |
| 2014-07-16 | cmd/ld: use count, not upper bound, in type of array | Rob Pike |
| 2014-07-15 | cmd/ld: change DWARF encoding for array lengths | Rob Pike |
| 2014-07-15 | cmd/ld: generate correct upper bound value for array types. | Rob Pike |
| 2014-07-11 | cmd/ld: add go-specific dwarf type information | Russ Cox |
| 2014-07-11 | ld: change DWARF output for structs | Rob Pike |
| 2014-07-07 | cmd/ld: fix off-by-one in DWARF frame tables | Rob Pike |
| 2014-06-10 | cmd/ld: fix PC deltas in DWARF line number table | Ian Lance Taylor |
| 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 |