| Age | Commit message (Expand) | Author |
| 2024-01-25 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2024-01-24 | src/cmd/relnote, doc/next: add release note check | Jonathan Amsterdam |
| 2024-01-24 | cmd/go: add GORISCV64 environment variable | Mark Ryan |
| 2024-01-23 | cmd/go/internal/str,cmd/go/internal/work: remove redundant Contains | apocelipes |
| 2024-01-23 | net,internal/poll: load ws2_32.dll only when net is imported | qmuntal |
| 2024-01-23 | net: move cgo-using darwin test to separate package | Russ Cox |
| 2024-01-23 | cmd/go: add test case for issue 64738 | Russ Cox |
| 2024-01-23 | cmd/cgo/internal/test: skip TestCallbackCallersSEH when internal linking | qmuntal |
| 2024-01-23 | cmd/compile/internal/ssagen,runtime: merge trace consts into internal/abi | qiulaidongfeng |
| 2024-01-23 | cmd/compile: use MapMaxKeyBytes,MapMaxElemBytes,MapBucketCount of internal/abi | qiulaidongfeng |
| 2024-01-23 | cmd/compile: improve integer comparisons with numeric bounds | Jorropo |
| 2024-01-22 | Revert "cmd/preprofile: Add preprocess tool to pre-parse the profile file." | Michael Pratt |
| 2024-01-22 | cmd/preprofile: Add preprocess tool to pre-parse the profile file. | Jin Lin |
| 2024-01-22 | all: update vendored dependencies | Cherry Mui |
| 2024-01-22 | cmd/compile: fix typo in comment | Rulin Tang |
| 2024-01-22 | cmd/compile/internal/ssa: fix typo in sccp | Wingrez |
| 2024-01-22 | cmd/link,runtime: merge minfunc const info internal/abi | qiulaidongfeng |
| 2024-01-22 | go/types, types2: typeparams.IndexExpr must not be an ast.Expr | Rob Findley |
| 2024-01-19 | cmd/trace/v2: emit user log annotations in all views | Michael Anthony Knyszek |
| 2024-01-18 | cmd/go/internal/modfetch: set protocol.version=2 for shallow git fetches | Bryan C. Mills |
| 2024-01-18 | go/types, types2: fix range clause checks for constant range expressions | Robert Griesemer |
| 2024-01-17 | cmd/compile: call types2.Unalias to be ready for GODEBUG=gotypesalias=1 | Robert Griesemer |
| 2024-01-11 | go/types, types2: don't lose position info of interface embeddings | Robert Griesemer |
| 2024-01-11 | cmd/compile: document go:wasmimport directive | Mauri de Souza Meneguzzo |
| 2024-01-10 | cmd/compile: use hashed symbol name for go.shape types if too long | Than McIntosh |
| 2024-01-08 | cmd/doc: fix inconsistent receiver name | Mehdi Mostafavi |
| 2024-01-08 | cmd/compile: handle defined iter func type correctly | Cuong Manh Le |
| 2024-01-05 | cmd/go: run cover tool before swig | Than McIntosh |
| 2024-01-04 | cmd/api: fix panic on exported basic type aliases | Devon H. O'Dell |
| 2023-12-21 | cmd/compile: handle constant-folding of an out-of-range jump table index | Keith Randall |
| 2023-12-19 | doc/go1.22,cmd/go: document that 'go mod init' no longer imports from other v... | Bryan C. Mills |
| 2023-12-19 | cmd/go/internal/toolchain: revert "make a best effort to parse 'go run' and '... | Russ Cox |
| 2023-12-19 | cmd/compile: remove interfacecycles debug flag | Robert Griesemer |
| 2023-12-18 | Revert "cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16" | Than McIntosh |
| 2023-12-18 | cmd: go get golang.org/x/tools@83bceaf2 and revendor | Tim King |
| 2023-12-18 | cmd/link/internal/loadpe: update comment about @feat.00 symbol handling | qmuntal |
| 2023-12-18 | cmd/cgo/internal/testsanitizers: fix msan test failing with clang >= 16 | Mauri de Souza Meneguzzo |
| 2023-12-15 | all: fix copyright headers | Jes Cok |
| 2023-12-15 | cmd/asm: for arm, rewrite argument shifted right by 0 to left by 0. | Keith Randall |
| 2023-12-15 | cmd/asm: fix encoding for arm right shift by constant 0 | Keith Randall |
| 2023-12-14 | cmd/go/internal/toolchain: make a best effort to parse 'go run' and 'go insta... | Bryan C. Mills |
| 2023-12-14 | cmd/go/internal/modfetch: simplify a redundant condition | Bryan C. Mills |
| 2023-12-14 | cmd/go/internal/vcweb: set GIT_PROTOCOL in the git CGI handler | Bryan C. Mills |
| 2023-12-14 | all: remove newline characters after return statements | Danil Timerbulatov |
| 2023-12-13 | go/types, types2: report error for range over int if Go version < 1.22 | Robert Griesemer |
| 2023-12-13 | go/types, types2: better error message when missing method is unexported | Robert Griesemer |
| 2023-12-13 | go/types, types2: avoid confusing error message "have m(T), want m(T)" | Robert Griesemer |
| 2023-12-12 | cmd/cgo/internal/testsanitizers: check for go build and cgo in fuzzer and msa... | Mauri de Souza Meneguzzo |
| 2023-12-12 | go/types, types2: flip message contents for reverse type inference errors | Robert Griesemer |
| 2023-12-12 | go/types, types2: better error message for cases of reverse type inference | Robert Griesemer |