| Age | Commit message (Expand) | Author |
| 2022-06-09 | cmd/cgo: recognize clang 14 DWARF type namesgo1.19beta1 | Dmitri Goutnik |
| 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 | cmd/go: clean paths before using them form index functions | Michael Matloob |
| 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-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 | cmd/link: specify -Wl,-z params as documented | Motiejus Jakštys |
| 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 | cmd/compile: cast riscv64 rewrite shifts to unsigned int | Joel Sing |
| 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 | 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 | cmd/go: index standard library packages | Michael Matloob |
| 2022-06-03 | cmd/compile/internal/escape: escape values with >PtrSize alignment | Michael Anthony Knyszek |
| 2022-06-03 | cmd/go: changes to use modindex | Michael Matloob |
| 2022-06-03 | cmd/go: add functions to read index file | Michael Matloob |
| 2022-06-03 | cmd/link: fix TestLargeText | eric fang |
| 2022-06-02 | cmd/dist: use gohostarch for ssa rewrite check | Christian Stewart |
| 2022-06-01 | cmd/go: add index creation methods | Michael Matloob |
| 2022-06-01 | cmd/go: set GIT_TRACE_CURL for tests on builders | Bryan C. Mills |
| 2022-05-31 | cmd/compile: fix wrong unsafe.Offsetof evaluation inside generic function | Cuong Manh Le |
| 2022-05-31 | cmd/link: call syscall.FlushFileBuffers on outbuf Unmap | Than McIntosh |
| 2022-05-27 | doc: lint Markdown for trailing spaces and code blocks | John Bampton |
| 2022-05-26 | cmd/compile: mark closures made for generic function expressions as wrappers | Keith Randall |
| 2022-05-26 | cmd/dist: support spaces and quotes in CC | Motiejus Jakštys |
| 2022-05-26 | cmd/cgo: use --no-gc-sections if available | Motiejus Jakštys |
| 2022-05-25 | cmd/go: place GOROOT/bin at the beginning of PATH in 'go generate' and 'go test' | Bryan C. Mills |
| 2022-05-25 | internal/pkgbits: add Index type | Matthew Dempsky |
| 2022-05-24 | cmd/compile: catch pointless recursion on function types | David Chase |
| 2022-05-24 | go/types, types2: remove redundant calls to Named.resolve | Robert Findley |
| 2022-05-24 | cmd/go/internal/modfetch: wrap errors from HTTP response bodies | Bryan C. Mills |
| 2022-05-24 | go/types, types2: don't panic with invalid recursive generic type | Robert Griesemer |
| 2022-05-24 | cmd/compile/internal/types2: mention go.mod file when using undeclared any | Robert Griesemer |
| 2022-05-24 | cmd/internal/obj: add FuncInfo SPWRITE flag for linux/loong64 | Guoqi Chen |
| 2022-05-23 | cmd/compile: fix loong64 constant folding in division rules | Cuong Manh Le |
| 2022-05-23 | go/types, types2: detect dupl. map keys in comp. literals with generic key type | Robert Griesemer |
| 2022-05-23 | cmd/internal/obj/arm64: fix encoding of ADR/ADRP instruction | Cherry Mui |
| 2022-05-23 | cmd/compile: support libFuzzer value profiling mode for integer compares | Khaled Yakdan |
| 2022-05-23 | cmd/link: set coverage counters as expected by the fuzz package | Khaled Yakdan |
| 2022-05-20 | Revert "cmd/cgo: use --no-gc-sections if available" | Ian Lance Taylor |