| Age | Commit message (Expand) | Author |
| 2013-09-20 | cmd/ld: fix "ld -s" to not discard pclntab. | Shenghou Ma |
| 2013-09-09 | build: remove various uses of C undefined behavior | Russ Cox |
| 2013-09-04 | cgo: enable cgo on dragonfly | Aulus Egnatius Varialus |
| 2013-09-04 | cmd/ld: don't allocate unused garbage space in pclntab file table | Ian Lance Taylor |
| 2013-08-30 | libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/Bputc | Dmitriy Vyukov |
| 2013-08-14 | cmd/dist: fix darwin build | Russ Cox |
| 2013-08-14 | runtime.cmd/ld: Add ARM external linking and implement -shared in terms of ex... | Elias Naur |
| 2013-08-02 | runtime: reimplement reflect.call to not use stack splitting. | Keith Randall |
| 2013-08-01 | cmd/ld: report pclntab, funcdata sizes in 6l -v output | Russ Cox |
| 2013-07-31 | undo CL 12193043 / cc5858966b08 | Brad Fitzpatrick |
| 2013-07-31 | cmd/ld: report pclntab, funcdata sizes in 6l -v output | Russ Cox |
| 2013-07-22 | cmd/ld: fix warnings on Plan 9 | David du Colombier |
| 2013-07-19 | cmd/ld, runtime: remove unused fields from Func | Russ Cox |
| 2013-07-19 | cmd/gc, cmd/ld: fix build: remove unused var, use correct var in printf | Ian Lance Taylor |
| 2013-07-19 | runtime: use funcdata to supply garbage collection information | Russ Cox |
| 2013-07-19 | runtime: cleanup: use ArgsSizeUnknown to mark all functions | Keith Randall |
| 2013-07-18 | cmd/ld: refine test for history stack pop (fix Windows build) | Russ Cox |
| 2013-07-18 | cmd/ld, runtime: use new contiguous pcln table | Russ Cox |
| 2013-07-18 | cmd/ld: trivial: fix unused parameter pedantry | Dave Cheney |
| 2013-07-16 | cmd/ld, runtime: new in-memory symbol table format | Russ Cox |
| 2013-07-11 | cmd/ld: place read-only data in non-executable segment | Russ Cox |
| 2013-07-08 | cmd/ld: trivial: fix unhandled switch case | Dave Cheney |
| 2013-06-25 | cmd/ld: fix line numbers when using fieldtrack | Russ Cox |
| 2013-06-12 | cmd/ld: supply -s to gcc if -s is passed. | Shenghou Ma |
| 2013-06-03 | cmd/ld, runtime: clean up CL 9666047 | Russ Cox |
| 2013-05-29 | cmd/ld, runtime: emit pointer maps for nosplits identified by the linker | Carl Shapiro |
| 2013-05-28 | cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument... | Carl Shapiro |
| 2013-05-02 | cmd/ld: fix SDYNIMPORT symbol test | Alex Brainman |
| 2013-05-01 | cmd/ld: fix syms that are both cgo_import_static & cgo_import_dynamic | Ian Lance Taylor |
| 2013-04-20 | cmd/ld: don't show cursym in gcc invocation failure message | Shenghou Ma |
| 2013-04-12 | cmd/ld: always do external link for -linkmode=external | Ian Lance Taylor |
| 2013-04-10 | cmd/ld: fix inconsistency in internal linking of common symbols. | Rémy Oudompheng |
| 2013-04-01 | cmd/ld: add -extld and -extldflags options | Ian Lance Taylor |
| 2013-03-28 | cmd/ld: only pass -rdynamic to host linker on ELF target | Ian Lance Taylor |
| 2013-03-28 | cmd/ld, runtime: restrict stack root scan to locals and arguments | Carl Shapiro |
| 2013-03-28 | cmd/ld: when using host linker pass -r option as -rpath | Ian Lance Taylor |
| 2013-03-25 | cmd/cc, cmd/ld: do not overflow strings in symbol lookup. | Rémy Oudompheng |
| 2013-03-19 | cmd/ld: generate relocated DWARF in hostobj mode | Russ Cox |
| 2013-03-12 | cmd/ld: fix 'use after free' error in new obj code | Russ Cox |
| 2013-03-11 | lib9, cmd/dist, cmd/ld: Plan 9: fix build | Akshat Kumar |
| 2013-03-11 | cmd/ld: darwin support for host linking | 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-08 | cmd/ld: external linking fixes for linux/386 | 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 |
| 2013-02-26 | cmd/ld, runtime: adjust symbol table representation | 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-01-31 | cmd/ld: support for linking with host linker | Russ Cox |