| Age | Commit message (Expand) | Author |
| 2026-02-03 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 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 |
| 2025-11-18 | cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compressed instructions on ri... | Joel Sing |
| 2025-11-14 | cmd/link/internal/ld: make runtime.buildVersion with experiments valid | matloob@golang.org |
| 2025-11-12 | cmd/link: change shdr and phdr from arrays to slices | Ian Lance Taylor |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 2025-11-07 | cmd/link: clean up some comments to Go standards | Ian Lance Taylor |
| 2025-11-06 | cmd/link: move pclntab out of relro section | Ian Lance Taylor |
| 2025-11-05 | cmd/link: support weak binding on darwin | qmuntal |
| 2025-11-04 | cmd/link, runtime: don't store text start in pcHeader | 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-10-11 | cmd/link: in TestFallocate, only check number of blocks on Darwin | Cherry Mui |
| 2025-10-07 | Revert "cmd/compile: redo arm64 LR/FP save and restore" | Keith Randall |
| 2025-10-06 | cmd/compile: redo arm64 LR/FP save and restore | Keith Randall |
| 2025-10-03 | cmd/link: add LIBRARY statement only with -buildmode=cshared | qmuntal |
| 2025-10-03 | cmd/link: support .def file with MSVC clang toolchain | Cherry Mui |
| 2025-09-30 | cmd/link/internal/arm64: support Mach-O ARM64_RELOC_SUBTRACTOR in internal li... | qmuntal |
| 2025-09-30 | cmd/link/internal/arm64: support Mach-O ARM64_RELOC_POINTER_TO_GOT in interna... | qmuntal |
| 2025-09-29 | cmd/link: use a .def file to mark exported symbols on Windows | qmuntal |
| 2025-09-29 | cmd/link: don't pass -Wl,-S on Solaris | Cherry Mui |
| 2025-09-29 | cmd/link: use correct length for pcln.cutab | Ian Lance Taylor |
| 2025-09-26 | cmd/link: don't pass -Wl,-S on AIX | Cherry Mui |
| 2025-09-25 | cmd/link: handle -w flag in external linking mode | Cherry Mui |