| Age | Commit message (Expand) | Author |
| 2023-05-08 | go/types, types2: remove genericMultiExpr (inline it in genericExprList) | Robert Griesemer |
| 2023-05-08 | all: make safe for new vet analyzer | Russ Cox |
| 2023-05-08 | cmd/go/internal/envcmd: on unix pass script contents directly to sh -c | Michael Matloob |
| 2023-05-08 | runtime: remove TestCrashExitCode | qmuntal |
| 2023-05-08 | test: add memcombine testcases for ppc64 | Lynn Boger |
| 2023-05-08 | runtime: clean up extra M API | Michael Pratt |
| 2023-05-08 | math: optimize math.Abs on mipsx | Junxian Zhu |
| 2023-05-08 | cmd/go/internal/modfetch/codehost: explicitly specify GIT_DIR | Emily Shaffer |
| 2023-05-05 | internal/testenv: reduce init-time work for MustHaveExec | Bryan C. Mills |
| 2023-05-05 | go/types, types2: factor out maximum type computation | Robert Griesemer |
| 2023-05-05 | cmd/compile: allow more inlining of functions that construct closures | Than McIntosh |
| 2023-05-05 | cmd/compile: un-hide closure func if parent expr moved to staticinit | Than McIntosh |
| 2023-05-05 | cmd/compile: rework marking of dead hidden closure functions | Than McIntosh |
| 2023-05-05 | runtime, runtime/pprof: record instantiated symbol name in CPU profile | Cherry Mui |
| 2023-05-05 | cmd/link, runtime: include full symbol name for generic functions in runtime ... | Cherry Mui |
| 2023-05-05 | cmd/link: remove zdebug from ELF section header table | Cherry Mui |
| 2023-05-05 | cmd/link: remove elfsetstring out of the loader | Cherry Mui |
| 2023-05-05 | go/types, types2: better error message for bad assignment | Robert Griesemer |
| 2023-05-05 | go/types, types2: exclude untyped nil arguments early in type inference | Robert Griesemer |
| 2023-05-05 | internal/coverage/encodecounter: followup changes from code review | Than McIntosh |
| 2023-05-05 | cmd/dist: add explicit module version to generated go.mod | David Chase |
| 2023-05-05 | cmd/go: save checksums for go.mod files needed for go version lines | Bryan C. Mills |
| 2023-05-05 | cmd/compile: work with new bisect command | Russ Cox |
| 2023-05-05 | internal/bisect: copy from golang.org/x/tools/bisect | Russ Cox |
| 2023-05-05 | internal/abi: refactor (basic) type struct into one definition | David Chase |
| 2023-05-05 | cmd/compile: add "loop-transformed" (for whole loop) to logopt | David Chase |
| 2023-05-05 | math: optimize math.Abs on mips64x | Junxian Zhu |
| 2023-05-05 | Revert "runtime/cgo: store M for C-created thread in pthread key" | Chressie Himpel |
| 2023-05-05 | cmd/go: sanitize go env outputs | Michael Matloob |
| 2023-05-05 | cmd/go/internal/modfetch/codehost: skip tests that fail due to tag mismatches | Bryan C. Mills |
| 2023-05-05 | runtime: don't check the exit code in TestWERDialogue | qmuntal |
| 2023-05-04 | testenv: allow HasGoBuild to be false on -noopt builders | Bryan C. Mills |
| 2023-05-04 | log/slog: remove special float handling from JSONHandler | Jonathan Amsterdam |
| 2023-05-04 | runtime: don't run TestStackGrowth in parallel with other tests | Cherry Mui |
| 2023-05-04 | log/slog: rearrange package doc | Jonathan Amsterdam |
| 2023-05-04 | log/slog: Group takes ...any | Jonathan Amsterdam |
| 2023-05-04 | internal/testenv: remove HasExec and simplify other support checks again | Bryan C. Mills |
| 2023-05-04 | log/slog: built-in handler constructors take options as a second arg | Jonathan Amsterdam |
| 2023-05-04 | runtime/cgo: preserve VRs across crosscall_ppc64 on linux | Paul E. Murphy |
| 2023-05-04 | runtime/cgo: preserve nonvolatile VRs when crosscalling into Go on PPC64 | Paul E. Murphy |
| 2023-05-04 | cmd/fix: move cgo and 'go build' support checks into TestRewrite | Bryan C. Mills |
| 2023-05-04 | cmd/compile: fix bswap/load rewrite rules | Keith Randall |
| 2023-05-04 | go/types, types2: remove Config.EnableReverseTypeInference flag | Robert Griesemer |
| 2023-05-04 | go/types, types2: consider generic functions in inference simplify step | Robert Griesemer |
| 2023-05-04 | syscall: reduce memory allocated by UTF16FromString | Frediano Ziglio |
| 2023-05-04 | cmd/go: fix short tests on ios | Bryan C. Mills |
| 2023-05-04 | go/types, types2: rename generic function arguments | Robert Griesemer |
| 2023-05-04 | go/types, types2: make Checker.renameTParams work on any type | Robert Griesemer |
| 2023-05-04 | net: net remove completed return from cgo lookup functions | Mateusz Poliwczak |
| 2023-05-04 | all: add String for fs.{FileInfo,DirEntry} implementations | Ian Lance Taylor |