| Age | Commit message (Expand) | Author |
| 2013-09-12 | runtime, cmd/gc, cmd/ld: ignore method wrappers in recover | Russ Cox |
| 2013-09-12 | cmd/8l: fix 386 builds | Dave Cheney |
| 2013-09-11 | cmd/5l, cmd/6l, cmd/8l: refactor stack split code | Russ Cox |
| 2013-09-10 | cmd/6l, cmd/8l: fix MOVL MOVQ optab | Russ Cox |
| 2013-08-31 | cmd/8l: add support for dragonfly/386 | Joel Sing |
| 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-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/6l, cmd/8l: use one-byte XCHG forms when possible | 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-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-29 | 8a/8l: add PCMPEQB and PMOVMSKB to 386. | Keith Randall |
| 2013-03-27 | cmd/ld, cmd/8l: Fix OpenBSD build. | 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-24 | cmd/5l, cmd/6l, cmd/8l: remove declaration on non-existent variables. | Rémy Oudompheng |
| 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/ld: darwin support for host linking | 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: include full symbol table in Mach-O output | Russ Cox |
| 2013-03-10 | cmd/ld: add tmpdir flag to preserve temp files | Russ Cox |
| 2013-03-09 | cmd/8l/obj.c: NetBSD passes the test, Hnetbsd added. | Lucio De Re |
| 2013-03-07 | cmd/6l, cmd/8l: fix BSD builds | Russ Cox |
| 2013-03-07 | cmd/ld: steps toward 386 host linking | Russ Cox |
| 2013-03-07 | cmd/6a, cmd/8a, cmd/6l, cmd/8l: add AES instructions | Keith Randall |
| 2013-03-07 | cmd/ld: host linking support for linux/amd64 | Russ Cox |
| 2013-02-25 | cmd/gc: emit explicit type information for local variables | Russ Cox |
| 2013-02-22 | cmd/5l, cmd/6l, cmd/8l: accept CALL reg, reg | Russ Cox |
| 2013-02-22 | cmd/6g, cmd/8g: switch to DX for indirect call block | Russ Cox |
| 2013-02-21 | cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo... | Carl Shapiro |
| 2013-02-19 | cmd/godoc: use go/build to determine package and example files | Robert Griesemer |
| 2013-02-11 | cmd/8l/asm.c: Unused function arguments, suppress warnings. | Lucio De Re |
| 2013-01-31 | cmd/8l: fix build | Russ Cox |
| 2013-01-31 | cmd/ld: support for linking with host linker | Russ Cox |