| Age | Commit message (Expand) | Author |
| 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 |
| 2022-05-31 | cmd/link: call syscall.FlushFileBuffers on outbuf Unmap | Than McIntosh |
| 2022-05-23 | cmd/link: set coverage counters as expected by the fuzz package | Khaled Yakdan |
| 2022-05-20 | cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra counters | Khaled Yakdan |
| 2022-05-17 | all: fix spelling | John Bampton |
| 2022-05-17 | all: fix spelling | John Bampton |
| 2022-05-17 | cmd/link: support linker for linux/loong64 | Xiaodong Liu |
| 2022-05-12 | cmd/link: remove name expansion logic | Cherry Mui |
| 2022-05-10 | cmd/link: more cleanups for visibility hidden symbol handling | Cherry Mui |
| 2022-05-06 | cmd/link: resolve relocations to .TOC. symbol | Cherry Mui |
| 2022-05-06 | cmd/link: generate PPC64 ABI register save/restore functions if needed | Paul E. Murphy |
| 2022-05-06 | cmd/link: fix handling of visibility hidden symbols | Cherry Mui |
| 2022-05-02 | all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into master | Russ Cox |
| 2022-05-02 | all: use os/exec instead of internal/execabs | Russ Cox |
| 2022-04-29 | [dev.boringcrypto] all: add boringcrypto build tags | Russ Cox |
| 2022-04-29 | [dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256 | Russ Cox |
| 2022-04-27 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Chressie Himpel |
| 2022-04-20 | cmd/link: fix StackCheckOutput on AIX | Austin Clements |
| 2022-04-20 | [dev.boringcrypto] all: merge master into dev.boringcrypto | Chressie Himpel |
| 2022-04-19 | cmd/link: faster algorithm for nosplit stack checking, better errors | Austin Clements |
| 2022-04-19 | cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch field | Austin Clements |
| 2022-04-19 | internal/sys: add LR and fixed frame size to sys.Arch | Austin Clements |
| 2022-04-19 | cmd/link: use TOC-relative trampolines on PPC64 when needed | Paul E. Murphy |
| 2022-04-15 | cmd/link: preserve symbol attributes when cloning to external | Cherry Mui |
| 2022-04-12 | cmd/link: mangle symbol ABI name for linker-generated symbols | Cherry Mui |