| Age | Commit message (Expand) | Author |
| 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 |
| 2025-11-24 | cmd/go/internal/modload: make State.modfetchState a pointer | Ian Alexander |
| 2025-11-24 | cmd/go: add setters for critical State fields | Ian Alexander |
| 2025-11-24 | runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks | David Finkel |
| 2025-11-24 | all: update to x/net@bff14c52567061031b9761881907c39e24792736 | Damien Neil |
| 2025-11-24 | cmd/compile: add cases for StringLen to prove | David Chase |
| 2025-11-24 | cmd/go/internal/auth: fix typo | Jes Cok |
| 2025-11-24 | [dev.simd] all: merge master (e704b09) into dev.simd | Cherry Mui |
| 2025-11-24 | go/types, types2: shorten object map assertion | Mark Freeman |
| 2025-11-24 | [dev.simd] all: merge master (02d1f3a) into dev.simd | Cherry Mui |
| 2025-11-24 | runtime/cgo: add support for `any` param and return type | Alexandre Daubois |
| 2025-11-24 | cmd/compile, internal/buildcfg: enable regABI on s390x, and add s390x | Srinivas Pokala |