| Age | Commit message (Expand) | Author |
| 2025-11-24 | runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks | David Finkel |
| 2025-10-29 | runtime: use internal/strconv | Russ Cox |
| 2025-10-21 | all: eliminate unnecessary type conversions | Jes Cok |
| 2025-08-05 | cmd: remove dead code | qiulaidongfeng |
| 2025-07-24 | cmd/internal/goobj: make error output clear | wingrez |
| 2025-05-01 | cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64 | Joel Sing |
| 2025-01-28 | runtime: rename mapiterinit and mapiternext | Michael Pratt |
| 2024-12-06 | cmd/internal/goobj: add missing symbol align field in top level doc | Paul Cacheux |
| 2024-11-19 | cmd/compiler,internal/runtime/atomic: optimize Cas{64,32} on loong64 | Guoqi Chen |
| 2024-11-12 | cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64 | Guoqi Chen |
| 2024-11-08 | cmd/internal/goobj: regenerate builtinlist | Ian Lance Taylor |
| 2024-11-07 | cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64 | Guoqi Chen |
| 2024-09-16 | cmd/compile/internal/typecheck: remove getcallerpc/sp builtin signature | Michael Pratt |
| 2024-09-10 | cmd/compile: optimize []byte(string1 + string2) | Paschalis Tsilias |
| 2024-09-06 | cmd/internal: use t.TempDir in tests | Kir Kolyshkin |
| 2024-09-04 | all: fix printf(var) mistakes detected by latest printf checker | Alan Donovan |
| 2024-08-09 | cmd/compile: add basic wasmexport support | Cherry Mui |
| 2024-05-21 | cmd/compile: for rangefunc, add checks and tests, fix panic interactions | David Chase |
| 2024-05-15 | cmd/link: disallow pull-only linknames | Cherry Mui |
| 2024-05-10 | cmd/compile, cmd/link: disallow linkname of some newly added internal functions | Cherry Mui |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-11-15 | cmd/compile: check for iteration after range func loop exit | David Chase |
| 2023-10-19 | all: drop old +build lines | Dmitri Shuralyov |
| 2023-08-24 | cmd/internal/goobj: fix the size of Header | mstmdev |
| 2023-07-28 | cmd/internal/goobj: use unsafe.String in toString func | Jes Cok |
| 2023-05-23 | cmd/internal/goobj: update builtin list | Guoqi Chen |
| 2023-05-02 | cmd/link: remove allocation in decoding type name | Cherry Mui |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcID_* consts into internal/abi | Austin Clements |
| 2023-04-05 | cmd/internal/obj: generate SEH aux symbols for windows/amd64 | qmuntal |
| 2023-03-02 | all: implement wasmimport directive | Evan Phoenix |
| 2023-02-06 | cmd/internal/obj: flag init functions in object file | Than McIntosh |
| 2023-01-20 | all: fix typos in go file comments | Marcel Meyer |
| 2022-11-15 | cmd/internal/goobj: use testenv.Command instead of exec.Command in tests | Bryan C. Mills |
| 2022-11-10 | cmd/internal/obj: reduce allocations in object file writing | Cherry Mui |
| 2022-10-14 | cmd/compile,cmd/link,runtime: add start line numbers to func metadata | Michael Pratt |
| 2022-09-29 | cmd: fix a few function names on comments | cui fliter |
| 2022-09-20 | all: replace package ioutil with os and io in src | Andy Pan |
| 2022-08-09 | all: use ":" for compiler generated symbols | Cuong Manh Le |
| 2022-05-20 | cmd/compile: intercept string compares in libFuzzer mode | Khaled Yakdan |
| 2022-05-12 | cmd/link: remove name expansion logic | Cherry Mui |
| 2022-05-11 | cmd/asm: require -p flag | Cherry Mui |
| 2022-05-11 | cmd/internal/obj: add a flag to not write referenced symbol names in object file | Cherry Mui |
| 2022-05-05 | cmd: use 128-bit SHA256 & encode in base64 for content hashes | Russ Cox |
| 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 |
| 2022-03-22 | cmd/compile, cmd/link: produce unlinkable object when compile without -p | Cherry Mui |
| 2021-10-28 | cmd/internal/goobj: bump version number | Cherry Mui |
| 2021-10-20 | cmd/internal/goobj: minor dead code cleanup | Than McIntosh |