| Age | Commit message (Expand) | Author |
| 2024-01-25 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2024-01-22 | cmd/link,runtime: merge minfunc const info internal/abi | qiulaidongfeng |
| 2023-12-18 | cmd/link/internal/loadpe: update comment about @feat.00 symbol handling | qmuntal |
| 2023-12-14 | all: remove newline characters after return statements | Danil Timerbulatov |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-12-01 | cmd/link: update flag doc | Cherry Mui |
| 2023-11-22 | cmd/link/internal/loadpe: fix .xdata unwind info parsing | Davis Goodin |
| 2023-11-22 | cmd/link/internal/ld: fix DWARF type DIE "go kind" bug for synthetic ptr types | Than McIntosh |
| 2023-11-21 | cmd/dist, cmd/link, internal, runtime: implement buildmode=plugin for linux/l... | WANG Xuerui |
| 2023-11-21 | cmd/internal/obj,cmd/link: access global data via GOT in -dynlink mode on loo... | Guoqi Chen |
| 2023-11-20 | all: add floating point option for ARM targets | Ludi Rehak |
| 2023-11-20 | src: a/an grammar fixes | Ville Skyttä |
| 2023-11-16 | cmd/link/internal/loadpe: fix xrels search "not found" detection | Davis Goodin |
| 2023-11-14 | cmd/link/internal/loadpe: remove unused dynimports in peImportSymsState | Jes Cok |
| 2023-11-09 | cmd/internal/link: merge .pdata and .xdata sections from host object files | qmuntal |
| 2023-11-08 | cmd/link/internal/loader: remove some dead code | Than McIntosh |
| 2023-11-06 | cmd/link/internal/loadpe: allocate comdat definitions map lazily | Than McIntosh |
| 2023-11-03 | cmd/link/internal/ld: use strings.TrimPrefix in expandFile | Jes Cok |
| 2023-11-02 | debug/elf,cmd/link: add additional relocations for loong64 | Guoqi Chen |
| 2023-10-19 | all: drop old +build lines | Dmitri Shuralyov |
| 2023-10-13 | cmd/link/internal/ld: assign temporary addresses to per-package text | Joel Sing |
| 2023-10-10 | Revert "cmd/link/internal/ld: assign temporary addresses to per-package text" | Than McIntosh |
| 2023-10-10 | cmd/link/internal/ld: assign temporary addresses to per-package text | Joel Sing |
| 2023-10-05 | runtime: support SetUnhandledExceptionFilter on Windows | qmuntal |
| 2023-10-03 | cmd/link: enable linking on openbsd/riscv64 | Joel Sing |
| 2023-10-03 | cmd: fix mismatched symbols | cui fliter |
| 2023-09-29 | cmd/link: split text sections for arm 32-bit | Than McIntosh |
| 2023-09-28 | cmd/link: unskip TestBuildForTvOS on dwarin/arm64 | Cherry Mui |
| 2023-09-22 | cmd/link/internal/ld: use strings.Cut | cui fliter |
| 2023-09-20 | cmd/link, runtime: initialize packages in shared build mode | Cherry Mui |
| 2023-09-19 | cmd/internal/obj/riscv,cmd/link: rework riscv64 call relocations | Joel Sing |
| 2023-09-18 | cmd/link: allow deriving GNU build ID from Go build ID ID | Patrick Steinhardt |
| 2023-09-15 | cmd/link: reject invalid -R flag | Cherry Mui |
| 2023-09-14 | cmd/link: clean up some unnecessary casts | Cherry Mui |
| 2023-09-14 | cmd/link/internal/loadelf: correct the relocation size of R_LARCH_64 | limeidan |
| 2023-09-13 | cmd/link: round up default start address to alignment | Cherry Mui |
| 2023-09-13 | cmd/link: fix malformed .shstrtab section | Than McIntosh |
| 2023-09-12 | cmd/link: disable DWARF by default in c-shared mode on darwin | Cherry Mui |
| 2023-09-08 | debug/elf,cmd/link: add additional MIPS64 relocation type | Joel Sing |
| 2023-09-07 | cmd/link/internal/loong64: correct the glibc dynamic linker path. | limeidan |
| 2023-09-07 | cmd/link: avoid deadcode of global map vars for programs using plugins | Than McIntosh |
| 2023-09-01 | cmd/internal/dwarf: replace Sym.Length with Context.Size | Matthew Dempsky |
| 2023-09-01 | cmd/link: type alias sym.LoaderSym and loader.Sym | Matthew Dempsky |
| 2023-09-01 | cmd/internal/obj: simplify filename handling | Matthew Dempsky |
| 2023-09-01 | cmd/internal/objabi: rename R_USEGENERICIFACEMETHOD to R_USENAMEDMETHOD. | Dominique Lefevre |
| 2023-09-01 | cmd/link: add testcases for MethodByName(string literal). | Dominique Lefevre |
| 2023-09-01 | cmd/link: remove special cases for Method() and MethodByName(). | Dominique Lefevre |
| 2023-08-29 | cmd/internal/obj: tweak implicit {ArgsPointerMaps,ArgInfo} behavior | Matthew Dempsky |
| 2023-08-29 | cmd/link/internal/sym: uncomment code for RelocName | Jes Cok |
| 2023-08-23 | cmd/internal/obj/riscv,cmd/link: add support for internal cgo linking on riscv64 | Joel Sing |