| Age | Commit message (Expand) | Author |
| 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/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-17 | cmd/link/internal/s390: return comparison directly | cuiweixie |
| 2022-10-14 | cmd/link: return correct default linker for the platform | Dmitri Goutnik |
| 2022-10-14 | cmd/compile,cmd/link,runtime: add start line numbers to func metadata | Michael Pratt |
| 2022-10-13 | cmd/link: define ELF .note section on FreeBSD | Dmitri Goutnik |
| 2022-10-13 | cmd/link: don't reset variable size when handling -X flag | Cherry Mui |
| 2022-10-05 | cmd/link: optimize PPC64 inline plt sequences if local | Paul E. Murphy |
| 2022-10-04 | cmd/cgo, cmd/compile, cmd/link: remove old style build tags | Russ Cox |
| 2022-10-04 | cmd/internal/sys: migrate support.go functions to new internal pkg | Than McIntosh |
| 2022-10-04 | runtime/race: use internal linking mode for amd64 subarch packages | Florian Zenker |
| 2022-09-30 | cmd/link/internal/ld: panic if inlined functions missing FuncInfo | Michael Pratt |
| 2022-09-30 | Revert "cmd/cgo, cmd/compile, cmd/link: remove old style build tags" | Than McIntosh |
| 2022-09-30 | cmd/cgo, cmd/compile, cmd/link: remove old style build tags | Tobias Klauser |
| 2022-09-30 | cmd/link/internal/riscv64: add support for freebsd/riscv64 | Mikael Urankar |
| 2022-09-29 | cmd: fix a few function names on comments | cui fliter |
| 2022-09-28 | cmd/link/internal/loadelf: add additional relocations for riscv64 | Joel Sing |
| 2022-09-28 | all: fix some typos | cui fliter |
| 2022-09-27 | cmd/link: fix coverage counter issue on AIX | Than McIntosh |
| 2022-09-27 | cmd/link: refactor usage of SymLocalentry helper functions | Paul E. Murphy |
| 2022-09-27 | all: replace [0-9] with \d in regexps | TomCao New Macbook Pro |
| 2022-09-27 | cmd/compile,cmd/link: hooks for identifying coverage counters | Than McIntosh |
| 2022-09-20 | all: replace package ioutil with os and io in src | Andy Pan |
| 2022-09-16 | cmd/link: suppress -no_pie deprecation warning on darwin | Cherry Mui |
| 2022-09-15 | cmd/link: support -fno-plt compiled gcc objects on ppc64le | Paul E. Murphy |
| 2022-09-15 | cmd/link: stop passing -pagezero_size to darwin linker | Cherry Mui |
| 2022-09-15 | cmd, syscall: use syscall.Mmap on solaris for Go ≥ 1.20 | Tobias Klauser |