| Age | Commit message (Expand) | Author |
| 2019-10-09 | [dev.link] cmd/link: load full symbol contents after deadcode pass | Cherry Zhang |
| 2019-10-08 | [dev.link] cmd/link: add symbols to Textp after deadcode pass | Cherry Zhang |
| 2019-09-27 | cmd/link: remove reading/processing of function Autom records | Than McIntosh |
| 2019-09-24 | cmd/link: add notion of multiple compilation units per package | Jeremy Faller |
| 2019-03-18 | cmd/compile: reorganize init functions | Keith Randall |
| 2019-02-26 | cmd/link: delete stale deadcode reference | Austin Clements |
| 2018-11-12 | cmd/compile, cmd/link: separate stable and internal ABIs | Austin Clements |
| 2018-08-21 | cmd/link/internal/ld: avoid Reloc copies in range loops | isharipo |
| 2018-07-03 | cmd/link: use side table instead of sym.Symbol 'Reachparent' field | Than McIntosh |
| 2018-04-27 | cmd/link/internal/ld: simple cleanups | Daniel Martà |
| 2017-11-01 | compile, link: remove base address selector from DWARF range lists | Alessandro Arzilli |
| 2017-10-26 | cmd/link, plugin: always encode path | David Crawshaw |
| 2017-10-21 | cmd/link: move Headtype global to ctxt | David Crawshaw |
| 2017-10-20 | cmd/link: move FlagLinkshared global to ctxt | David Crawshaw |
| 2017-10-06 | cmd/link: move build/link mode globals into ctxt | David Crawshaw |
| 2017-10-05 | all: revert "all: prefer strings.IndexByte over strings.Index" | Marvin Stenger |
| 2017-10-05 | cmd/link: put symbol data types in new package | David Crawshaw |
| 2017-10-03 | cmd/link: remove SysArch global variable | David Crawshaw |
| 2017-09-25 | all: prefer strings.IndexByte over strings.Index | Marvin Stenger |
| 2017-08-14 | cmd/link: don't emit default entry symbol in some situations | Hiroshi Ioka |
| 2017-04-27 | cmd/internal/objabi, cmd/link: move linker-only symkind values into linker | Michael Hudson-Doyle |
| 2017-04-19 | cmd/internal/objabi: extract shared functionality from obj | Matthew Dempsky |
| 2017-03-12 | cmd/link: eliminate markextra | Matthew Dempsky |
| 2017-02-07 | cmd/link, crypto/tls: don't use append loops | Daniel Martà |
| 2016-11-22 | cmd/compile, cmd/link: weak relocation for ptrTo | David Crawshaw |
| 2016-11-11 | cmd/link: use plugin path in visibility analysis | David Crawshaw |
| 2016-11-03 | cmd/compile: write type symbols referenced in ptabs | David Crawshaw |
| 2016-11-01 | cmd/link: support plugins with no exported symbols | David Crawshaw |
| 2016-10-25 | cmd/compile, cmd/link: more efficient typelink generation | shaharko |
| 2016-10-11 | cmd/link: insert trampolines for too-far jumps on ARM | Cherry Zhang |
| 2016-09-20 | cmd/link: use ctxt.{Lookup,ROLookup} in favour of function versions of same | Michael Hudson-Doyle |
| 2016-09-20 | cmd/link: do not directly embed Symbols in Link | Michael Hudson-Doyle |
| 2016-09-16 | cmd/link: -buildmode=plugin support for linux | David Crawshaw |
| 2016-09-13 | cmd/link: fix -buildmode=pie / -linkshared combination | Michael Hudson-Doyle |
| 2016-09-09 | cmd: use obj.GOOS, obj.GOARCH, etc | David Crawshaw |
| 2016-08-26 | cmd/link: make DynlinkingGo a method | David Crawshaw |
| 2016-08-25 | cmd/link/internal, cmd/internal/obj: introduce ctxt.Logf | Dave Cheney |
| 2016-08-23 | cmd/link/internal/ld: camelCase a buch of snake_case names | Michael Matloob |
| 2016-08-22 | cmd/link: turn some globals into flag pointer variables | Michael Matloob |
| 2016-08-21 | cmd/link: use standard library flag package where possible | Michael Matloob |
| 2016-08-21 | cmd/link/internal: thread *ld.Link through calls | Michael Matloob |
| 2016-08-19 | cmd/link/internal: rename LSym to Symbol, and add a doc comment. | Michael Matloob |
| 2016-04-23 | cmd/link: add -dumpdep flag to dump linker dependency graph | Brad Fitzpatrick |
| 2016-04-21 | cmd/link: convert textp into a slice | David Crawshaw |
| 2016-04-13 | cmd/compile, etc: store method tables as offsets | David Crawshaw |
| 2016-04-13 | cmd/link: rename Pcln to FuncInfo | Shahar Kohanim |
| 2016-04-13 | cmd/link: move function only lsym fields to pcln struct | Shahar Kohanim |
| 2016-04-09 | cmd: remove unused code | Dave Cheney |
| 2016-04-07 | cmd: add new common architecture representation | Matthew Dempsky |
| 2016-04-03 | all: fix spelling mistakes | Eric Engestrom |