| Age | Commit message (Expand) | Author |
| 2023-01-11 | go/types, types2: don't look up fields or methods when expecting a type | Robert Findley |
| 2023-01-11 | runtime: fix incorrect comment | zhengchaopu |
| 2023-01-11 | cmd/compile: better error message for when a type is in a constraint but not ... | Robert Griesemer |
| 2023-01-10 | cmd/link, runtime: Apple libc atfork workaround take 3 | Russ Cox |
| 2023-01-10 | runtime: revert use of __fork to work around Apple atfork bugs | Russ Cox |
| 2023-01-10 | os/exec: avoid leaking an exec.Cmd in TestWaitInterrupt | Bryan C. Mills |
| 2023-01-09 | cmd/compile: prevent IsNewObject from taking quadratic time | Keith Randall |
| 2023-01-09 | cmd/compile/internal/pgo: add hint to missing start_line error | Michael Pratt |
| 2023-01-09 | runtime: skip TestCgoPprofCallback in short mode, don't run in parallel | Ian Lance Taylor |
| 2023-01-09 | runtime/pprof: document possibility of empty stacks | Austin Clements |
| 2023-01-09 | runtime/pprof: improve output of TestLabelSystemstack | Austin Clements |
| 2023-01-09 | sync/atomic: fix the note of atomic.Store | csuzhang |
| 2023-01-09 | all: fix typos in go file comments | Marcel Meyer |
| 2023-01-06 | syscall: skip TestUseCgroupFD if cgroupfs not mounted | Shengjing Zhu |
| 2023-01-06 | net: fix typo in hosts.go | Ikko Eltociear Ashimine |
| 2023-01-06 | cmd/compile: describe how Go maps to wasm implementation | Keith Randall |
| 2023-01-05 | crypto/tls: fix typo in cacheEntry godoc | Tobias Klauser |
| 2023-01-05 | cmd/cover: fix problems with "go test -covermode=atomic sync/atomic" | Than McIntosh |
| 2023-01-04 | crypto/internal/boring: add dev.boringcrypto README.md text | Russ Cox |
| 2023-01-04 | cmd/compile: use "satisfies" (not "implements") for constraint errors | Robert Griesemer |
| 2023-01-04 | cmd/gofmt: fix a typo in a comment | Roland Illig |
| 2023-01-03 | README.vendor: minor updates | Ian Lance Taylor |
| 2022-12-29 | go/types, types2: use strict comparability for type set intersection | Robert Griesemer |
| 2022-12-23 | testing: rephrase the sentence about naming test files | Andrey Bozhko |
| 2022-12-23 | cmd/link, runtime: use a different section for Go libfuzzer counters | Cherry Mui |
| 2022-12-22 | runtime: call __fork instead of fork on darwin | Russ Cox |
| 2022-12-22 | runtime: revert Apple libc atfork workaround | Russ Cox |
| 2022-12-22 | runtime/internal/startlinetest: work around shared buildmode linking issue | Cherry Mui |
| 2022-12-22 | runtime/race: add build tag to internal amd64vN packages | Cherry Mui |
| 2022-12-21 | runtime/coverage: add missing file close in test support helper | Than McIntosh |
| 2022-12-21 | crypto/x509: return typed verification errors on macOS | Roland Shoemaker |
| 2022-12-21 | archive/tar, archive/zip: revert documentation of ErrInsecurePath | Damien Neil |
| 2022-12-21 | net/http/httputil: don't add X-Forwarded-{Host,Proto} after invoking Director... | Damien Neil |
| 2022-12-21 | syscall: don't use faccessat2 on android | Michael Pratt |
| 2022-12-21 | net: use correct dns msg size | Mateusz Poliwczak |
| 2022-12-19 | os: reenable TestReaddirSmallSeek on windows | qmuntal |
| 2022-12-17 | cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6... | Guoqi Chen |
| 2022-12-16 | os/user,net: add -fno-stack-protector to CFLAGS | Than McIntosh |
| 2022-12-16 | net/http: improve errors in TestCancelRequestWhenSharingConnection | Damien Neil |
| 2022-12-16 | syscall, internal/poll: fall back to accept on linux-arm | Ian Lance Taylor |
| 2022-12-16 | os/exec: retry ETXTBSY errors in TestFindExecutableVsNoexec | Bryan C. Mills |
| 2022-12-14 | cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualization | Matthew Dempsky |
| 2022-12-13 | syscall: fix closing of reordered FDs in plan9 ForkExec | miller |
| 2022-12-13 | go/types, types2: report type mismatch error when conversion is impossible | Robert Griesemer |
| 2022-12-13 | cmd/gc: test temp string comparison with all ops | Oleg Zaytsev |
| 2022-12-12 | syscall: skip TestUseCgroupFD if cgroupfs mounted RO | Paul E. Murphy |
| 2022-12-12 | syscall: fix shadowing bugs in forkAndExecInChild | Bryan C. Mills |
| 2022-12-12 | sync: remove unused const | Changkun Ou |
| 2022-12-12 | debug/buildinfo: check pointer size on buildinfo.Read | Nikola Jokic |
| 2022-12-11 | cmd/compile: fix conditional move rule on PPC64 | Keith Randall |