| Age | Commit message (Expand) | Author |
| 2023-08-23 | cmd/link: add support for openbsd/ppc64 | Joel Sing |
| 2023-08-18 | cmd/link: don't mangle string symbol names | Cherry Mui |
| 2023-08-16 | cmd/link: suppress -bind_at_load deprecation warning for ld-prime | Cherry Mui |
| 2023-08-03 | cmd/asm,cmd/internal/obj/riscv,cmd/link: improve TLS handling on riscv64 | Joel Sing |
| 2023-07-31 | cmd/link: fix up more zero-sized local symbols on darwin dynamic linking | Cherry Mui |
| 2023-07-31 | cmd/link: always use symbol-targeted relocations on Mach-O | Cherry Mui |
| 2023-07-31 | cmd/link: use symbol-targeted relocation for initializers on Mach-O | Cherry Mui |
| 2023-07-27 | cmd/link: sort HOSTOBJ and UNDEFEXT symbols with undefined symbols in Mach-O ... | Cherry Mui |
| 2023-07-27 | cmd/link: don't generate DYSYMTAB when external linking on Mach-O | Cherry Mui |
| 2023-07-21 | cmd/link: allow enabling DWARF with -s | Cherry Mui |
| 2023-07-21 | cmd/link: test the -s flag | Cherry Mui |
| 2023-07-21 | cmd/link: print dsymutil and strip commands in -v mode | Cherry Mui |
| 2023-07-21 | cmd/link: rationalize -s and -w flags with Mach-O external linking | Cherry Mui |
| 2023-07-21 | cmd/link: suppress symbol table on Mach-O when -s | Cherry Mui |
| 2023-07-20 | all: update build tags to require/assume Go 1.20 | Matthew Dempsky |
| 2023-07-20 | cmd/link: pass flags to external linker in deterministic order | Cherry Mui |
| 2023-07-20 | cmd/link: clean up some relocation handling | Cherry Mui |
| 2023-07-20 | cmd/link: handle dynamic import variables on Darwin | Cherry Mui |
| 2023-07-13 | all: remove duplicate word and fix comment | cui fliter |
| 2023-06-14 | all: fix spelling errors | Alexander Yastrebov |
| 2023-06-13 | cmd/link: fix log formats for log.Fatal calls | Russ Cox |
| 2023-06-09 | cmd/link: mangle certain instantiated function name in plugin mode | Cherry Mui |
| 2023-06-09 | all: fix function names in comments | cui fliter |
| 2023-06-01 | cmd/link/internal/ld: pass correct offset to codesign.Sign | Christian Banse |
| 2023-05-31 | cmd/link: support R_PPC64_REL24_P9NOTOC | Paul E. Murphy |
| 2023-05-24 | all: fix unavailable url | cui fliter |
| 2023-05-19 | all: generate NOTOC shared code on power10/PPC64/linux | Paul E. Murphy |
| 2023-05-19 | cmd/compile: constant-fold loads from constant dictionaries and types | Keith Randall |
| 2023-05-19 | cmd/link: add ReflectMethod flag to -dumpdep output | Alessandro Arzilli |
| 2023-05-17 | cmd/link, internal/abi: minor follow-up cleanups | David Chase |
| 2023-05-16 | cmd/link/internal/ppc64: link ELFv2 objects built with -mcpu=power10 | Paul E. Murphy |
| 2023-05-12 | cmd/link: fix checks for supported linker flags with relative paths. | James Bartlett |
| 2023-05-11 | cmd/link: check DWARF section sizes separately | Cherry Mui |
| 2023-05-11 | runtime: move per-type types to internal/abi | David Chase |
| 2023-05-11 | runtime: redefine _type to abi.Type; add rtype for methods. | David Chase |
| 2023-05-10 | internal/abi,reflectlite,reflect,runtime: common up chan type | David Chase |
| 2023-05-10 | internal/abi: common up ArrayType | David Chase |
| 2023-05-10 | internal/abi: common up some offset/size functions | David Chase |
| 2023-05-10 | cmd/link: clean up per-binary slice creation in ld | David Chase |
| 2023-05-10 | internal/abi: common up Method, Imethod, UncommonType types | David Chase |
| 2023-05-09 | cmd/link/internal/ppc64: fix export of R_DWARFSECREF to ELF on ppc64 | Paul E. Murphy |
| 2023-05-05 | cmd/link, runtime: include full symbol name for generic functions in runtime ... | Cherry Mui |
| 2023-05-05 | cmd/link: remove zdebug from ELF section header table | Cherry Mui |
| 2023-05-05 | cmd/link: remove elfsetstring out of the loader | Cherry Mui |
| 2023-05-05 | internal/abi: refactor (basic) type struct into one definition | David Chase |
| 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 |