| Age | Commit message (Expand) | Author |
| 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-13 | [dev.simd] cmd/compile: more support for cpufeatures | David Chase |
| 2025-10-03 | cmd/compile: accounts rematerialize ops's output reginfo | Junyang Shao |
| 2025-08-14 | [dev.simd] cmd/compile: accounts rematerialize ops's output reginfo | Junyang Shao |
| 2025-08-01 | [dev.simd] cmd/compile: changes for AVX2 SIMD masked load/store | David Chase |
| 2025-07-14 | [dev.simd] cmd/compile: mark SIMD types non-fat | Junyang Shao |
| 2025-07-11 | [dev.simd] cmd/compile: exclude simd vars from merge local | Junyang Shao |
| 2025-04-16 | all: use strings.ReplaceAll where applicable | Marcel Meyer |
| 2025-03-12 | cmd/compile: use FMA on plan9, and drop UseFMA | Russ Cox |
| 2025-02-25 | cmd/compile, runtime: use PC of deferreturn for panic transfer | David Chase |
| 2025-02-19 | cmd/compile, runtime: use deferreturn as target PC for recover from deferrang... | David Chase |
| 2024-08-07 | cmd/compile: rewrite the constant parts of the prove pass | khr@golang.org |
| 2024-06-10 | cmd/compile/internal/ssa: fix DWARF location expr for .closureptr | Than McIntosh |
| 2024-05-15 | cmd/compile, cmd/internal: fine-grained fiddling with loop alignment | David Chase |
| 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 |
| 2023-12-14 | all: remove newline characters after return statements | Danil Timerbulatov |
| 2023-11-27 | all: fix field names | cui fliter |
| 2023-10-04 | cmd/compile: adjust GOSSAFUNC html dumping to be more ABI-aware | David Chase |
| 2023-09-08 | cmd/compile/internal/ssa: replace Frontend.Auto with Func.NewLocal | Matthew Dempsky |
| 2023-09-08 | cmd/compile/internal/ssa: remove Frontend.MyImportPath | Matthew Dempsky |
| 2023-09-08 | cmd/compile/internal/ssa: simplify NewFunc API | Matthew Dempsky |
| 2023-05-10 | cmd/compile: add ability to print extra information in bisect output | Russ Cox |
| 2023-05-09 | cmd/compile: use more of internal/bisect in HashDebug | Russ Cox |
| 2023-04-07 | cmd/compile: minor cleanup to HashDebugPos | David Chase |
| 2023-02-16 | cmd/compile: detect write barrier completion differently | Keith Randall |
| 2022-12-03 | all: fix some comments for method | cui fliter |
| 2022-11-17 | cmd/compile: teach regalloc about temporary registers | Keith Randall |
| 2022-11-10 | cmd/compile: add ability to hash-debug on file:line, including inlining | David Chase |
| 2022-11-03 | cmd/compile: add debug-hash flag for fused-multiply-add | David Chase |
| 2022-11-02 | cmd/compile: renovate GOSSAHASH | David Chase |
| 2022-10-31 | cmd/compile: add cache of sizeable objects so they can be reused | Keith Randall |
| 2022-10-31 | cmd/compile: separate out sparsemaps that need position | Keith Randall |
| 2022-08-17 | cmd/compile: gofmt -w -s | hopehook |
| 2022-08-10 | cmd/compile: refactor GOSSAHASH debugging to make it usable outside ssa package. | David Chase |
| 2022-04-29 | [dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256 | Russ Cox |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-01 | all: fix various doc comment formatting nits | Russ Cox |
| 2021-09-20 | cmd/compile: extend dump-to-file to handle "genssa" (asm) case. | David Chase |
| 2021-05-08 | cmd/compile: manage Slot array better | David Chase |
| 2021-04-16 | cmd/compile: spill all the parameters around morestack | David Chase |
| 2021-04-06 | cmd/compile: when GOSSAFUNC is set, dump the current pass on crash | Cherry Zhang |
| 2021-03-13 | all: remove duplicate words | John Bampton |
| 2021-02-24 | cmd/compile: plumb abi info into ssagen/ssa | David Chase |
| 2021-01-20 | [dev.regabi] cmd/compile: late expansion of return values | David Chase |
| 2021-01-13 | [dev.regabi] cmd/compile: add code to support register ABI spills around more... | David Chase |
| 2020-12-08 | [dev.regabi] cmd/compile: add ssa.Aux tag interface for Value.Aux | Matthew Dempsky |
| 2020-12-01 | cmd/compile: do not mark OpSP, OpSB pos for debugging | Cuong Manh Le |