| Age | Commit message (Expand) | Author |
| 2023-05-11 | runtime: redefine _type to abi.Type; add rtype for methods. | David Chase |
| 2023-05-11 | internal/bisect: copy parser changes from CL 494177 | Russ Cox |
| 2023-05-10 | internal/abi,reflectlite,reflect,runtime: common up chan type | David Chase |
| 2023-05-10 | internal/abi: common up ArrayType | David Chase |
| 2023-05-10 | internal/abi: common up some offset/size functions | David Chase |
| 2023-05-10 | cmd/link: clean up per-binary slice creation in ld | David Chase |
| 2023-05-10 | internal/abi: common up Method, Imethod, UncommonType types | David Chase |
| 2023-05-10 | cmd/compile: add ability to print extra information in bisect output | Russ Cox |
| 2023-05-10 | go/types, types2: move xlist next to targs in Checker.arguments signature | Robert Griesemer |
| 2023-05-10 | cmd/compile: add De Morgan's rewrite rule | Stefan |
| 2023-05-10 | go/types, types2: control type inference in Checker.funcInst via infer argument | Robert Griesemer |
| 2023-05-10 | cmd/go/internal: update documentation of go test and go generate | Shogo Hida |
| 2023-05-10 | cmd/go/internal/modload: skip reading go.mod files for imports in 'go mod tid... | Bryan C. Mills |
| 2023-05-10 | cmd/internal/obj/riscv: regenerate instruction encoding table | Meng Zhuo |
| 2023-05-10 | go/types, types2: explicitly look for nil type arguments in infer | Robert Griesemer |
| 2023-05-10 | all: fix a lot of comments | cui fliter |
| 2023-05-10 | cmd: use slices.Equal to simplify code | cui fliter |
| 2023-05-09 | cmd/go: fix cgo prefix mapping for non-vendored modules | qmuntal |
| 2023-05-09 | cmd/compile: remove FS debug hash form | Russ Cox |
| 2023-05-09 | cmd/compile: use more of internal/bisect in HashDebug | Russ Cox |
| 2023-05-09 | cmd/compile: standardize on outer-to-inner for pos lists | Russ Cox |
| 2023-05-09 | internal/godebug: add bisect support | Russ Cox |
| 2023-05-09 | cmd/link/internal/ppc64: fix export of R_DWARFSECREF to ELF on ppc64 | Paul E. Murphy |
| 2023-05-09 | cmd/compile/loopvar: adjust logging messages | David Chase |
| 2023-05-09 | cmd: vendor golang.org/x/tools/cmd/bisect | Russ Cox |
| 2023-05-09 | cmd: go get golang.org/x/tools@8f7fb01dd429 and revendor | Russ Cox |
| 2023-05-08 | go/types, types2: infer minimum default type for untyped arguments | Robert Griesemer |
| 2023-05-08 | go/types, types2: move functions for untyped constants into const.go | Robert Griesemer |
| 2023-05-08 | cmd/compile/internal/types2: pass pos argument to Checker.overflow | Robert Griesemer |
| 2023-05-08 | go/types, types2: remove genericMultiExpr (inline it in genericExprList) | Robert Griesemer |
| 2023-05-08 | cmd/go/internal/envcmd: on unix pass script contents directly to sh -c | Michael Matloob |
| 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 | 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 | 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 | 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/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 | 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 |