| Age | Commit message (Expand) | Author |
| 2022-06-09 | cmd/cgo: recognize clang 14 DWARF type namesgo1.19beta1 | Dmitri Goutnik |
| 2022-06-09 | runtime/cgo: retry _beginthread on EACCES | Michael Pratt |
| 2022-06-09 | runtime/cgo: merge bodies of cgo_sys_thread_start on windows | Michael Pratt |
| 2022-06-09 | go/types, types2: only set instance context if packages match | Robert Findley |
| 2022-06-08 | cmd/go/testdata/script: fix skip on list_replace_absolute_windows | Michael Matloob |
| 2022-06-08 | runtime: use pidleget for faketime jump | Michael Pratt |
| 2022-06-08 | cmd/go: clean paths before using them form index functions | Michael Matloob |
| 2022-06-08 | syscall: remove unused setgroups on linux/loong64 | Tobias Klauser |
| 2022-06-08 | runtime: skip TestGdbBacktrace on gdb bug | Austin Clements |
| 2022-06-08 | net: fix testHookDialTCP race | Damien Neil |
| 2022-06-08 | cmd/go: enable module index by default | Michael Matloob |
| 2022-06-08 | cmd/go: properly call PackageModuleRoot to get modroot for index | Michael Matloob |
| 2022-06-08 | cmd/go: set Root and target fields for packages in GOPATH | Michael Matloob |
| 2022-06-08 | runtime: gofmt | Michael Pratt |
| 2022-06-08 | runtime: remove unused pipe and setNonblock on linux/loong64 | Tobias Klauser |
| 2022-06-07 | os: document that Chdir affects fs.FS returned by DirFS with a relative path | Dan Kortschak |
| 2022-06-07 | syscall: remove unused accept on linux/loong64 | Tobias Klauser |
| 2022-06-07 | net: use synthetic network in TestDialParallel | Damien Neil |
| 2022-06-07 | go/types, types2: better error message for invalid use of constraint type | Robert Griesemer |
| 2022-06-07 | go/types, types2: better error message if type is not in type set | Robert Griesemer |
| 2022-06-07 | go/types, types2: use | rather than ∪ when printing term lists | Robert Griesemer |
| 2022-06-07 | runtime: document GOMEMLIMIT in environment variables section | Michael Pratt |
| 2022-06-07 | sync/atomic: clarify that 8-byte alignment of variables is due to escape | Will Hawkins |
| 2022-06-07 | runtime: fix inline assembly trampoline for arm64 | Khaled Yakdan |
| 2022-06-07 | cmd/link: specify -Wl,-z params as documented | Motiejus Jakštys |
| 2022-06-06 | runtime, sync, sync/atomic: document happens-before guarantees | Russ Cox |
| 2022-06-06 | go/doc/comment: add heuristics for common badly formatted comments | Russ Cox |
| 2022-06-06 | cmd/go: use index to match packages in dependency modules | Michael Matloob |
| 2022-06-06 | all: boringcrypto post-merge cleanup | Russ Cox |
| 2022-06-06 | go/doc/comment: do not turn ``` into “` | Russ Cox |
| 2022-06-06 | go/doc/comment: add doc comment | Russ Cox |
| 2022-06-06 | cmd/compile: cast riscv64 rewrite shifts to unsigned int | Joel Sing |
| 2022-06-06 | strconv: fix typo in atof.go | 90364136+butterfly1924@users.noreply.github.com |
| 2022-06-06 | cmd/link/internal/loadpe: handle _main reference properly | Than McIntosh |
| 2022-06-06 | go/types, types2: simplify implementation of validType (fix TODO) | Robert Griesemer |
| 2022-06-06 | go/types, types2: use type nest to detect type cycles (fix validType) | Robert Griesemer |
| 2022-06-06 | runtime: fix breakpoint in ppc64x | Alejandro Sáez |
| 2022-06-06 | text/template/parse: fix data race on lexer initialization | Eli Bendersky |
| 2022-06-06 | go/types, types2: ensure that named types never expand infinitely | Robert Findley |
| 2022-06-06 | go/types, types2: store Named instance information separately | Robert Findley |
| 2022-06-06 | go/types, types2: eliminate methodList in favor of just using Named.mu | Robert Findley |
| 2022-06-06 | go/types, types2: remove Named.once in favor of monotonic state | Robert Findley |
| 2022-06-06 | cmd/buildid: reject rewriting legacy buildids | Stephen Eckels |
| 2022-06-04 | strconv: clarify ParseFloat accepts Go syntax for float literals | Ben Hoyt |
| 2022-06-04 | runtime: fix typo in libfuzzer_arm64.s | Ikko Ashimine |
| 2022-06-04 | database/sql/driver: fix typo in driver.go | mstmdev |
| 2022-06-04 | regexp: avoid copying each instruction executed | Bryan Boreham |
| 2022-06-04 | io: revert: add an Err field to LimitedReader | Russ Cox |
| 2022-06-04 | cmd/go: index standard library packages | Michael Matloob |
| 2022-06-03 | runtime: track total idle time for GC CPU limiter | Michael Anthony Knyszek |