| 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-26 | liblink: delete unused code | Russ Cox |
| 2015-02-23 | [dev.cc] all: merge master (48469a2) into dev.cc | Russ Cox |
| 2015-02-23 | cmd/ld: fix warning on Plan 9 | David du Colombier |
| 2015-02-20 | [dev.cc] all: merge master (5868ce3) into dev.cc | Russ Cox |
| 2015-02-17 | [dev.cc] cmd/gc, cmd/ld, runtime: minor tweaks for c2go | Russ Cox |
| 2015-02-13 | cmd/ld: always mark tlsg STLSBSS | David Crawshaw |
| 2015-02-13 | cmd/ld: set alignment for the .rel.plt section on 32-bit architectures | Shenghou Ma |
| 2015-02-13 | cmd/ld: make cmd/ld a real library | Russ Cox |
| 2015-02-10 | runtime: don't put container symbols in functab | Keith Randall |
| 2015-02-06 | cmd/ld: restore .debug_gdb_script section after runtime reorganization | Shenghou Ma |
| 2015-02-06 | liblink, cmd/ld, cmd/5l: darwin/arm support | Shenghou Ma |
| 2015-02-06 | liblink, cmd/ld, runtime: set the type of runtime.tlsg in runtime | Shenghou Ma |
| 2015-02-05 | cmd/ld: always set timestamp in PE header to 0 | Shenghou Ma |
| 2015-01-30 | cmd/gc, cmd/ld, liblink: update for portable Prog, Addr changes | Russ Cox |
| 2015-01-22 | cmd/ld: s/specificaly/specifically/ in comment | Michael Matloob |
| 2015-01-07 | runtime: faster version of findfunc | Keith Randall |
| 2015-01-07 | cmd/9l: support internal linking | Austin Clements |
| 2015-01-07 | cmd/ld: support for relocation variants | Austin Clements |
| 2015-01-07 | cmd/ld: support 2 byte relocations | Austin Clements |
| 2015-01-07 | cmd/ld: decode local entry offset from ppc64 symbols | Austin Clements |
| 2015-01-05 | Revert "liblink, cmd/ld, runtime: remove stackguard1" | Russ Cox |
| 2014-12-29 | liblink, cmd/ld, runtime: remove stackguard1 | Shenghou Ma |
| 2014-12-26 | cmd/ld: put .bss from external objects into real .bss section | Shenghou Ma |
| 2014-12-22 | cmd/ld: add a text generation pass | Austin Clements |
| 2014-12-22 | runtime: hashmap: move overflow pointer to end of bucket | Keith Randall |
| 2014-12-22 | cmd/ld: clean up nested if when loading bind local syms | Austin Clements |
| 2014-12-18 | cmd/ld: add fallthrough comment | Austin Clements |
| 2014-12-18 | cmd/ld: set ELF ABI version for ppc64x | Austin Clements |
| 2014-12-05 | all: power64 is now ppc64 | Russ Cox |
| 2014-12-05 | [dev.cc] cmd/ld: finalize linkmode before determining whether to import runti... | Shenghou Ma |
| 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-22 | [dev.power64] build: merge default into dev.power64 | Austin Clements |
| 2014-10-21 | cmd/ld: fix addstrdata for big-endian systems | Ian Lance Taylor |
| 2014-10-20 | cmd/cgo: disable clang's integrated assembler | Dave Cheney |
| 2014-10-11 | cmd/ld: do not assume that only pe section names start with '.' | Alex Brainman |
| 2014-10-11 | cmd/ld: correct pe section names if longer then 8 chars | Alex Brainman |
| 2014-10-10 | cmd/ld: fix off-by-one error when emitting symbol names | Shenghou Ma |
| 2014-10-08 | cmd/ld: don't add line number info for the final address of an FDE | Ian Lance Taylor |
| 2014-10-07 | runtime: remove type-punning for Type.gc[0], gc[1] | Russ Cox |
| 2014-10-06 | cmd/ld: ignore .Linfo_stringNN variables in clang .o files | Russ Cox |
| 2014-09-29 | undo CL 141840043 / 65e21380cb2a | Brad Fitzpatrick |
| 2014-09-29 | cmd/ld: close outfile before cleanup | Jonathan Rudenberg |
| 2014-09-28 | cmd/ld: don't automatically mark symbols created by -X as reachable | Ian Lance Taylor |
| 2014-09-26 | cmd/go: display program name when reporting crash | Russ Cox |
| 2014-09-24 | build: fix elf builds | Russ Cox |
| 2014-09-24 | cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects | Russ Cox |
| 2014-09-18 | lib9, cmd/ld: fixes for cross-linking on a Windows host | Ian Lance Taylor |