| Age | Commit message (Expand) | Author |
| 2026-02-03 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2025-12-15 | cmd/link: set canUsePlugins only on platforms that support plugin | Cherry Mui |
| 2025-11-26 | cmd/link: put moduledata in its own .go.module section | Ian Lance Taylor |
| 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: support .def file with MSVC clang toolchain | Cherry Mui |
| 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-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-15 | cmd/link: support race mode with MSVC clang | Cherry Mui |
| 2025-09-12 | cmd/link: support MSVC clang | Cherry Mui |
| 2025-04-03 | cmd/link/internal/ld: introduce -funcalign=N option | Aleksey Markin |
| 2025-02-13 | cmd: use cmd/internal/hash.New32 and Sum32 only | Russ Cox |
| 2024-12-03 | cmd/link/internal/ld: work around FreeBSD 14.1 cmd/cgo test link failure | Michael Anthony Knyszek |
| 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/internal/objabi, cmd/link: introduce SymKind helper methods | Russ Cox |
| 2024-11-07 | cmd/link: remove dummy argument from ld.Errorf | Russ Cox |
| 2024-10-24 | cmd/link: don't pass --build-id if C linker doesn't support it | Cherry Mui |
| 2024-10-23 | cmd/link: fix flags order in linkerFlagSupported | Siddhartha Bagaria |
| 2024-10-21 | cmd/link: on ELF, generate GNU build ID by default | Cherry Mui |
| 2024-10-21 | cmd/link: apply -B UUID to external linking on Mach-O | Cherry Mui |
| 2024-09-13 | cmd/link/internal: use slices.Contains | Tobias Klauser |
| 2024-09-04 | cmd: use 20 bytes hash when possible | Cuong Manh Le |
| 2024-09-04 | cmd: do not use notsha256 | Cuong Manh Le |
| 2024-08-19 | all: remove duplicated words in comments | Oleksandr Redko |
| 2024-07-03 | cmd/link: don't disable memory profiling when pprof.WriteHeapProfile is used | Cherry Mui |
| 2024-06-26 | cmd/link: don't skip code sign even if dsymutil didn't generate a file | Cherry Mui |
| 2024-06-26 | cmd/link: don't let dsymutil delete our temp directory | Cherry Mui |
| 2024-06-23 | cmd/link/internal/ld: handle "\r" in MinGW "--print-prog-name" output | Davis Goodin |
| 2024-06-13 | cmd/link: use path from "cc --print-prog-name ar" for c-archive buildmode | Than McIntosh |
| 2024-05-21 | cmd/link/internal/ld: rewrite LC_UUID for darwin external links | Than McIntosh |
| 2024-05-15 | cmd/link: disallow pull-only linknames | Cherry Mui |
| 2024-05-14 | cmd/link/internal/ld: clean tmpdir obj timestamps | Than McIntosh |
| 2024-04-08 | cmd/link: close the file opened in the captureHostObj function | guoguangwu |
| 2024-03-16 | cmd/dist,cmd/link: enable PIE buildmode on openbsd/arm64 | Joel Sing |
| 2024-03-15 | cmd/link: support -bindnow option and permit use of "-Wl,-z,now" | Than McIntosh |
| 2024-03-14 | Revert: "cmd/link: add option to enable full RELRO for ELF" | Than McIntosh |
| 2024-03-10 | cmd/link,debug/elf: mark Go binaries with no branch target CFI on openbsd | Joel Sing |
| 2024-02-29 | cmd/link: add option to enable full RELRO for ELF | Nick Revin |
| 2024-01-26 | cmd/link: print failed external command invocation | Cherry Mui |
| 2024-01-22 | cmd/link,runtime: merge minfunc const info internal/abi | qiulaidongfeng |
| 2023-11-20 | all: add floating point option for ARM targets | Ludi Rehak |
| 2023-11-09 | cmd/internal/link: merge .pdata and .xdata sections from host object files | qmuntal |
| 2023-08-18 | cmd/link: don't mangle string symbol names | Cherry Mui |
| 2023-08-16 | cmd/link: suppress -bind_at_load deprecation warning for ld-prime | Cherry Mui |
| 2023-07-21 | cmd/link: print dsymutil and strip commands in -v mode | Cherry Mui |
| 2023-07-21 | cmd/link: rationalize -s and -w flags with Mach-O external linking | Cherry Mui |