| Age | Commit message (Expand) | Author |
| 2026-02-03 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2026-01-13 | runtime: rename mallocTiny* to mallocgcTinySize* | Michael Matloob |
| 2026-01-13 | all: fix misspellings in comments | cuishuang |
| 2025-11-26 | cmd/compile: introduce alias analysis and automatically free non-aliased memo... | thepudds |
| 2025-11-26 | cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequal | Alexander Musman |
| 2025-11-24 | [dev.simd] all: merge master (8dd5b13) into dev.simd | Cherry Mui |
| 2025-11-21 | cmd/compile/internal: fix typos | Jes Cok |
| 2025-11-20 | [dev.simd] all: merge master (ca37d24) into dev.simd | Cherry Mui |
| 2025-11-20 | cmd/compile: stack allocate backing stores during append | khr@golang.org |
| 2025-11-13 | [dev.simd] all: merge master (57362e9) into dev.simd | Cherry Mui |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 2025-11-06 | Revert "runtime: remove the pc field of _defer struct" | Keith Randall |
| 2025-11-03 | runtime: remove the pc field of _defer struct | Youlin Feng |
| 2025-10-15 | cmd/compile: use block starting position for phi line number | Keith Randall |
| 2025-10-10 | cmd/compile: repair bisection behavior for float-to-unsigned conversion | David Chase |
| 2025-10-09 | cmd/compile: call generated size-specialized malloc functions directly | Michael Matloob |
| 2025-10-09 | cmd/compile: modify float-to-[u]int so that amd64 and arm64 match | David Chase |
| 2025-10-08 | cmd/compile/internal/devirtualize: improve concrete type analysis | Mateusz Poliwczak |
| 2025-10-07 | Revert "cmd/compile: redo arm64 LR/FP save and restore" | Keith Randall |
| 2025-10-06 | cmd/compile: redo arm64 LR/FP save and restore | Keith Randall |
| 2025-09-26 | [dev.simd] simd, cmd/compile: add 128 bit select-from-pair | David Chase |
| 2025-08-22 | [dev.simd] cmd/compile: ensure the whole X15 register is zeroed | Cherry Mui |
| 2025-08-14 | [dev.simd] all: merge master (924fe98) into dev.simd | Cherry Mui |
| 2025-08-05 | cmd: remove dead code | qiulaidongfeng |
| 2025-08-05 | cmd/compile: remove support for old-style bounds check calls | Keith Randall |
| 2025-08-04 | [dev.simd] all: merge master (7a1679d) into dev.simd | Cherry Mui |
| 2025-08-01 | [dev.simd] cmd/compile: changes for AVX2 SIMD masked load/store | David Chase |
| 2025-07-30 | cmd/compile: add floating point min/max intrinsics on s390x | Michael Munday |
| 2025-07-30 | all: remove redundant Swiss prefixes | Michael Pratt |
| 2025-07-30 | all: remove GOEXPERIMENT=swissmap | Michael Pratt |
| 2025-07-24 | cmd/compile,runtime: remember idx+len for bounds check failure with less code | Keith Randall |
| 2025-07-22 | cmd/compile: fix loclist for heap return vars without optimizations | Derek Parker |
| 2025-06-10 | [dev.simd] all: merge master (773701a) into dev.simd | Cherry Mui |
| 2025-06-04 | Revert "cmd/compile: Enable inlining of tail calls" | Cherry Mui |
| 2025-05-28 | [dev.simd] cmd/compile: adapters for simd | David Chase |
| 2025-05-21 | cmd/compile/internal/walk: use global zeroVal in interface conversions for ze... | thepudds |
| 2025-05-19 | cmd/compile: allocate backing store for append on the stack | Keith Randall |
| 2025-05-01 | cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64 | Joel Sing |
| 2025-04-21 | cmd/compile: ensure we evaluate side effects of len() arg | Keith Randall |
| 2025-04-18 | cmd/compile: use the builtin clear | apocelipes |
| 2025-04-09 | cmd/compile: fix the test for ABI specification so it works right w/ generics | David Chase |
| 2025-04-04 | cmd/compile: on 32-bit, bump up align for values that may contain 64-bit fields | Keith Randall |
| 2025-04-04 | cmd/compile: aggregate scalar allocations for heap escapes | Keith Randall |
| 2025-03-11 | cmd/compile: Enable inlining of tail calls | Alexander Musman |
| 2025-02-25 | cmd/compile, runtime: use PC of deferreturn for panic transfer | David Chase |
| 2025-02-25 | internal/abi: use arch family instead of arch string | Keith Randall |
| 2025-02-19 | cmd/compile, runtime: use deferreturn as target PC for recover from deferrang... | David Chase |
| 2025-02-04 | cmd/compile: include liveness info in GOSSAFUNC output | David Chase |
| 2024-12-21 | cmd/compile: load map length with the right type | Cherry Mui |
| 2024-11-19 | cmd/compiler,internal/runtime/atomic: optimize Cas{64,32} on loong64 | Guoqi Chen |