| Age | Commit message (Expand) | Author |
| 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/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-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 |
| 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-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 | cmd/link: remove debugging dreg | Russ Cox |
| 2024-11-20 | all: rename crypto/internal/fips to crypto/internal/fips140 | Russ Cox |
| 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 |
| 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-11-06 | cmd/link/internal/ld: fix sort comparison | Russ Cox |
| 2024-10-28 | internal/runtime/maps: small maps point directly to a group | Michael Pratt |
| 2024-10-25 | cmd/link: for asan align coverage counter section to 8 bytes | Ian Lance Taylor |
| 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,runtime: DWARF/gdb support for swiss maps | Michael Pratt |
| 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-10-21 | cmd/link: on Mach-O, generate LC_UUID by default | Cherry Mui |
| 2024-10-21 | cmd/internal/macho: new package for handling mach-o files in toolchain | Cherry Mui |
| 2024-10-21 | cmd/link: generate Mach-O UUID when -B flag is specified | Cherry Mui |
| 2024-10-14 | all: wire up swisstable maps | Michael Pratt |
| 2024-09-26 | cmd/link/internal/ld: fix error print in decodetypeGcprog | zhangjian |
| 2024-09-13 | cmd/link/internal: use slices.Contains | Tobias Klauser |
| 2024-09-04 | cmd/link/internal/ld: rm os.Getwd from elf_test | Kir Kolyshkin |
| 2024-09-04 | cmd/link/internal/ld: rm os.Getwd from dwarf_test | Kir Kolyshkin |
| 2024-09-04 | cmd/link/internal/ld: simplify gobuildTestdata | Kir Kolyshkin |
| 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-09-03 | cmd: replace many sort.Interface with slices.Sort and SortFunc | Zxilly |
| 2024-08-20 | src: fix typos | Alexander Cyon |
| 2024-08-19 | all: remove duplicated words in comments | Oleksandr Redko |
| 2024-08-13 | cmd/link, runtime: support library mode on wasip1 | Cherry Mui |
| 2024-08-09 | cmd/compile: add basic wasmexport support | Cherry Mui |
| 2024-08-09 | cmd/link: add support for trampoline insertation on loong64 | limeidan |
| 2024-08-02 | all: split old and swiss map abi and compiler integration | Michael Pratt |