| Age | Commit message (Expand) | Author |
| 2025-05-20 | internal/pkgbits: rename RelocEnt to RefTableEntry | Mark Freeman |
| 2025-05-20 | cmd/compile/internal/noder: mark Ref[T] as a primitive | Mark Freeman |
| 2025-05-19 | cmd/compile/internal/noder: mark Sync as a primitive | Mark Freeman |
| 2025-05-19 | cmd/compile/internal/noder: document SectionPkg | Mark Freeman |
| 2025-05-19 | cmd/compile/internal/noder: format grammar | Mark Freeman |
| 2025-05-19 | cmd/compile/internal/noder: document the PosBase section | Mark Freeman |
| 2025-05-19 | std: pass bytes.Buffer and strings.Builder by pointer | Alan Donovan |
| 2025-05-14 | internal/pkgbits, cmd/compile/internal/noder: document string section | Mark Freeman |
| 2025-05-12 | internal/pkgbits: rename Reloc* to Section* | Mark Freeman |
| 2025-05-09 | cmd/compile/internal/noder: begin documenting meta section | Mark Freeman |
| 2025-05-08 | cmd/compile/internal/noder: begin a formal UIR grammar. | Mark Freeman |
| 2025-05-06 | pkgbits: replace references to RelocKind with SectionKind | Mark Freeman |
| 2025-03-11 | cmd/compile: Enable inlining of tail calls | Alexander Musman |
| 2025-02-15 | std: add //go:fix inline directives to some deprecated functions | Alan Donovan |
| 2024-11-22 | internal/exportdata, cmd/compile/internal/noder: merge export data handling | Tim King |
| 2024-11-12 | cmd/compile/internal/noder,go/internal/gcimporter: return an error if not an ... | Tim King |
| 2024-11-08 | cmd/compile/internal/noder: replace recompile library error messages | Tim King |
| 2024-11-04 | cmd/compile: fix mis-compilation with labeled fallthrough | Cuong Manh Le |
| 2024-11-04 | cmd/compile: fix inlining name mangling for blank label | Cuong Manh Le |
| 2024-10-07 | cmd/compile: avoid dynamic type when possible | Cuong Manh Le |
| 2024-09-11 | cmd/compile: remove types.Type rparams field | Cuong Manh Le |
| 2024-09-09 | cmd/compile: emit tail call wrappers when possible | amusman |
| 2024-09-05 | cmd/compile: use slices.{Sort,SortFunc} | Cuong Manh Le |
| 2024-09-04 | cmd: do not use notsha256 | Cuong Manh Le |
| 2024-08-28 | cmd/compile/internal/noder: write V2 bitstream aliastypeparams=1 | Tim King |
| 2024-08-26 | cmd/compile: deprecate derived info needed field | Cuong Manh Le |
| 2024-08-23 | cmd/compile/internal: write type parameters for aliases | Tim King |
| 2024-08-20 | cmd/compile: deprecate has init and derived func instance | Tim King |
| 2024-08-20 | cmd/compile/internal/noder: reduce clutter a bit (cosmetic changes) | Robert Griesemer |
| 2024-08-09 | cmd/compile: add basic wasmexport support | Cherry Mui |
| 2024-07-31 | cmd/compile: add comment for the context on mismatch import path | Cuong Manh Le |
| 2024-07-24 | cmd/compile: restore not-in-heap check for map/channel type | Cuong Manh Le |
| 2024-07-23 | cmd/compile: prevent un-necessary wrapping in switch statement | Cuong Manh Le |
| 2024-07-23 | runtime,internal: move runtime/internal/sys to internal/runtime/sys | David Chase |
| 2024-07-22 | cmd/compile: retire "IsHiddenClosure" and "IsDeadcodeClosure" | Cuong Manh Le |
| 2024-07-16 | cmd/compile: fix recursive generic interface instantiation | Cuong Manh Le |
| 2024-07-03 | cmd/compile: fix mis-compilation when switching over channels | Cuong Manh Le |
| 2024-07-03 | cmd/compile: emit error message on mismatch import path | Cuong Manh Le |
| 2024-06-20 | cmd/compile: support generic alias type | Cuong Manh Le |
| 2024-06-12 | cmd/compile/internal: add a PGO devirt post-lookup cleanup hook | Than McIntosh |
| 2024-05-23 | runtime: move exit hooks into internal/runtime/exithook | Russ Cox |
| 2024-05-21 | cmd/compile: for rangefunc, add checks and tests, fix panic interactions | David Chase |
| 2024-05-20 | cmd/compile/internal/syntax: implement Pos.FileBase method (cleanup) | Robert Griesemer |
| 2024-05-20 | cmd/compile: initialize posBaseMap correctly | Robert Griesemer |
| 2024-05-15 | cmd/compile: disallow linkname referring to instantiations | Cherry Mui |
| 2024-05-15 | cmd/compile/internal/noder: enable type aliases in type checker | Matthew Dempsky |
| 2024-05-10 | cmd/compile, cmd/link: disallow linkname of some newly added internal functions | Cherry Mui |
| 2024-05-07 | go/types, types: represent any using Alias | Rob Findley |
| 2024-04-24 | cmd/compile: bail PGO method lookup on interface types | Michael Pratt |
| 2024-04-18 | go/types, types2: use types2.Config flag to control Alias node creation | Robert Griesemer |