| Age | Commit message (Expand) | Author |
| 2023-01-24 | all: fix some comments | cui fliter |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-09-06 | cmd/compile: gofmt comments | zhangyunhao |
| 2022-09-01 | cmd/compile,runtime: redo growslice calling convention | Keith Randall |
| 2022-08-31 | cmd/compile: add support for unsafe.{String,StringData,SliceData} | cuiweixie |
| 2022-08-08 | cmd/compile,runtime: panic when unsafe.Slice param is nil and > 0 | cuiweixie |
| 2022-06-21 | [dev.unified] cmd/compile: extract rtype code from walk | Matthew Dempsky |
| 2022-05-11 | cmd/compile,runtime: open code unsafe.Slice | Cuong Manh Le |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-01 | all: remove trailing blank doc comment lines | Russ Cox |
| 2022-04-01 | all: fix various doc comment formatting nits | Russ Cox |
| 2022-03-24 | cmd/compile: refactor walkIndexMap | Cuong Manh Le |
| 2021-10-06 | cmd/compile: simplify code in walkPrint | Josh Bleecher Snyder |
| 2021-08-27 | cmd/compile: unexport Type.Width and Type.Align [generated] | Matthew Dempsky |
| 2021-07-02 | [dev.typeparams] all: merge master (912f075) into dev.typeparams | Matthew Dempsky |
| 2021-07-01 | cmd/compile: make stack value size threshold comparisons consistent | go101 |
| 2021-06-30 | [dev.typeparams] all: merge master (4711bf3) into dev.typeparams | Matthew Dempsky |
| 2021-06-28 | cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil) | Matthew Dempsky |
| 2021-06-23 | [dev.typeparams] cmd/compile: desugar ORECOVER into ORECOVERFP | Matthew Dempsky |
| 2021-06-23 | [dev.typeparams] cmd/compile: allow typecheck of OCHECKNIL | Matthew Dempsky |
| 2021-05-02 | cmd/compile: implement unsafe.Add and unsafe.Slice | Matthew Dempsky |
| 2021-04-29 | cmd/compile/internal/walk: merge operations when calling ir.NewSlic… | cuiweixie |
| 2021-04-20 | cmd/compile: preserve pointerness when creating map key temp | Cherry Zhang |
| 2021-03-30 | cmd/compile: be sure to wrap defer/go calls with arguments | Cherry Zhang |
| 2021-01-17 | [dev.regabi] cmd/compile: refactor temp construction in walk | Matthew Dempsky |
| 2021-01-16 | [dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent... | Dan Scales |
| 2021-01-16 | [dev.regabi] cmd/compile: remove ONEWOBJ | Cuong Manh Le |
| 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-23 | [dev.regabi] cmd/compile: split SliceExpr.List into separate fields | Matthew Dempsky |
| 2020-12-23 | [dev.regabi] cmd/compile: split SliceHeaderExpr.LenCap into separate fields | Matthew Dempsky |
| 2020-12-23 | [dev.regabi] cmd/compile: split up walkexpr1, walkstmt [generated] | Russ Cox |