| Age | Commit message (Expand) | Author |
| 2022-11-21 | go/types, types2: report empty type sets in operand descriptions | Robert Griesemer |
| 2022-11-21 | cmd/compile: reject anonymous interface cycles | Matthew Dempsky |
| 2022-11-21 | cmd/dist: stop trying to access runtime/internal/sys.a in debug mode | Cherry Mui |
| 2022-11-21 | go/types, types2: better variable names, cleanups in test | Robert Griesemer |
| 2022-11-21 | go/types, cmd/compile: skip crypto/internal/bigmod/_asm in TestStdlib | Cherry Mui |
| 2022-11-21 | cmd/dist: update to assume Go 1.17.13 as minimal Go bootstrap version | Martin Möhrmann |
| 2022-11-21 | testing: skip TestVectoredHandlerExceptionInNonGoThread on windows-amd64-2012-* | Than McIntosh |
| 2022-11-21 | cmd/go,internal/platform: enable pie buildmode for windows/arm64 | qmuntal |
| 2022-11-21 | testing: skip flaky TestRaiseException on windows-amd64-2012-* | Than McIntosh |
| 2022-11-21 | crypto/internal/bigmod: add amd64 assembly core | Filippo Valsorda |
| 2022-11-21 | crypto/ecdsa: use bigmod and nistec instead of math/big and crypto/elliptic | Filippo Valsorda |
| 2022-11-21 | crypto/internal/bigmod: move nat implementation out of crypto/rsa | Filippo Valsorda |
| 2022-11-21 | crypto/ed25519: implement Ed25519ctx and Ed25519ph with context | Filippo Valsorda |
| 2022-11-21 | crypto/aes: On ppc64le, use better instructions when available | Paul E. Murphy |
| 2022-11-19 | cmd/link: revise DLL import symbol handling | Than McIntosh |
| 2022-11-19 | cmd/link: add capturehostobjs debugging flag | Than McIntosh |
| 2022-11-19 | cmd/link: improved host archive debug trace output | Than McIntosh |
| 2022-11-19 | crypto/rsa: allocate nats on the stack for RSA 2048 | Filippo Valsorda |
| 2022-11-19 | crypto/rsa: use R*R multiplication to get into the Montgomery domain | Filippo Valsorda |
| 2022-11-19 | crypto/rsa: precompute moduli | Filippo Valsorda |
| 2022-11-19 | crypto/rsa: deprecate and de-optimize multi-prime RSA | Filippo Valsorda |
| 2022-11-19 | crypto/rsa: replace big.Int for encryption and decryption | Lúcás Meier |
| 2022-11-19 | crypto/ecdsa,crypto/x509: add encoding paths for NIST crypto/ecdh keys | Filippo Valsorda |
| 2022-11-19 | runtime: change tfork behaviour to unbreak openbsd/mips64 | Joel Sing |
| 2022-11-19 | net/http: deflake TestIssue4191_InfiniteGetTimeout | Damien Neil |
| 2022-11-19 | net/http: direct server logs to test output in tests | Damien Neil |
| 2022-11-18 | net/http: regenerate h2_bundle.go | Dmitri Shuralyov |
| 2022-11-18 | crypto/x509: implement SetFallbackRoots | Roland Shoemaker |
| 2022-11-18 | all: update golang.org/x/crypto to 2c476679df9a | Filippo Valsorda |
| 2022-11-18 | cmd/compile: package-annotate structs when error would be ambiguous | David Chase |
| 2022-11-18 | cmd/go: don't report non-go files in CompiledGoFiles | Michael Matloob |
| 2022-11-18 | cmd/go/internal/script: check lack of error for non-waiting cmds | Michael Matloob |
| 2022-11-18 | net: fix typo in ControlContext parameter names | Damien Neil |
| 2022-11-18 | crypto/tls: add CertificateVerificationError to tls handshake | Gabor Tanz |
| 2022-11-18 | cmd/go: replace 'directory .' with 'current directory' in some errors | Michael Matloob |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-11-18 | runtime,cmd/link: increase stack guard space when building with -race | Keith Randall |
| 2022-11-18 | runtime: optimise memmove on riscv64 | Joel Sing |
| 2022-11-18 | io/fs: clean up test helper functions | Tobias Klauser |
| 2022-11-18 | cmd/link/internal/ppc64: fix trampoline reuse distance calculation | Paul E. Murphy |
| 2022-11-18 | cmd/compile/internal/base, cmd/internal/bio: use syscall.Mmap on aix | Tobias Klauser |
| 2022-11-18 | cmd/compile: fix wrong optimization for eliding Not in Phi | Wayne Zuo |
| 2022-11-18 | cmd/internal/obj/arm64: tidy literal pool | eric fang |
| 2022-11-18 | runtime: add page tracer | Michael Knyszek |
| 2022-11-18 | cmd/internal/obj/arm64: mark branch instructions in optab | eric fang |
| 2022-11-18 | go/types, types2: ensure signatures are instantiated if all type args | Robert Findley |
| 2022-11-18 | go/types, types2: replace some Errorf calls with Error calls (cleanup) | Robert Griesemer |
| 2022-11-18 | go/types, types2: replace (internal) writePackage with packagePrefix | Robert Griesemer |
| 2022-11-18 | crypto/ecdsa: improve benchmarks | Filippo Valsorda |
| 2022-11-17 | runtime: fix conflict between lfstack and checkptr | Keith Randall |