| Age | Commit message (Expand) | Author |
| 2026-02-02 | internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma... | ArsenySamoylov |
| 2024-05-08 | cmd/compile: avoid past-the-end pointer when zeroing | Keith Randall |
| 2023-11-22 | internal/abi, runtime, reflect, cmd: merge maxZero const into internal/abi | qiulaidongfeng |
| 2023-10-05 | cmd/compile/internal/ir: tweak a couple names | Matthew Dempsky |
| 2023-09-12 | cmd/compile: stop changing Field.Sym for parameters | Matthew Dempsky |
| 2023-09-12 | cmd/compile: rename OEFACE to OMAKEFACE and remove OCONVIDATA | Matthew Dempsky |
| 2023-09-05 | compile/internal/walk: add walkGrowslice | Egon Elbre |
| 2023-08-22 | cmd/compile/internal/typecheck: merge SubstArgTypes into LookupRuntime | Matthew Dempsky |
| 2023-08-22 | cmd/compile/internal/types: overhaul and simplify API | Matthew Dempsky |
| 2023-08-18 | cmd/compile/internal/typecheck: replace Temp calls with TempAt | Matthew Dempsky |
| 2023-08-14 | cmd/compile: remove reflectdata.{TypePtr,ITabAddr} wrappers | Matthew Dempsky |
| 2023-04-04 | all: fix misuses of "a" vs "an" | cui fliter |
| 2023-03-04 | cmd/compile/internal/ir: explicit Pos for New{Bool,Int,String} | Matthew Dempsky |
| 2022-09-01 | cmd/compile,runtime: redo growslice calling convention | Keith Randall |
| 2022-06-21 | [dev.unified] cmd/compile: extract rtype code from walk | Matthew Dempsky |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-03-24 | cmd/compile: refactor walkIndexMap | Cuong Manh Le |
| 2021-08-27 | cmd/compile: unexport Type.Width and Type.Align [generated] | Matthew Dempsky |
| 2021-07-24 | [dev.typeparams] cmd/compile: introduce OCONVIDATA op | Keith Randall |
| 2021-04-23 | cmd/compile: generalize fix for lvalue-init evaluation | Matthew Dempsky |
| 2021-04-23 | cmd/compile: make sure ascompatee walk lhs init statements | Cuong Manh Le |
| 2021-04-20 | cmd/compile: preserve pointerness when creating map key temp | Cherry Zhang |
| 2021-04-20 | all: remove redundant spaces before . and , | Yury Smolsky |
| 2021-04-13 | cmd/compile: make map functions ABI insensitive | Cherry Zhang |
| 2021-03-03 | cmd/compile: use abiutils for all rcvr/in/out frame offsets. | David Chase |
| 2021-01-25 | [dev.regabi] all: merge master (bf0f7c9) into dev.regabi | Matthew Dempsky |
| 2021-01-17 | [dev.regabi] cmd/compile: replace Node.HasCall with walk.mayCall | Matthew Dempsky |
| 2021-01-16 | [dev.regabi] cmd/compile: cleanup OAS2FUNC ordering | Matthew Dempsky |
| 2021-01-14 | [dev.regabi] cmd/compile: move more PAUTOHEAP to SSA construction | Matthew Dempsky |
| 2021-01-04 | [dev.regabi] cmd/compile: remove Name.Class_ accessors | Matthew Dempsky |
| 2021-01-03 | [dev.regabi] cmd/compile: remove walkReturn "common case" path | Matthew Dempsky |
| 2021-01-03 | [dev.regabi] cmd/compile: improve walkReturn common case | Matthew Dempsky |
| 2021-01-03 | [dev.regabi] cmd/compile: improve ascompatee | Matthew Dempsky |
| 2021-01-03 | [dev.regabi] cmd/compile: simplify walkReturn | Matthew Dempsky |
| 2021-01-02 | [dev.regabi] cmd/compile: remove Nodes.Set [generated] | Matthew Dempsky |
| 2021-01-02 | [dev.regabi] cmd/compile: remove {Ptr,Set}Init from Node interface | Matthew Dempsky |
| 2020-12-28 | [dev.regabi] cmd/compile: remove refersToCommonName | Matthew Dempsky |
| 2020-12-28 | [dev.regabi] cmd/compile: merge ascompatee, ascompatee1, and reorder3 | Matthew Dempsky |
| 2020-12-28 | [dev.regabi] cmd/compile: simplify and optimize reorder3 | Matthew Dempsky |
| 2020-12-23 | [dev.regabi] cmd/compile: split SliceExpr.List into separate fields | Matthew Dempsky |
| 2020-12-23 | [dev.regabi] cmd/compile: split up walkexpr1, walkstmt [generated] | Russ Cox |