| Age | Commit message (Expand) | Author |
| 2023-02-16 | runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT | Keith Randall |
| 2023-02-13 | cmd/dist: use a copy of platform.BuildModeSupported | Ian Lance Taylor |
| 2023-02-11 | internal/bytealg: simplify and improve compare on riscv64 | Joel Sing |
| 2023-02-09 | runtime: fix signature for linked functions | Adin Scannell |
| 2023-02-08 | internal/xcoff: use unsigned integers in file structs to avoid negative values | Alexander Yastrebov |
| 2023-02-06 | runtime: fix cpu sample comment | Maksim Meshkov |
| 2023-02-06 | go/types, types2: eliminate need to sort arguments for type inference | Robert Griesemer |
| 2023-02-02 | internal/testenv: avoid rebuilding all of std in WriteImportcfg | Bryan C. Mills |
| 2023-02-02 | internal/poll: use atomic.Bool in DupCloseOnExec | Tobias Klauser |
| 2023-02-01 | go/types, types2: better error when trying to use ~ as bitwise operation | Robert Griesemer |
| 2023-02-01 | cmd/dist,internal/platform: reenable the c-archive build mode on ios | Bryan C. Mills |
| 2023-02-01 | cmd/dist, internal/platform: remove some target modes that fail | Ian Lance Taylor |
| 2023-01-31 | cmd/link, cmd/dist, internal/platform: consolidate c-archive support | Ian Lance Taylor |
| 2023-01-30 | internal/syscall/windows: regenerate zsyscall_windows.go | qmuntal |
| 2023-01-30 | internal/poll: don't queue port completion entry for udp on windows | qmuntal |
| 2023-01-28 | os: use GetTempPath2 on Windows if available | Thanonchai W |
| 2023-01-26 | internal/syscall/unix: use atomic.Bool for getrandomUnsupported | Tobias Klauser |
| 2023-01-26 | crypto/rand, internal/syscall/unix: add support for getrandom on NetBSD ≥ 10.0json-isValidNumber-before | Tobias Klauser |
| 2023-01-25 | cmd: remove GOEXPERIMENT=nounified knob | Matthew Dempsky |
| 2023-01-25 | internal/testpty: fix error handling | Heschi Kreinick |
| 2023-01-24 | go/types, types2: refuse pointer to array as argument to "clear" builtin | Cuong Manh Le |
| 2023-01-24 | os: use handle based APIs to read directories on windows | qmuntal |
| 2023-01-23 | internal/abi: repair broken self-bootstrap | David Chase |
| 2023-01-23 | runtime: enable sha512 optimizations on arm64 via hwcaps. | Matt Horsnell |
| 2023-01-23 | internal/abi,runtime: refactor map constants into one place | David Chase |
| 2023-01-20 | internal/coverage/decodemeta: fix coding error in func literal handling | Than McIntosh |
| 2023-01-20 | internal/profile: use internal/lazyregexp for the legacy parser | Daniel Martí |
| 2023-01-20 | all: fix typos in go file comments | Marcel Meyer |
| 2023-01-19 | internal/godebug: export non-default-behavior counters in runtime/metrics | Russ Cox |
| 2023-01-17 | cmd/go: do not confuse files for standard library packages | Russ Cox |
| 2023-01-17 | cmd/compile: remove support for old comparable semantics | Robert Griesemer |
| 2023-01-17 | go/types, types2: do not abort constraint type inference eagerly | Robert Griesemer |
| 2023-01-17 | go/types, types2: distinguish between substring and regexp error patterns | Robert Griesemer |
| 2023-01-17 | internal/types: consistently use double quotes around ERROR patterns | Robert Griesemer |
| 2023-01-17 | cmd/compile/internal/syntax: rename ErrorMap to CommentMap, make more flexible | Robert Griesemer |
| 2023-01-17 | internal/goversion: update Version to 1.21 | Cherry Mui |
| 2023-01-11 | go/types, types2: don't look up fields or methods when expecting a type | Robert Findley |
| 2023-01-11 | cmd/compile: better error message for when a type is in a constraint but not ... | Robert Griesemer |
| 2023-01-04 | cmd/compile: use "satisfies" (not "implements") for constraint errors | Robert Griesemer |
| 2022-12-29 | go/types, types2: use strict comparability for type set intersection | Robert Griesemer |
| 2022-12-16 | syscall, internal/poll: fall back to accept on linux-arm | Ian Lance Taylor |
| 2022-12-13 | go/types, types2: report type mismatch error when conversion is impossible | Robert Griesemer |
| 2022-12-08 | go/types, types2: always rename type parameters during inference | Robert Findley |
| 2022-12-07 | internal/safefilepath: fix TestFromFS on Plan 9 | David du Colombier |
| 2022-12-07 | os/user: fix buffer retry loop on macOS | Russ Cox |
| 2022-12-06 | os, net/http: avoid escapes from os.DirFS and http.Dir on Windows | Damien Neil |
| 2022-12-06 | go/types, types2: better error message for invalid method expression | Robert Griesemer |
| 2022-12-05 | go/types, types2: better error message for failing constraint type inference | Robert Griesemer |
| 2022-12-01 | go/internal/gcimporter: load cached export data for packages individually | Bryan C. Mills |
| 2022-12-01 | go/types, types2: make the new comparable semantics the default | Robert Griesemer |