| Age | Commit message (Expand) | Author |
| 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 |
| 2025-09-23 | cmd/link: make -w behavior consistent on Windows | Cherry Mui |
| 2025-09-15 | cmd/link: support race mode with MSVC clang | Cherry Mui |
| 2025-09-12 | cmd/link: support MSVC clang | Cherry Mui |
| 2025-09-11 | cmd/link: allow one to specify the data section in the internal linker | Kevaundray Wedderburn |
| 2025-09-05 | cmd/link/internal/ld: unconditionally use posix_fallocate on FreeBSD | Tobias Klauser |
| 2025-08-13 | cmd/link/internal/ld: remove OpenBSD buildid workaround | Joel Sing |
| 2025-08-11 | cmd/link/internal/ld, internal/syscall/unix: use posix_fallocate on netbsd | Tobias Klauser |
| 2025-08-06 | all: remove support for windows/arm | qiulaidongfeng |
| 2025-08-05 | cmd: remove dead code | qiulaidongfeng |
| 2025-07-30 | all: remove redundant Swiss prefixes | Michael Pratt |
| 2025-07-30 | all: remove GOEXPERIMENT=swissmap | Michael Pratt |
| 2025-07-29 | internal/abi: move direct/indirect flag from Kind to TFlag | Keith Randall |
| 2025-07-16 | cmd/link, runtime: on Wasm, put only function index in method table and func ... | Cherry Mui |
| 2025-05-21 | cmd/link/internal/ld: use 12.0.0 OS/SDK versions for macOS linking | Dmitri Shuralyov |
| 2025-05-19 | runtime: pass through -asan/-msan/-race to testprog tests | Michael Pratt |
| 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-16 | all: use strings.ReplaceAll where applicable | Marcel Meyer |
| 2025-04-03 | cmd/link/internal/ld: introduce -funcalign=N option | Aleksey Markin |
| 2025-03-21 | cmd/link/internal/ld: change pe64 from int to bool | qmuntal |
| 2025-03-21 | Revert "cmd/compile/internal/abi: fix ComputePadding" | Cherry Mui |
| 2025-03-20 | cmd/compile/internal/abi: fix ComputePadding | Derek Parker |
| 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-03-04 | cmd/compile,cmd/link: move to DWARF5-style location lists | Than McIntosh |