| Age | Commit message (Expand) | Author |
| 2022-11-10 | os/signal/internal/pty: use libc (not cgo) on macOS | Russ Cox |
| 2022-11-10 | internal/reflectlite: use unsafe.String in name.name and name.tag | Tobias Klauser |
| 2022-11-10 | internal/types: fix the iota value in error code declarations | Robert Findley |
| 2022-11-09 | cmd/go: decide whether to install .a based on number of CgoFiles | Michael Matloob |
| 2022-11-09 | crypto/x509: allow BoringCrypto to use 4096-bit keys | Russ Cox |
| 2022-11-09 | all: add missing copyright header | cui fliter |
| 2022-11-09 | io: correctly process result of sendfile(2) when src returns 0 bytes | Daulet Zhanguzin |
| 2022-11-08 | runtime internal/cpu: rename "Zeus" "NeoverseV1". | Matthew Horsnell |
| 2022-11-08 | net: unify CNAME handling across ports | Russ Cox |
| 2022-11-08 | internal/coverage/slicereader: use unsafe.String | Tobias Klauser |
| 2022-11-07 | internal/bytealg: add PCALIGN to indexbodyp9 function on ppc64x | Archana R |
| 2022-11-05 | all: fix comment typos | Dan Kortschak |
| 2022-11-01 | internal/testenv: adjust timeout calculations in CommandContext | Bryan C. Mills |
| 2022-11-01 | cmd/{go,cover}: fix for -coverprofile path capture with local pkg | Than McIntosh |
| 2022-11-01 | net: use libc (not cgo) for DNS on macOS | Russ Cox |
| 2022-11-01 | internal/testenv: move helpers related to os/exec to a separate file | Bryan C. Mills |
| 2022-10-31 | internal/testenv: remove RunWithTimout | Bryan C. Mills |
| 2022-10-31 | internal/testenv: add CommandContext and Command | Bryan C. Mills |
| 2022-10-31 | internal/bytealg: fix bug in index function for ppc64le/power9 | Archana R |
| 2022-10-28 | cmd/go: don't install most GOROOT .a files in pkg | Michael Matloob |
| 2022-10-28 | cmd/compile: Enables PGO in Go and performs profile-guided inlining | Raj Barik |
| 2022-10-26 | go/types, types2: use correct shift value when typechecking constant shift | Robert Griesemer |
| 2022-10-26 | all: delete riscv64 non-register ABI fallback path | Wayne Zuo |
| 2022-10-24 | go/types, types2: implement alternative comparable semantics | Robert Griesemer |
| 2022-10-24 | internal/abi, internal/buildcfg: always enable register ABI on riscv64 | Wayne Zuo |
| 2022-10-18 | go,cmd,internal: update to anticipate missing targets and .a files | Michael Matloob |
| 2022-10-18 | internal/godebug: remove dependency on os | Russ Cox |
| 2022-10-17 | internal/fuzz: write shorter testdata corpus file names | Russ Cox |
| 2022-10-17 | runtime: run TestCgoSigfwd on all Unix platforms | Austin Clements |
| 2022-10-14 | cmd/go: enable -msan on freebsd/amd64 | Dmitri Goutnik |
| 2022-10-12 | go/types, types2: better error if there's a field with the name of a missing ... | Robert Griesemer |
| 2022-10-12 | arena: add experimental arena package | Michael Anthony Knyszek |
| 2022-10-12 | all: prevent fakePC overflow on 386 in libfuzzer mode | Cuong Manh Le |
| 2022-10-11 | internal/coverage: minor code cleanups | Than McIntosh |
| 2022-10-10 | internal/types/errors: add InvalidSyntaxTree error | Robert Griesemer |
| 2022-10-10 | internal/types/errors: rename UntypedNil to UntypedNilUse | Robert Griesemer |
| 2022-10-10 | internal/types/errors: export error codes | Robert Griesemer |
| 2022-10-10 | internal/types/errors: add package | Robert Griesemer |
| 2022-10-10 | go/types, types2: better error for generic type decl. with missing constraint | Robert Griesemer |
| 2022-10-08 | os: use poll.fdMutex for Plan 9 files | Ian Lance Taylor |
| 2022-10-07 | internal/poll, internal/syscall/unix, syscall: move writev definition for sol... | Tobias Klauser |
| 2022-10-07 | internal/poll, net, syscall: enable writev on aix | Tobias Klauser |
| 2022-10-05 | go/types, types2: use consistent error messages for invalid struct literals | Robert Griesemer |
| 2022-10-04 | cmd/internal/sys: migrate support.go functions to new internal pkg | Than McIntosh |
| 2022-09-30 | internal/singleflight: avoid race between multiple Do calls | Cuong Manh Le |
| 2022-09-30 | internal/singleflight: fix duplicate deleting key when ForgetUnshared called | Cuong Manh Le |
| 2022-09-30 | internal: fix a few function names on comments | cui fliter |
| 2022-09-30 | internal/buildcfg: enabled CoverageRedesign GOEXPERIMENT by default | Than McIntosh |
| 2022-09-30 | internal/profile: omit comparison tool bool constant | cuiweixie |
| 2022-09-29 | internal: use io.SeekStart, io.SeekCurrent, and io.SeekEnd | cuiweixie |