| Age | Commit message (Expand) | Author |
| 2023-01-20 | all: fix typos in go file comments | Marcel Meyer |
| 2023-01-17 | cmd/compile: fix static init inlining for hidden node fields | Matthew Dempsky |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-11-09 | all: fix some comments | cui fliter |
| 2022-10-27 | runtime: add wasm bulk memory operations | Garet Halliday |
| 2022-10-14 | cmd/compile,cmd/link,runtime: add start line numbers to func metadata | Michael Pratt |
| 2022-10-04 | cmd/cgo, cmd/compile, cmd/link: remove old style build tags | Russ Cox |
| 2022-10-03 | cmd/compile/internal: fix a few function names on comments | cui fliter |
| 2022-09-30 | cmd/compile: eagerly create LSym for closures | Michael Pratt |
| 2022-09-30 | Revert "cmd/cgo, cmd/compile, cmd/link: remove old style build tags" | Than McIntosh |
| 2022-09-30 | cmd/cgo, cmd/compile, cmd/link: remove old style build tags | Tobias Klauser |
| 2022-09-29 | cmd/compile/internal/ir: delete unused code | cuiweixie |
| 2022-09-27 | cmd/compile: add coverage fixup mode | Than McIntosh |
| 2022-09-27 | cmd/compile,cmd/link: hooks for identifying coverage counters | Than McIntosh |
| 2022-09-23 | cmd/compile/internal/ir: add missing import to mknode.go | Tobias Klauser |
| 2022-09-23 | cmd/compile: update bottomUpVisitor.visit comments | Cuong Manh Le |
| 2022-09-20 | all: replace package ioutil with os and io in src | Andy Pan |
| 2022-09-19 | cmd/compile: implement slice-to-array conversions | Matthew Dempsky |
| 2022-09-07 | cmd/compile/internal/ir: use strings.Builder | cuiweixie |
| 2022-09-02 | cmd/compile: remove go:notinheap pragma | Cuong Manh Le |
| 2022-08-31 | cmd/compile: redo mknode.go | Keith Randall |
| 2022-08-31 | cmd/compile: add support for unsafe.{String,StringData,SliceData} | cuiweixie |
| 2022-08-30 | cmd/compile: regenerate node_gen.go | Keith Randall |
| 2022-08-23 | cmd/compile: handle partially overlapping assignments | Keith Randall |
| 2022-08-22 | cmd/compile: remove OVARDEF and OVARLIVE | Keith Randall |
| 2022-08-22 | cmd/compile: rip out support for OVARKILL from compiler frontend | Keith Randall |
| 2022-08-18 | cmd/compile: remove OFORUNTIL | Keith Randall |
| 2022-08-10 | cmd/compile: refactor GOSSAHASH debugging to make it usable outside ssa package. | David Chase |
| 2022-08-09 | cmd/compile/internal/ir: prevent NewClosureVar misuse | Matthew Dempsky |
| 2022-08-09 | cmd/compile/internal/ir: better dump for OLINKSYMOFFSET | Matthew Dempsky |
| 2022-08-09 | all: use ":" for compiler generated symbols | Cuong Manh Le |
| 2022-07-19 | [dev.unified] all: merge master (8e1e64c) into dev.unified | David Chase |
| 2022-07-19 | cmd/compile: fix mknode script | Keith Randall |
| 2022-07-01 | [dev.unified] cmd/compile/internal/walk: RType fields for range assignments | Matthew Dempsky |
| 2022-06-23 | [dev.unified] cmd/compile: plumb rtype through OSWITCH/OCASE clauses | Matthew Dempsky |
| 2022-06-23 | [dev.unified] cmd/compile: plumb rtype through for OMAPLIT | Matthew Dempsky |
| 2022-06-23 | [dev.unified] cmd/compile: add RType fields | Matthew Dempsky |
| 2022-06-21 | [dev.unified] cmd/compile: avoid reflectType in ssagen | Matthew Dempsky |
| 2022-05-20 | cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra counters | Khaled Yakdan |
| 2022-05-19 | all: gofmt main repo | Russ Cox |
| 2022-05-16 | cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr} | Matthew Dempsky |
| 2022-05-13 | cmd/compile/internal/ir: remove PkgFuncName assumption that LocalPkg.Path == "" | Matthew Dempsky |
| 2022-05-13 | cmd/compile/internal/ir: remove NilExpr.Sym_ | Cuong Manh Le |
| 2022-05-05 | cmd/compile/internal/ir: remove FuncType and OTFUNC | Matthew Dempsky |
| 2022-05-05 | cmd/compile/internal/ir: prune down possible Ntype nodes | Matthew Dempsky |
| 2022-05-05 | cmd/compile: change ir.InstExpr.Targs from Node to Ntype | Matthew Dempsky |
| 2022-05-05 | cmd/compile: remove ir.TypeAssertExpr.Ntype | Matthew Dempsky |
| 2022-05-05 | cmd/compile: remove ir.CompLitExpr.Ntype field | Matthew Dempsky |
| 2022-05-05 | cmd/compile: change ir.NewCompLitExpr from Ntype to *types.Type | Matthew Dempsky |
| 2022-05-05 | cmd/compile: remove ir.Name.Ntype | Matthew Dempsky |