| Age | Commit message (Expand) | Author |
| 2025-12-01 | cmd/compile: run go generate for internal/ir | Lin Lin |
| 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: change testing.B.Loop keep alive semantic | Junyang Shao |
| 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-14 | std: fix printf("%q", int) mistakes | Alan Donovan |
| 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-10-21 | all: eliminate unnecessary type conversions | Jes Cok |
| 2025-10-17 | all: correct name for comments | Jes Cok |
| 2025-10-09 | cmd/compile: call generated size-specialized malloc functions directly | Michael Matloob |
| 2025-10-08 | cmd/compile/internal/devirtualize: improve concrete type analysis | Mateusz Poliwczak |
| 2025-09-26 | [dev.simd] simd, cmd/compile: add 128 bit select-from-pair | David Chase |
| 2025-09-25 | [dev.simd] all: merge master (d70ad4e) into dev.simd | Cherry Mui |
| 2025-09-23 | cmd/compile/internal: support new(expr) | Alan Donovan |
| 2025-09-16 | [dev.simd] all: merge master (ca0e035) into dev.simd | Cherry Mui |
| 2025-09-15 | cmd/compile,cmd/gofmt: use reflect.TypeFor | apocelipes |
| 2025-09-03 | [dev.simd] all: merge master (4c4cefc) into dev.simd | Cherry Mui |
| 2025-08-22 | [dev.simd] cmd/compile: ensure the whole X15 register is zeroed | Cherry Mui |
| 2025-08-21 | cmd/compile: deduplication in the source code generated by mknode | Youlin Feng |
| 2025-08-14 | [dev.simd] all: merge master (924fe98) into dev.simd | Cherry Mui |
| 2025-08-05 | cmd: remove dead code | qiulaidongfeng |
| 2025-08-04 | [dev.simd] all: merge master (7a1679d) into dev.simd | Cherry Mui |
| 2025-07-25 | cmd/compile: remove unused arg from gorecover | Keith Randall |
| 2025-07-24 | cmd/compile,runtime: remember idx+len for bounds check failure with less code | Keith Randall |
| 2025-07-24 | cmd/compile: use better fatal message for staticValue1 | Cuong Manh Le |
| 2025-06-23 | [dev.simd] cmd/compile: generate function body for bodyless intrinsics | Cherry Mui |
| 2025-06-04 | Revert "cmd/compile: Enable inlining of tail calls" | Cherry Mui |
| 2025-05-27 | cmd/compile/internal/walk: use original type for composite literals in addrTemp | thepudds |
| 2025-05-21 | cmd/compile/internal/walk: use global zeroVal in interface conversions for ze... | thepudds |
| 2025-05-01 | cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64 | Joel Sing |
| 2025-04-04 | cmd/compile: aggregate scalar allocations for heap escapes | Keith Randall |
| 2025-04-02 | cmd/compile: changed variable name due to shadowing of package name min | Sergey Slukin |
| 2025-04-02 | cmd/compile: Remove unused 'NoInline' field from CallExpr stucture | Alexander Musman |
| 2025-03-11 | cmd/compile: Enable inlining of tail calls | Alexander Musman |
| 2025-02-19 | cmd/compile/internal/ir: correct doc comment, miniNode in now 12 bytes | Mateusz Poliwczak |
| 2025-02-18 | cmd/compile: add ir.ContainsClosure | Cuong Manh Le |
| 2025-02-18 | cmd/compile/internal/ir: reduce size of miniExpr by 8 bytes | Mateusz Poliwczak |
| 2024-11-19 | cmd/compiler,internal/runtime/atomic: optimize Cas{64,32} on loong64 | Guoqi Chen |
| 2024-11-18 | cmd/compile: remove gc programs from stack frame objects | Keith Randall |
| 2024-11-12 | cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64 | Guoqi Chen |
| 2024-11-07 | cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64 | Guoqi Chen |
| 2024-10-26 | cmd/compile: use a non-fragile test for "does f contain closure c?" | David Chase |
| 2024-10-14 | all: wire up swisstable maps | Michael Pratt |
| 2024-10-07 | cmd/compile: avoid dynamic type when possible | Cuong Manh Le |
| 2024-09-23 | cmd/compile: remove obj.LSym(s) for assertI2I and assertI2I2 | 封幼林 |
| 2024-09-17 | runtime: move getcallersp to internal/runtime/sys | Michael Pratt |