| Age | Commit message (Expand) | Author |
| 2023-05-03 | cmd/link/internal/ppc64: support non-PIC PLT call stubs | Paul E. Murphy |
| 2023-05-03 | cmd/compile,cmd/link: skip tests that require DWARF symbols on ios | Bryan C. Mills |
| 2023-05-02 | cmd/link: remove allocation in decoding type name | Cherry Mui |
| 2023-05-02 | cmd/link: work around dsymutils not cleaning temp file | Cherry Mui |
| 2023-05-02 | cmd/link: generate .xdata PE section | qmuntal |
| 2023-05-02 | cmd/link: generate .pdata PE section | qmuntal |
| 2023-05-02 | cmd/link, cmd/internal/obj: use aux symbol for global variable DWARF info | Cherry Mui |
| 2023-04-28 | cmd/link: load external ELF PPC64 objects which set st_other=1 | Paul E. Murphy |
| 2023-04-28 | cmd/link: put zero-sized data symbols at same address as runtime.zerobase | Cherry Mui |
| 2023-04-28 | cmd/link: write buildid to plugin | Cherry Mui |
| 2023-04-26 | cmd/link/internal/loadelf: set AttrExternal on text section symbols | Paul E. Murphy |
| 2023-04-24 | cmd/link: don't sort data symbols by name | Cherry Mui |
| 2023-04-24 | cmd/link: use uint32 as symbol index | Cherry Mui |
| 2023-04-24 | cmd/link: use slice and bitmap for some attributes | Cherry Mui |
| 2023-04-21 | runtime, cmd: rationalize StackLimit and StackGuard | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna... | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcID_* consts into internal/abi | Austin Clements |
| 2023-04-21 | cmd/link/internal/ppc64: Use PCrel relocs in runtime.addmoduledata if supported | Paul E. Murphy |
| 2023-04-21 | cmd/link,cmd/internal/obj/ppc64: enable PCrel on power10/ppc64/linux | Paul E. Murphy |
| 2023-04-20 | Revert "runtime, cmd: rationalize StackLimit and StackGuard" | Austin Clements |
| 2023-04-20 | runtime, cmd: rationalize StackLimit and StackGuard | Austin Clements |
| 2023-04-14 | cmd/link/internal/ld: disable execute-only for external linking on openbsd/arm64 | Joel Sing |
| 2023-04-14 | cmd/link: establish dependable package initialization order | Keith Randall |
| 2023-04-11 | cmd/internal/obj/loong64, cmd/internal/objabi, cmd/link: add support for --bu... | limeidan |
| 2023-04-10 | cmd/internal/obj/loong64, cmd/link/internal: switch to LoongArch ELF psABI v2... | WANG Xuerui |
| 2023-04-07 | cmd/link: bump loong64 function alignment to 16 bytes | WANG Xuerui |
| 2023-04-07 | cmd/link, cmd/internal/obj/loong64: support the PCALIGN directive | WANG Xuerui |
| 2023-04-07 | cmd/link/internal/ppc64: generate PCrel trampolines on P10 | Paul E. Murphy |
| 2023-04-07 | cmd/link/internal/ld: don't set IMAGE_FILE_DEBUG_STRIPPED on PE binaries | qmuntal |
| 2023-04-05 | cmd/internal/obj: generate SEH aux symbols for windows/amd64 | qmuntal |
| 2023-04-05 | all: add wasip1 asm and link logic | Johan Brandhorst-Satzkorn |
| 2023-04-05 | internal/syscall/unix: fix PosixFallocate error check on freebsd | Tobias Klauser |
| 2023-04-04 | all: fix misuses of "a" vs "an" | cui fliter |
| 2023-03-29 | cmd/link,cmd/internal/objabi: support ADDR32NB relocations on windows | qmuntal |
| 2023-03-28 | Revert "cmd/link: use path from "cc --print-prog-name ar" for c-archive build... | Than McIntosh |
| 2023-03-28 | cmd/link: use path from "cc --print-prog-name ar" for c-archive buildmode | Than McIntosh |
| 2023-03-27 | cmd/link/internal/ld, internal/syscall/unix: use posix_fallocate on freebsd | Tobias Klauser |
| 2023-03-24 | cmd/link: add padding after runtime.etext | Cherry Mui |
| 2023-03-23 | all: replace leading spaces with tabs in assembly | Michael Pratt |
| 2023-03-21 | cmd/link: improve error message and debugging | Cherry Mui |
| 2023-03-20 | internal/platform: pass race mode to DefaultPIE | Ian Lance Taylor |
| 2023-03-20 | cmd/link/internal/ld: emit better complex types for COFF symbols | qmuntal |
| 2023-03-15 | cmd/link/internal/arm: fix off-by-1 in trampoline reachability computation | Than McIntosh |
| 2023-03-15 | internal/platform: add a function to report whether default builds are PIE | Bryan C. Mills |
| 2023-03-15 | cmd/link/internal/loong64: use BREAK 0 as the code pad sequence | WANG Xuerui |
| 2023-03-14 | cmd/go,cmd/link: prefer external linking when strange cgo flags seen | Than McIntosh |
| 2023-03-14 | cmd/link: store COFF symbol complex type in the LSB instead of the MSB | qmuntal |
| 2023-03-10 | cmd/link: define correct complex types values for COFF symbols | qmuntal |
| 2023-03-10 | all: skip tests that fail on android/arm64 | Bryan C. Mills |