| Age | Commit message (Expand) | Author |
| 20 hours | all: prealloc slice with possible minimum capabilities | Shulhan |
| 6 days | cmd/link: fallback to older minimum Windows target version on older C GNU too... | qmuntal |
| 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-24 | internal/abi, cmd/link: centralize type descriptor size calculation | Jake Bailey |
| 2026-03-24 | internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot order | Jake Bailey |
| 2026-03-24 | cmd/link: raise minimum windows version to 10 | Jason A. Donenfeld |
| 2026-03-18 | cmd/link: work around race syso weak import on macOS | Cherry Mui |
| 2026-03-13 | cmd/link: use 13.0.0 OS version for macOS linking | Dmitri Shuralyov |
| 2026-03-11 | cmd/link: fix macOS 13 build | Russ Cox |
| 2026-03-10 | cmd/link: add -macos and -macsdk flags to set LC_BUILD_VERSION | Russ Cox |
| 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-03-06 | cmd/link: allow -no family of flags for testing compiler flag | Corentin Kerisit |
| 2026-03-04 | cmd/link: support Mach-O UNSIGNED relocations for dynamic imports on darwin | George Adams |
| 2026-03-02 | all: test: remove unneeded loop variables | Ariel Otilibili |
| 2026-02-19 | cmd/link: use bfd ld 2.36+ on linux/arm64 instead of gold | Dimitri John Ledkov |
| 2026-02-17 | all: use LF line ending for C files | Cherry Mui |
| 2026-02-13 | cmd/link: support PIE on linux/s390x without cgo | George Adams |
| 2026-02-12 | cmd/link: handle runtime.type based on size, not GOOS | Ian Lance Taylor |
| 2026-02-06 | cmd/link: only run ELF tests on ELF systems | 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-02-05 | cmd/link: add more clang driver flags when testing flag | Corentin Kerisit |
| 2026-01-30 | all: switch linux-ppc64 target to ELFv2 ABI | Paul Murphy |
| 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 | cmd/link: adjust symkind comparisons in XCOFF code | 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-27 | cmd/link: remove unused symbol kind SFUNCTAB | Ian Lance Taylor |
| 2026-01-27 | cmd/link: handle SRODATALRELRO in xcoffUpdateOuterSize | Ian Lance Taylor |
| 2026-01-23 | cmd/compile: redo how equality functions are generated | khr@golang.org |
| 2026-01-22 | cmd/link: put type descriptors in .go.type section | Ian Lance Taylor |
| 2025-12-15 | cmd/link: set canUsePlugins only on platforms that support plugin | Cherry Mui |
| 2025-12-12 | runtime, cmd/link: tighten search for stackObjectRecord | Ian Lance Taylor |
| 2025-12-09 | cmd: fix some issues in the comments | cuishuang |
| 2025-12-08 | cmd/link: fix AIX builds after recent linker changes | Ian Lance Taylor |
| 2025-12-08 | cmd/link: generate DWARF for moduledata | Ian Lance Taylor |
| 2025-12-03 | cmd/link: don't update offset of existing ELF section name | Ian Lance Taylor |
| 2025-11-26 | cmd/link: put moduledata in its own .go.module section | Ian Lance Taylor |
| 2025-11-26 | cmd/link, runtime, debug/gosym: move pclntab magic to internal/abi | Ian Lance Taylor |
| 2025-11-26 | cmd/link: put runtime.findfunctab in the .gopclntab section | Ian Lance Taylor |
| 2025-11-26 | cmd/link: put funcdata symbols in .gopclntab section | Ian Lance Taylor |
| 2025-11-26 | cmd/link: build shstrtab from ELF sections | Ian Lance Taylor |
| 2025-11-26 | cmd/link: use shdr as a slice rather than counting in elfhdr.Shnum | Ian Lance Taylor |
| 2025-11-26 | cmd/link: sort allocated ELF section headers by address | Ian Lance Taylor |
| 2025-11-18 | cmd/link: align sections, not symbols after DWARF compress | Cherry Mui |