| Age | Commit message (Expand) | Author |
| 2026-04-01 | cmd/link: make dupok symbol handling path clearer | Cherry Mui |
| 2026-04-01 | cmd/compile, cmd/link: add linknamestd directive for std-only linknames | Cherry Mui |
| 2025-12-12 | cmd/link: add new linknames to blocked linkname list | Cherry Mui |
| 2025-12-11 | runtime: make goroutines inherit DIT state, don't lock to OS thread | Roland Shoemaker |
| 2025-11-14 | runtime: add runtime.freegc to reduce GC work | thepudds |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 2025-11-05 | cmd/link: support weak binding on darwin | qmuntal |
| 2025-10-24 | cmd/link: remove pointless assignment in SetSymAlign | Ian Lance Taylor |
| 2025-10-21 | all: eliminate unnecessary type conversions | Jes Cok |
| 2025-10-02 | runtime,net/http/pprof: goroutine leak detection by using the garbage collector | Vlad Saioc |
| 2025-09-29 | cmd/link: use a .def file to mark exported symbols on Windows | qmuntal |
| 2025-08-29 | cmd/link: disallow linkname of runtime.addmoduledata | zuojunwei.1024 |
| 2025-07-11 | cmd/link: do size fixups after symbol references are loaded | Cherry Mui |
| 2025-06-26 | cmd/link: permit a larger size BSS reference to a smaller DATA symbol | Cherry Mui |
| 2025-06-24 | cmd/link: add one more linkname to the blocklist | Cherry Mui |
| 2025-06-13 | cmd/link: block new standard library linknames | Cherry Mui |
| 2025-05-28 | cmd/link: allow linkname reference to a TEXT symbol regardless of size | Cherry Mui |
| 2025-04-30 | cmd/link: fix cgo on riscv64 when building with gcc-15 | Mark Ryan |
| 2025-04-22 | runtime, internal/runtime/maps: speed-up empty/zero map lookups | Mateusz Poliwczak |
| 2025-04-16 | all: use strings.ReplaceAll where applicable | Marcel Meyer |
| 2025-03-28 | cmd/link: choose one with larger size for duplicated BSS symbols | Cherry Mui |
| 2025-01-29 | cmd/link/internal/loader: fix linknames from FIPS 140 frozen tree | Filippo Valsorda |
| 2024-12-12 | cmd/link: block new standard library linknames | Cherry Mui |
| 2024-11-20 | all: rename crypto/internal/fips to crypto/internal/fips140 | Russ Cox |
| 2024-11-18 | weak: move internal/weak to weak, and update according to proposal | Michael Anthony Knyszek |
| 2024-11-13 | cmd/compile, cmd/link: add FIPS verification support | Russ Cox |
| 2024-11-07 | cmd/internal/objabi, cmd/link: introduce SymKind helper methods | Russ Cox |
| 2024-08-09 | cmd/compile: add basic wasmexport support | Cherry Mui |
| 2024-08-06 | cmd/internal/obj: minor refactor of wasmimport code | Cherry Mui |
| 2024-05-24 | cmd/link: propagate FromAssembly attribute when cloning symbols to external | Cherry Mui |
| 2024-05-15 | cmd/link: disallow pull-only linknames | Cherry Mui |
| 2024-05-10 | cmd/compile, cmd/link: disallow linkname of some newly added internal functions | Cherry Mui |
| 2024-03-23 | cmd/link: remove objIdx structure | Jeremy Quirke |
| 2023-11-20 | src: a/an grammar fixes | Ville Skyttä |
| 2023-11-08 | cmd/link/internal/loader: remove some dead code | Than McIntosh |
| 2023-09-01 | cmd/link: type alias sym.LoaderSym and loader.Sym | Matthew Dempsky |
| 2023-06-14 | all: fix spelling errors | Alexander Yastrebov |
| 2023-06-09 | all: fix function names in comments | cui fliter |
| 2023-05-05 | cmd/link: remove elfsetstring out of the loader | Cherry Mui |
| 2023-05-02 | cmd/link: remove allocation in decoding type name | Cherry Mui |
| 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-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 | 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-03-02 | all: implement wasmimport directive | Evan Phoenix |
| 2023-02-06 | cmd/internal/obj: flag init functions in object file | Than McIntosh |
| 2023-01-30 | all: fix problematic comments | cui fliter |