| Age | Commit message (Expand) | Author |
| 2025-05-19 | cmd/link/internal: add support for internal linking on loong64 | limeidan |
| 2025-05-15 | cmd/link: fix outdated output mmap check | Zxilly |
| 2025-05-12 | cmd/link: ignore mapping symbols on riscv64 | Yao Zi |
| 2025-05-12 | cmd/link: use >4GB base address for 64-bit PE binaries | qmuntal |
| 2025-04-30 | cmd/link: fix cgo on riscv64 when building with gcc-15 | Mark Ryan |
| 2025-04-22 | runtime, internal/runtime/maps: speed-up empty/zero map lookups | Mateusz Poliwczak |
| 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-31 | cmd/link: close file in tempdir so Windows can delete it | Damien Neil |
| 2025-03-28 | cmd/link: handle Mach-O X86_64_RELOC_SUBTRACTOR in internal linking | Cherry Mui |
| 2025-03-28 | cmd/link: choose one with larger size for duplicated BSS symbols | Cherry Mui |
| 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-13 | cmd/link: only check PIE size difference when the linkmode is the same | Joel Sing |
| 2025-03-11 | runtime/internal: clean up completely | Jes Cok |
| 2025-03-06 | cmd/link/internal: remove trampoline for plt on loong64 | limeidan |
| 2025-03-04 | cmd/compile,cmd/link: move to DWARF5-style location lists | Than McIntosh |
| 2025-03-04 | cmd/compile,cmd/link: move to DWARF5-style range lists | Than McIntosh |
| 2025-02-28 | cmd/link: use __got as the .got section name | qmuntal |
| 2025-02-26 | cmd/link: require cgo for -linkmode=external test | Ian Lance Taylor |
| 2025-02-25 | cmd/link: put .got section in __DATA_CONST segment | qmuntal |
| 2025-02-25 | cmd/compile, runtime: use PC of deferreturn for panic transfer | David Chase |
| 2025-02-22 | cmd: initial compiler+linker support for DWARF5 .debug_addr | Than McIntosh |
| 2025-02-22 | cmd/internal/objabi,cmd/link/internal/sym: add SDWARFADDR symbol type | Than McIntosh |
| 2025-02-22 | cmd/link, cmd/internal/dwarf: add DWARF5 line table support | Than McIntosh |
| 2025-02-22 | cmd/link, cmd/internal/objabi: remove R_DWARFFILEREF relocation type | Than McIntosh |
| 2025-02-19 | all: implement plugin build mode for riscv64 | Meng Zhuo |
| 2025-02-13 | cmd/link,cmd/internal: add R_GOT_PCREL_ITYPE_RELOC for riscv64 | Meng Zhuo |
| 2025-02-13 | cmd: use cmd/internal/hash.New32 and Sum32 only | Russ Cox |
| 2025-02-06 | cmd/link: add -e (no limit on errors) flag | qmuntal |
| 2025-01-29 | cmd/link/internal/loader: fix linknames from FIPS 140 frozen tree | Filippo Valsorda |
| 2025-01-16 | cmd/internal/obj/wasm, runtime: detect wasmexport call before runtime initial... | Cherry Mui |
| 2024-12-30 | cmd/link: document that -s implies -w | willboland |
| 2024-12-23 | cmd/link, runtime: apply a delta to RODATA->DATA relocations | Cherry Mui |
| 2024-12-16 | cmd/link: update runtime dependency list | Cherry Mui |
| 2024-12-13 | cmd/link: make dwarf name slice index self-describing | Michael Pratt |
| 2024-12-12 | cmd/internal/obj: disallow linknamed access to builtin symbols | Cherry Mui |
| 2024-12-12 | cmd/link: block new standard library linknames | Cherry Mui |
| 2024-12-03 | cmd/link/internal/ld: work around FreeBSD 14.1 cmd/cgo test link failure | Michael Anthony Knyszek |
| 2024-11-22 | cmd/compile, cmd/link: FIPS fixes for large programs | Russ Cox |
| 2024-11-21 | all: fix some function names and typos in comment | cuishuang |
| 2024-11-21 | cmd/link: remove debugging dreg | Russ Cox |
| 2024-11-20 | all: rename crypto/internal/fips to crypto/internal/fips140 | Russ Cox |
| 2024-11-18 | weak: move internal/weak to weak, and update according to proposal | 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-17 | internal/runtime/maps: eliminate a load from the hot path | Keith Randall |
| 2024-11-14 | all: enable FIPS verification code | Russ Cox |