| Age | Commit message (Expand) | Author |
| 2026-03-31 | cmd/link, runtime: record size of itabs | Ian Lance Taylor |
| 2026-03-26 | cmd/link: group gcmask symbols, move them to noptrbss | Ian Lance Taylor |
| 2026-03-26 | runtime, cmd/link: remove itablinks | Ian Lance Taylor |
| 2026-03-25 | cmd/link: fix host object's .pdata entries order | qmuntal |
| 2026-03-10 | cmd/link: put itabs in the .go.type section | Ian Lance Taylor |
| 2026-03-06 | cmd/link: sort .pdata by function start address | qmuntal |
| 2026-02-12 | cmd/link: handle runtime.type based on size, not GOOS | Ian Lance Taylor |
| 2026-02-06 | cmd/link: use correct alignment for type descriptors on AIX | Ian Lance Taylor |
| 2026-02-06 | cmd/link: align covctrs symbol | Keith Randall |
| 2026-01-29 | cmd/link: put type:* at the start of the type descriptors | Ian Lance Taylor |
| 2026-01-29 | cmd/link: remove AIX special case for first type descriptor | Ian Lance Taylor |
| 2026-01-29 | runtime, cmd/link: store type descriptor length, not end | Ian Lance Taylor |
| 2026-01-27 | cmd/link, runtime: remove typelinks | Ian Lance Taylor |
| 2026-01-22 | cmd/link: put type descriptors in .go.type section | Ian Lance Taylor |
| 2025-11-26 | cmd/link: put moduledata in its own .go.module section | Ian Lance Taylor |
| 2025-11-26 | cmd/link: put funcdata symbols in .gopclntab section | Ian Lance Taylor |
| 2025-11-06 | cmd/link: move pclntab out of relro section | Ian Lance Taylor |
| 2025-11-04 | cmd/link: don't generate .gosymtab section | Ian Lance Taylor |
| 2025-11-04 | cmd/link: add and use new SymKind SFirstUnallocated | Ian Lance Taylor |
| 2025-11-04 | cmd/link: remove misleading comment | Ian Lance Taylor |
| 2025-10-27 | cmd/link: internal linking support for windows/arm64 | qmuntal |
| 2025-10-21 | all: eliminate unnecessary type conversions | Jes Cok |
| 2025-09-11 | cmd/link: allow one to specify the data section in the internal linker | Kevaundray Wedderburn |
| 2025-07-16 | cmd/link, runtime: on Wasm, put only function index in method table and func ... | Cherry Mui |
| 2025-05-15 | cmd/link: fix outdated output mmap check | Zxilly |
| 2025-05-12 | cmd/link: use >4GB base address for 64-bit PE binaries | qmuntal |
| 2025-04-03 | cmd/link/internal/ld: introduce -funcalign=N option | Aleksey Markin |
| 2025-03-13 | cmd/go/internal/load,cmd/link/internal/ld: use objabi.LookupPkgSpecial(pkg).R... | Jes Cok |
| 2025-03-11 | runtime/internal: clean up completely | Jes Cok |
| 2025-02-25 | cmd/link: put .got section in __DATA_CONST segment | qmuntal |
| 2025-02-22 | cmd: initial compiler+linker support for DWARF5 .debug_addr | Than McIntosh |
| 2025-02-22 | cmd/link, cmd/internal/objabi: remove R_DWARFFILEREF relocation type | Than McIntosh |
| 2024-12-23 | cmd/link, runtime: apply a delta to RODATA->DATA relocations | Cherry Mui |
| 2024-12-16 | cmd/link: update runtime dependency list | Cherry Mui |
| 2024-11-22 | cmd/compile, cmd/link: FIPS fixes for large programs | Russ Cox |
| 2024-11-21 | cmd/link: remove debugging dreg | Russ Cox |
| 2024-11-18 | runtime: get rid of gc programs for types | Keith Randall |
| 2024-11-18 | cmd/link: use types (and not GC programs) to build data/bss ptrmasks | khr@golang.org |
| 2024-11-13 | cmd/compile, cmd/link: add FIPS verification support | Russ Cox |
| 2024-11-07 | cmd/link: remove dummy argument from ld.Errorf | Russ Cox |
| 2024-11-06 | cmd/link/internal/ld: fix sort comparison | Russ Cox |
| 2024-10-25 | cmd/link: for asan align coverage counter section to 8 bytes | Ian Lance Taylor |
| 2024-08-09 | cmd/link: add support for trampoline insertation on loong64 | limeidan |
| 2024-07-29 | debug/buildinfo: improve format documentation | Michael Pratt |
| 2024-07-27 | cmd/link: pass architecture to isPLTCall | limeidan |
| 2024-06-12 | cmd/link: put runtime.end in the last section of data segment | Cherry Mui |
| 2024-05-10 | cmd/link/internal/ld: fix overlapping sections in ELF relro links | Than McIntosh |
| 2024-04-22 | cmd/link: move .dynamic and .got sections to relro if applicable | Than McIntosh |
| 2024-04-02 | internal/abi: clean up type of Kind and Type.Kind_ | Austin Clements |
| 2024-02-16 | cmd/link: add -randlayout flag to randomize function ordering | Cherry Mui |