| Age | Commit message (Expand) | Author |
| 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 |
| 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/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 |