| Age | Commit message (Expand) | Author |
| 2023-05-11 | mime/multipart: fix ReadForm always return (nil,io.EOF)ms-fix-multipart-readform | Shulhan |
| 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-11 | reflect: change rtype so that it (not *rtype) implements Type | David Chase |
| 2023-05-11 | reflect: replacing almost all use of *rtype with *abi.Type | David Chase |
| 2023-05-10 | reflect: move funcType to abi/type.go | David Chase |
| 2023-05-10 | reflect: prepare fieldnames for moving to abi/type.go | David Chase |
| 2023-05-10 | internal/abi,reflectlite,reflect,runtime: common up chan type | David Chase |
| 2023-05-10 | reflect: move more types, constants, functions into internal/abi | David Chase |
| 2023-05-10 | internal/reflectlite, runtime: move more constants and types into internal/abi | 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 | internal/godebug: make test godebug calls not vary | David Chase |
| 2023-05-10 | html: convert fuzz test to native Go fuzzing | Tobias Klauser |
| 2023-05-10 | cmd/compile: add ability to print extra information in bisect output | Russ Cox |
| 2023-05-10 | net/http: let ErrNotSupported match errors.ErrUnsupported | Ian Lance Taylor |
| 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 | encoding/csv: update doc comment of Read method | IvoGoman |
| 2023-05-10 | all: fix a lot of comments | cui fliter |
| 2023-05-10 | log/slog: test built-in handlers with slogtest | Jonathan Amsterdam |
| 2023-05-10 | log/slog: add json struct tags to Source | Jonathan Amsterdam |
| 2023-05-10 | cmd: use slices.Equal to simplify code | cui fliter |
| 2023-05-10 | runtime: fix misaligned SP for libfuzzer entry | Keith Randall |
| 2023-05-09 | syscall,internal/poll: move pipe check from syscall.Seek to callers | qmuntal |
| 2023-05-09 | internal/bisect: adjust stack PCs relative to Callers[2] | David Chase |
| 2023-05-09 | cmd/go: fix cgo prefix mapping for non-vendored modules | qmuntal |
| 2023-05-09 | runtime: exclude extra M's from debug.SetMaxThreads | Michael Pratt |
| 2023-05-09 | misc/wasm: add wasmer to wasip1 script | Johan Brandhorst-Satzkorn |
| 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 | runtime: calculate nanoseconds in usleep on linux/loong64 | Guoqi Chen |
| 2023-05-09 | net: correct Dialer.ControlContext documentation | Jabar Asadi |
| 2023-05-09 | cmd/link/internal/ppc64: fix export of R_DWARFSECREF to ELF on ppc64 | Paul E. Murphy |
| 2023-05-09 | net/http: regenerate h2_bundle.go | Bryan C. Mills |
| 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 |