| Age | Commit message (Expand) | Author |
| 2025-11-26 | cmd/link: test that moduledata is in its own section | Ian Lance Taylor |
| 2025-11-26 | cmd/link: test that findfunctab is in gopclntab section | Ian Lance Taylor |
| 2025-11-26 | cmd/link: test that funcdata values are in gopclntab section | Ian Lance Taylor |
| 2025-11-26 | cmd/link: always run current linker in tests | Ian Lance Taylor |
| 2025-11-26 | cmd/link: put moduledata in its own .go.module section | Ian Lance Taylor |
| 2025-11-26 | cmd/link, runtime, debug/gosym: move pclntab magic to internal/abi | Ian Lance Taylor |
| 2025-11-26 | cmd/link: put runtime.findfunctab in the .gopclntab section | Ian Lance Taylor |
| 2025-11-26 | cmd/link: put funcdata symbols in .gopclntab section | Ian Lance Taylor |
| 2025-11-26 | cmd/link: build shstrtab from ELF sections | Ian Lance Taylor |
| 2025-11-26 | cmd/link: use shdr as a slice rather than counting in elfhdr.Shnum | Ian Lance Taylor |
| 2025-11-26 | cmd/link: sort allocated ELF section headers by address | Ian Lance Taylor |
| 2025-11-26 | cmd/compile: introduce alias analysis and automatically free non-aliased memo... | thepudds |
| 2025-11-26 | cmd/link, cmd/internal/obj: fix a remote call failure issue | limeidan |
| 2025-11-26 | cmd/internal/obj/loong64: remove the incorrect unsigned instructions | Xiaolin Zhao |
| 2025-11-26 | go/types, types2: remove InvalidTypeCycle from literals.go | Mark Freeman |
| 2025-11-26 | go/types, types2: remove setDefType and most def plumbing | Mark Freeman |
| 2025-11-26 | go/types, types2: replace setDefType with pending type check | Mark Freeman |
| 2025-11-26 | runtime/secret: implement new secret package | Daniel Morsing |
| 2025-11-26 | go/types: relax NewSignatureType for append(slice, str...) | Alan Donovan |
| 2025-11-26 | cmd/compile: fix bloop get name logic | Junyang Shao |
| 2025-11-26 | cmd/go: remove experiment checks for compile -c | matloob |
| 2025-11-26 | doc/next: document broken freebsd/riscv64 port | Dmitri Shuralyov |
| 2025-11-26 | cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simd | Cherry Mui |
| 2025-11-26 | cmd/go: limit total compile -c backend concurrency using a pool | Michael Matloob |
| 2025-11-26 | cmd/compile: handle loops better during stack allocation of slices | Keith Randall |
| 2025-11-26 | go/types, types2: improve printing of []*operand lists (debugging support) | Robert Griesemer |
| 2025-11-26 | cmd/internal/obj/loong64: add {,x}vmadd series instructions support | Guoqi Chen |
| 2025-11-26 | cmd/internal/obj/loong64: add aliases to 32-bit arithmetic instructions | Xiaolin Zhao |
| 2025-11-26 | cmd/compile: add tests bruteforcing limit complement | Jorropo |
| 2025-11-26 | cmd/compile: add tests bruteforcing limit negation and improve limit addition | Jorropo |
| 2025-11-26 | cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequal | Alexander Musman |
| 2025-11-26 | cmd/go: remove final references to modfetch.Fetcher_ | Ian Alexander |
| 2025-11-26 | cmd/go/internal/toolchain: remove references to modfetch.Fetcher_ | Ian Alexander |
| 2025-11-26 | cmd/go/internal/modget: remove references to modfetch.Fetcher_ | Ian Alexander |
| 2025-11-26 | cmd/go/internal/load: remove references to modfetch.Fetcher_ | Ian Alexander |
| 2025-11-26 | cmd/go/internal/modcmd: remove references to modfetch.Fetcher_ | Ian Alexander |
| 2025-11-26 | cmd/compile: adjust start heap size | David Chase |
| 2025-11-25 | cmd/go/internal/modfetch: remove references to Fetcher_ in test file | Ian Alexander |
| 2025-11-25 | cmd/go/internal/modload: replace references to modfetch.Fetcher_ | Ian Alexander |
| 2025-11-25 | cmd/go/internal/modcmd: inject modfetch.Fetcher_ into DownloadModule | Ian Alexander |
| 2025-11-25 | cmd/go/internal/modload: inject modfetch.Fetcher_ into commitRequirements | Ian Alexander |
| 2025-11-25 | cmd/go/internal/modfetch: inject Fetcher_ into TidyGoSum | Ian Alexander |
| 2025-11-25 | cmd/internal/obj/loong64: add {,X}V{ADD,SUB}W{EV,OD}.{H.B,W.H,D.W,Q.D}{,U} in... | Guoqi Chen |
| 2025-11-25 | [dev.simd] simd, cmd/compile: add float -> float conversions | Junyang Shao |
| 2025-11-25 | [dev.simd] simd, cmd/compile: add int -> fp conversions | Junyang Shao |
| 2025-11-25 | [dev.simd] simd, cmd/compile: add float -> int conversions | Junyang Shao |
| 2025-11-25 | cmd/go/internal/modfetch: move global goSum to Fetcher_ | Ian Alexander |
| 2025-11-25 | cmd/go: remove fips140 dependency on global Fetcher_ | Ian Alexander |
| 2025-11-25 | cmd/internal/obj/riscv: document compressed instructions | Mark Ryan |
| 2025-11-24 | cmd/go/internal/modfetch: rename State to Fetcher | Ian Alexander |