| Age | Commit message (Expand) | Author |
| 2014-02-03 | liblink, cmd/5a, cmd/5l: restore cgo on older ARM processors | Elias Naur |
| 2013-12-16 | cmd/ld: move instruction selection + layout into compilers, assemblers | Russ Cox |
| 2013-12-09 | runtime: remove non-extern decls of runtime.goarm | Russ Cox |
| 2013-12-08 | liblink: create new library based on linker code | Russ Cox |
| 2013-12-05 | cmd/5g, cmd/5l, cmd/6g, cmd/6l, cmd/8g, cmd/8l, cmd/gc, runtime: generate poi... | Carl Shapiro |
| 2013-10-31 | cmd/5l, runtime: fix divide for profiling tracebacks on ARM | Russ Cox |
| 2013-10-31 | undo CL 19810043 / 352f3b7c9664 | Russ Cox |
| 2013-10-30 | cmd/5l, runtime: make ARM integer division profiler-friendly | Russ Cox |
| 2013-10-03 | cmd/gc: support -installsuffix in the compiler and builder | Dave Day |
| 2013-09-13 | cmd/5l: fix handling of RET.EQ in wrapper function | Russ Cox |
| 2013-09-12 | runtime, cmd/gc, cmd/ld: ignore method wrappers in recover | Russ Cox |
| 2013-09-11 | cmd/5l, cmd/6l, cmd/8l: refactor stack split code | Russ Cox |
| 2013-08-31 | cmd/5l,cmd/6l,cmd/8l: fix dragonflydynld path | Joel Sing |
| 2013-08-30 | libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/Bputc | Dmitriy Vyukov |
| 2013-08-24 | cmd/5l,cmd/8l: unbreak arm and 386 linkers | Joel Sing |
| 2013-08-15 | cmd/gc: &x panics if x does | Russ Cox |
| 2013-08-14 | runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex... | Elias Naur |
| 2013-08-12 | cmd/5l: fix encoding of new MOVB, MOVH instructions | Russ Cox |
| 2013-08-09 | cmd/5c, cmd/5g, cmd/5l: turn MOVB, MOVH into plain moves, optimize short arit... | Rémy Oudompheng |
| 2013-08-08 | cmd/5c, cmd/5g, cmd/5l: introduce MOVBS and MOVHS instructions. | Rémy Oudompheng |
| 2013-08-07 | cmd/ld: Put the textflag constants in a separate file. | Keith Randall |
| 2013-07-19 | runtime: use funcdata to supply garbage collection information | Russ Cox |
| 2013-07-18 | cmd/ld, runtime: use new contiguous pcln table | Russ Cox |
| 2013-07-16 | cmd/5l, cmd/6l, cmd/8l: accept PCDATA instruction in input | Russ Cox |
| 2013-07-16 | cmd/ld, runtime: new in-memory symbol table format | Russ Cox |
| 2013-07-12 | cmd/ld: fix large stack split for preempt check | Russ Cox |
| 2013-07-11 | cmd/ld: place read-only data in non-executable segment | Russ Cox |
| 2013-07-11 | cmd/5l, cmd/6l, cmd/8l: increase error buffer size | Russ Cox |
| 2013-06-27 | runtime: record proper goroutine state during stack split | Russ Cox |
| 2013-06-11 | cmd/gc: move genembedtramp into portable code | Russ Cox |
| 2013-06-11 | cmd/5l: use BLX for BL (Rx). | Shenghou Ma |
| 2013-06-11 | cmd/5l: use guaranteed undefined instruction for UNDEF to match [68]l. | Shenghou Ma |
| 2013-06-09 | all: fix typos | Shenghou Ma |
| 2013-05-30 | cmd/[568]l/obj.c: NULL is not recognised in Plan 9 build, use nil instead. | Lucio De Re |
| 2013-05-28 | cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument... | Carl Shapiro |
| 2013-04-01 | cmd/ld: add -extld and -extldflags options | Ian Lance Taylor |
| 2013-03-29 | cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internal | Ian Lance Taylor |
| 2013-03-27 | cmd/ld: emit TLS relocations during external linking | Ian Lance Taylor |
| 2013-03-25 | cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate defini... | Rémy Oudompheng |
| 2013-03-25 | build, cmd/5l: actually report failures for -linkmode tests | Shenghou Ma |
| 2013-03-24 | cmd/5l, cmd/6l, cmd/8l: remove declaration on non-existent variables. | Rémy Oudompheng |
| 2013-03-20 | cmd/5l: fix arm build | Dave Cheney |
| 2013-03-19 | cmd/ld: replace -hostobj with -linkmode | Russ Cox |
| 2013-03-14 | cmd/ld: another use-after-free | Russ Cox |
| 2013-03-11 | cmd/5l: fix build (define stub machoreloc1) | Russ Cox |
| 2013-03-10 | cmd/ld: avoid redundant external relocation calculations | Russ Cox |
| 2013-03-10 | cmd/ld: replace dynimpname with extname | Russ Cox |
| 2013-03-10 | cmd/ld: add tmpdir flag to preserve temp files | Russ Cox |
| 2013-03-07 | cmd/ld: steps toward 386 host linking | Russ Cox |
| 2013-03-07 | cmd/ld: host linking support for linux/amd64 | Russ Cox |