| Age | Commit message (Expand) | Author |
| 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-03-07 | cmd/link: replace bytes.Compare call with bytes.Equal | guoguangwu |
| 2024-03-01 | cmd/link/internal/riscv64: generate local text symbols for R_RISCV_CALL | Joel Sing |
| 2024-02-29 | cmd/link: add option to enable full RELRO for ELF | Nick Revin |
| 2024-02-27 | cmd/internal, cmd/link: unify the relocation naming style of loong64 | limeidan |
| 2024-02-21 | cmd: remove support for GOROOT_FINAL | Constantin Konstantinidis |
| 2024-02-16 | cmd/link: replace function pointers to static calls in loadelf | Cherry Mui |
| 2024-02-16 | cmd/link: add -randlayout flag to randomize function ordering | Cherry Mui |
| 2024-02-16 | runtime,cmd/link: merge pcbucketsize const into internal/abi | qiulaidongfeng |
| 2024-02-14 | cmd/link/internal/ld: unify OS/SDK versions for macOS linking | Dmitri Shuralyov |
| 2024-02-08 | cmd/link: use symbolic offset for ITab.Type | Keith Randall |
| 2024-02-08 | cmd/compile: move runtime.itab to internal/abi.ITab | Keith Randall |
| 2024-02-02 | cmd/link/internal/dwtest: fix inconsistent receiver name | cui fliter |
| 2024-01-30 | cmd/link: fix TestConsistentGoKindAndRuntimeType | Alessandro Arzilli |
| 2024-01-30 | all: fix typos | Jes Cok |
| 2024-01-30 | cmd/link: add DW_AT_go_runtime_type to unsafe.Pointer and fix it for | Alessandro Arzilli |
| 2024-01-26 | cmd/link: print failed external command invocation | Cherry Mui |
| 2024-01-26 | cmd/link: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi | qiulaidongfeng |
| 2024-01-22 | cmd/link,runtime: merge minfunc const info internal/abi | qiulaidongfeng |
| 2023-12-18 | cmd/link/internal/loadpe: update comment about @feat.00 symbol handling | qmuntal |
| 2023-12-14 | all: remove newline characters after return statements | Danil Timerbulatov |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-12-01 | cmd/link: update flag doc | Cherry Mui |
| 2023-11-22 | cmd/link/internal/loadpe: fix .xdata unwind info parsing | Davis Goodin |
| 2023-11-22 | cmd/link/internal/ld: fix DWARF type DIE "go kind" bug for synthetic ptr types | Than McIntosh |
| 2023-11-21 | cmd/dist, cmd/link, internal, runtime: implement buildmode=plugin for linux/l... | WANG Xuerui |
| 2023-11-21 | cmd/internal/obj,cmd/link: access global data via GOT in -dynlink mode on loo... | Guoqi Chen |
| 2023-11-20 | all: add floating point option for ARM targets | Ludi Rehak |
| 2023-11-20 | src: a/an grammar fixes | Ville Skyttä |
| 2023-11-16 | cmd/link/internal/loadpe: fix xrels search "not found" detection | Davis Goodin |
| 2023-11-14 | cmd/link/internal/loadpe: remove unused dynimports in peImportSymsState | Jes Cok |
| 2023-11-09 | cmd/internal/link: merge .pdata and .xdata sections from host object files | qmuntal |
| 2023-11-08 | cmd/link/internal/loader: remove some dead code | Than McIntosh |
| 2023-11-06 | cmd/link/internal/loadpe: allocate comdat definitions map lazily | Than McIntosh |
| 2023-11-03 | cmd/link/internal/ld: use strings.TrimPrefix in expandFile | Jes Cok |
| 2023-11-02 | debug/elf,cmd/link: add additional relocations for loong64 | Guoqi Chen |
| 2023-10-19 | all: drop old +build lines | Dmitri Shuralyov |
| 2023-10-13 | cmd/link/internal/ld: assign temporary addresses to per-package text | Joel Sing |
| 2023-10-10 | Revert "cmd/link/internal/ld: assign temporary addresses to per-package text" | Than McIntosh |
| 2023-10-10 | cmd/link/internal/ld: assign temporary addresses to per-package text | Joel Sing |
| 2023-10-05 | runtime: support SetUnhandledExceptionFilter on Windows | qmuntal |
| 2023-10-03 | cmd/link: enable linking on openbsd/riscv64 | Joel Sing |
| 2023-10-03 | cmd: fix mismatched symbols | cui fliter |
| 2023-09-29 | cmd/link: split text sections for arm 32-bit | Than McIntosh |
| 2023-09-22 | cmd/link/internal/ld: use strings.Cut | cui fliter |
| 2023-09-20 | cmd/link, runtime: initialize packages in shared build mode | Cherry Mui |
| 2023-09-19 | cmd/internal/obj/riscv,cmd/link: rework riscv64 call relocations | Joel Sing |
| 2023-09-18 | cmd/link: allow deriving GNU build ID from Go build ID ID | Patrick Steinhardt |