| Age | Commit message (Expand) | Author |
| 2026-03-18 | cmd/compile: allow halt flag to run concurrently | Daniel Morsing |
| 2026-03-02 | cmd/compile: add concurrency-ok property to some compiler debug flags | David Chase |
| 2026-02-21 | cmd/compile: add flag for emitting diagnostics unsorted | Daniel Morsing |
| 2026-02-03 | cmd/compile: add astdump debug flag | David Chase |
| 2025-11-26 | cmd/compile: introduce alias analysis and automatically free non-aliased memo... | thepudds |
| 2025-11-26 | cmd/compile: adjust start heap size | David Chase |
| 2025-11-18 | cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compressed instructions on ri... | Joel Sing |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 2025-10-14 | cmd/compile: disable use of new saturating float-to-int conversions | David Chase |
| 2025-10-09 | cmd/compile: modify float-to-[u]int so that amd64 and arm64 match | David Chase |
| 2025-10-03 | cmd/compile: don't treat devel compiler as a released compiler | Cherry Mui |
| 2025-09-15 | all: replace strings.Split with strings.SplitSeq | 1911860538 |
| 2025-09-15 | cmd/compile,cmd/gofmt: use reflect.TypeFor | apocelipes |
| 2025-06-30 | cmd/compile/internal/escape: add debug hash for literal allocation optimizations | thepudds |
| 2025-05-20 | cmd/compile/internal/escape: additional constant and zero value tests and log... | thepudds |
| 2025-04-15 | cmd/compile/internal/escape: add hash for bisecting stack allocation of varia... | thepudds |
| 2024-11-13 | cmd/compile, cmd/link: add FIPS verification support | Russ Cox |
| 2024-09-09 | cmd/compile: emit tail call wrappers when possible | amusman |
| 2024-07-30 | cmd/compile: add "deadlocals" pass to remove unused locals | David Chase |
| 2024-06-21 | cmd/internal: separate counter package from telemetry package | Michael Matloob |
| 2024-05-21 | cmd/compile: disable AlignHot on plan9/386 | David du Colombier |
| 2024-05-15 | cmd/link: disallow pull-only linknames | Cherry Mui |
| 2024-05-15 | cmd/compile, cmd/internal: fine-grained fiddling with loop alignment | David Chase |
| 2024-05-09 | cmd/compile: add support for telemetry | Michael Matloob |
| 2024-04-09 | cmd/compile/internal/base: enable stack slot merging by default | Than McIntosh |
| 2024-04-09 | cmd/compile/internal/liveness: enhance mergelocals for addr-taken candidates | Than McIntosh |
| 2024-04-09 | cmd/compile/internal: merge stack slots for selected local auto vars | Than McIntosh |
| 2024-03-30 | Revert "cmd/compile/internal: merge stack slots for selected local auto vars" | Cuong Manh Le |
| 2024-03-29 | cmd/compile/internal: merge stack slots for selected local auto vars | Than McIntosh |
| 2024-03-19 | all: use "unix" build tag where appropriate | Tobias Klauser |
| 2024-03-01 | cmd/compile: remove unnecessary fmt.Sprintf call | guoguangwu |
| 2024-01-31 | cmd/preprofile: Implement a tool to preprocess the PGO profile. | Jin Lin |
| 2024-01-22 | Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file." | Michael Pratt |
| 2024-01-22 | cmd/preprofile: Add preprocess tool to pre-parse the profile file. | Jin Lin |
| 2024-01-10 | cmd/compile: use hashed symbol name for go.shape types if too long | Than McIntosh |
| 2023-12-19 | cmd/compile: remove interfacecycles debug flag | Robert Griesemer |
| 2023-12-14 | all: remove newline characters after return statements | Danil Timerbulatov |
| 2023-11-16 | cmd/compile: allow disable of PGO function value devirtualization with flag | Michael Pratt |
| 2023-11-16 | cmd/compile/internal/inline: debug flag to alter score adjustments | Than McIntosh |
| 2023-11-16 | cmd/compile: add compiler debug flag to disable range func iterator checking | David Chase |
| 2023-09-30 | internal,cmd/internal: relocate covcmd package from std to cmd | Than McIntosh |
| 2023-09-19 | cmd/compile: add pgohash for debugging/bisecting PGO optimizations | Cherry Mui |
| 2023-09-15 | cmd/compile/internal/inline: add callsite trace output debugging flag | Than McIntosh |
| 2023-09-12 | cmd/compile/internal/base: keep Ctxt.Flag_optimize in sync with Flag.N | Than McIntosh |
| 2023-09-11 | cmd/compile/internal/staticinit: make staticopy safe | Matthew Dempsky |
| 2023-08-25 | cmd/compile: remove ErrorfVers and base.Flag.Lang hack | Matthew Dempsky |
| 2023-08-22 | cmd/internal/objabi,cmd/compile: move NoInstrumentPkgs and NoRacePkgs to PkgS... | Austin Clements |
| 2023-08-22 | cmd/compile: add all runtime package dependencies to NoInstrumentPkgs | Austin Clements |
| 2023-08-22 | cmd/compile,cmd/dist,cmd/go: compute -+ flag from package path | Austin Clements |
| 2023-08-21 | cmd/compile: move racewalk comment to walk/race.go | Austin Clements |