| Age | Commit message (Expand) | Author |
| 2013-09-09 | build: remove various uses of C undefined behavior | Russ Cox |
| 2013-09-05 | cmd/ld: emit relocations for .debug_frame in external link mode | Ian Lance Taylor |
| 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-31 | cmd/8l: add support for dragonfly/386 | Joel Sing |
| 2013-08-30 | libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/Bputc | Dmitriy Vyukov |
| 2013-08-29 | cmd/cc,runtime: change preprocessor to expand macros inside of | Keith Randall |
| 2013-08-24 | all: compiler/bootstrap for dragonfly/amd64 | Joel Sing |
| 2013-08-14 | cmd/ld: Remove superfluous redundant iself check | Elias Naur |
| 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-07 | cmd/ld: Put the textflag constants in a separate file. | Keith Randall |
| 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-10 | cmd/ld: correct assignment of sizes to mach-o symbols | 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-11 | cmd/ld: document -s flag. | Shenghou Ma |
| 2013-06-09 | all: fix typos | Shenghou Ma |
| 2013-06-04 | cmd/ld: fix gcdata and gcbss symbols | Anthony Martin |
| 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-18 | cmd/ld: emit .tbss section when doing dynamic internal linking | Shenghou Ma |
| 2013-05-03 | cmd/ld: add .note.GNU-stack section for external linking | Shenghou Ma |
| 2013-05-02 | cmd/ld: fix SDYNIMPORT symbol test | Alex Brainman |
| 2013-05-01 | cmd/ld: fix another unsigned value causing bugs on Plan 9 | Rob Pike |
| 2013-05-01 | cmd/ld: fix syms that are both cgo_import_static & cgo_import_dynamic | Ian Lance Taylor |
| 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-04-30 | cmd/ld: another attempt at the relocation overflow fix | Rob Pike |
| 2013-04-30 | cmd/ld: fix check for address wrap in relocation | Rob Pike |
| 2013-04-30 | cmd/ld: disable relocation range check so build can go green while we debug t... | Rob Pike |
| 2013-04-29 | cmd/ld: fix some 64-bit issues | Rob Pike |
| 2013-04-20 | cmd/ld: do not relocate ignored PE sections | Alex Brainman |
| 2013-04-20 | cmd/ld: don't show cursym in gcc invocation failure message | Shenghou Ma |
| 2013-04-15 | cmd/ld: ignore PE sections that are not code or data | Ian Lance Taylor |