| Age | Commit message (Expand) | Author |
| 2023-02-16 | cmd/link: don't switch to gold on ARM Linux | Ian Lance Taylor |
| 2023-02-13 | cmd/link/internal/ld: fix text section splitting for ARM | Than McIntosh |
| 2023-02-10 | cmd/link: try libssp_nonshared.a when looking for "__stack_chk_fail_local" | Than McIntosh |
| 2023-02-10 | cmd/link: improve error for missing SDYNIMPORT support on mips/mips64 | Than McIntosh |
| 2023-02-06 | cmd/link: linker portion of dead map removal | Than McIntosh |
| 2023-02-06 | cmd/internal/obj: flag init functions in object file | Than McIntosh |
| 2023-02-02 | internal/testenv: avoid rebuilding all of std in WriteImportcfg | Bryan C. Mills |
| 2023-02-02 | cmd/link: remove special cases for relocations in .go.buildinfo | Russ Cox |
| 2023-02-02 | cmd/link: keep go.buildinfo even with --gc-sections | Russ Cox |
| 2023-01-31 | cmd/link: add debug print in hostobjCopy | Cherry Mui |
| 2023-01-31 | cmd/link: rewrite (*BuildMode).Set to use platform.BuildModeSupported | Ian Lance Taylor |
| 2023-01-31 | cmd/link: rename ELF struct fields to remove "elf" prefix | Ian Lance Taylor |
| 2023-01-31 | cmd/link, cmd/dist, internal/platform: consolidate c-archive support | Ian Lance Taylor |
| 2023-01-31 | cmd/link: skip c-archive tests if c-archive mode is not supported | Ian Lance Taylor |
| 2023-01-31 | cmd/link: make .dynamic section read-only for MIPS ELF | Ian Lance Taylor |
| 2023-01-31 | cmd/link: load host archive libc_nonshared.a for -fstack-protector | Than McIntosh |
| 2023-01-30 | cmd/link: refactor ELF hooks into ELFArch struct | Ian Lance Taylor |
| 2023-01-30 | all: fix problematic comments | cui fliter |
| 2023-01-30 | cmd/link/internal/ld: split varDeclCoords tests | Michael Pratt |
| 2023-01-30 | cmd/link/internal/ld: add dwarf testing helpers | Michael Pratt |
| 2023-01-30 | cmd/compile,cmd/link: set DW_AT_decl_line for function declarations | Michael Pratt |
| 2023-01-25 | cmd: remove GOEXPERIMENT=nounified knob | Matthew Dempsky |
| 2023-01-25 | cmd/link: don't export all symbols for ELF external linking | Ian Lance Taylor |
| 2023-01-24 | cmd/link: support R_ADDRPOWER_GOT_PCREL34 on ppc64le | Paul E. Murphy |
| 2023-01-24 | cmd/link: remove importcycles function | Jeremy Quirke |
| 2023-01-23 | internal/abi,runtime: refactor map constants into one place | David Chase |
| 2023-01-20 | cmd/link: fix incorrect DOS header on Windows binaries | Kevin Parsons |
| 2023-01-20 | cmd/link: use strings.LastIndexByte to fix a TODO | Daniel Martà |
| 2023-01-10 | cmd/link, runtime: Apple libc atfork workaround take 3 | Russ Cox |
| 2022-12-23 | cmd/link, runtime: use a different section for Go libfuzzer counters | Cherry Mui |
| 2022-12-08 | cmd/link: fix dynamic interpreter path for musl-based linux amd64 | cia-rana |
| 2022-12-06 | cmd/link: pass -Wl,--no-insert-timestamp to external linker on windows | Than McIntosh |
| 2022-11-19 | cmd/link: revise DLL import symbol handling | Than McIntosh |
| 2022-11-19 | cmd/link: add capturehostobjs debugging flag | Than McIntosh |
| 2022-11-19 | cmd/link: improved host archive debug trace output | Than McIntosh |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-11-18 | runtime,cmd/link: increase stack guard space when building with -race | Keith Randall |
| 2022-11-18 | cmd/link/internal/ppc64: fix trampoline reuse distance calculation | Paul E. Murphy |
| 2022-11-16 | cmd/compile: do not emit a few more basic types from every compilation | Russ Cox |
| 2022-11-15 | cmd/link: use testenv.Command instead of exec.Command in tests | Bryan C. Mills |
| 2022-11-11 | cmd/link: exit if runtime.a is missing | Cherry Mui |
| 2022-11-03 | cmd/link: support PPC64 prefixed relocations for power10 | Paul E. Murphy |
| 2022-11-02 | cmd/link: remove unnecessary use of sync.Once alongside sync.Mutex | Russ Cox |
| 2022-10-28 | cmd/go: don't install most GOROOT .a files in pkg | Michael Matloob |
| 2022-10-28 | cmd/compile: emit DIEs for zero sized variables | Alessandro Arzilli |
| 2022-10-28 | cmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to ADRP+LD/ST(offset) | eric fang |
| 2022-10-27 | runtime: add wasm bulk memory operations | Garet Halliday |
| 2022-10-26 | cmd: remove redundant _ | cui fliter |
| 2022-10-18 | go,cmd,internal: update to anticipate missing targets and .a files | Michael Matloob |
| 2022-10-17 | cmd/link/internal/s390: return comparison directly | cuiweixie |