| Age | Commit message (Expand) | Author |
| 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 |
| 2022-09-14 | all: move //go:build lines below copyright notice | Tobias Klauser |
| 2022-09-13 | cmd/link: generate an error if the entry symbol cannot be found | Joel Sing |
| 2022-09-13 | cmd/link/internal/ld, syscall: use libc based msync on darwin for Go ≥ 1.20 | Tobias Klauser |
| 2022-09-13 | cmd/link/internal/ld: drop Go 1.12 compatibility on darwin | Tobias Klauser |
| 2022-09-09 | all: transfer reflect.{SliceHeader, StringHeader} to unsafeheader.{Slice, Str... | hopehook |
| 2022-09-08 | cmd/link: use strings.Builder | cuiweixie |
| 2022-09-07 | cmd/link/internal/ld: update _func names to match runtime | Michael Pratt |
| 2022-09-06 | cmd/link,runtime: remove unused fields from inlinedCall | Michael Pratt |
| 2022-09-02 | cmd/link: only add dummy XCOFF reference if the symbol exists | Cherry Mui |
| 2022-08-18 | cmd/compile/internal/noder: set ir.Name.DictIndex for unified IR | Matthew Dempsky |
| 2022-08-18 | all: remove duplicate "the" words in comments | Abirdcfly |
| 2022-08-15 | cmd/link: recognize the new R_LARCH_32_PCREL type on loong64 | WANG Xuerui |
| 2022-08-11 | cmd/link: fix trampolines breaking DWARF line info | Jeremy Quirke |
| 2022-08-09 | all: use ":" for compiler generated symbols | Cuong Manh Le |
| 2022-08-08 | cmd/link: detect glibc vs musl ldso at link time | Russ Cox |
| 2022-08-08 | cmd/compile, cmd/link: enable Duff's device on darwin/arm64 | Cherry Mui |
| 2022-08-08 | all: use io.Seek* instead of deprecated os.SEEK_* | Tobias Klauser |
| 2022-08-05 | cmd/link: use correct path for dynamic loader on ppc64le | Lynn Boger |
| 2022-07-07 | cmd/link: explicitly disable PIE for windows/amd64 -race mode | Than McIntosh |
| 2022-06-27 | cmd/link: link against libsynchronization.a for -race on windows | Than McIntosh |
| 2022-06-22 | cmd/go, cmd/link: support failure to create _cgo_import.go | Ian Lance Taylor |
| 2022-06-16 | cmd/link: consider alignment in carrier symbol size calculation | Cherry Mui |
| 2022-06-15 | cmd/link: set alignment for carrier symbols | Cherry Mui |
| 2022-06-14 | cmd/compile,runtime,reflect: move embedded bit from offset to name | Keith Randall |
| 2022-06-07 | cmd/link: specify -Wl,-z params as documented | Motiejus Jakštys |
| 2022-06-06 | cmd/link/internal/loadpe: handle _main reference properly | Than McIntosh |