| Age | Commit message (Expand) | Author |
| 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 |
| 2022-12-01 | Revert "go/types, types2: make the new comparable semantics the default" | Robert Griesemer |
| 2022-12-01 | internal/coverage: use io.Seek* constants | Tobias Klauser |
| 2022-12-01 | go/types, types2: make the new comparable semantics the default | Robert Griesemer |
| 2022-11-21 | go/types, types2: report empty type sets in operand descriptions | Robert Griesemer |
| 2022-11-21 | cmd/go,internal/platform: enable pie buildmode for windows/arm64 | qmuntal |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-11-18 | runtime: add page tracer | Michael Knyszek |
| 2022-11-17 | go/types, types2: implement type checking of "clear" built-in | Robert Griesemer |
| 2022-11-17 | internal/profile: remove unused encodeStringOpt | Tobias Klauser |
| 2022-11-16 | cmd/go: make testterminal18153 a normal test | Austin Clements |
| 2022-11-16 | internal/testpty: move from os/signal/internal/pty | Austin Clements |
| 2022-11-16 | go/types, types2: ensure invalid generic types are marked as invalid | Robert Findley |
| 2022-11-16 | internal/goroot: report PkgfileMap error on invalid line | Tobias Klauser |
| 2022-11-14 | os,syscall: File.Stat to use file handle for directories on Windows | qmuntal |
| 2022-11-14 | internal/godebug: define more efficient API | Russ Cox |
| 2022-11-11 | internal/syscall/unix: use runtime.gostring for Gostring | Ian Lance Taylor |
| 2022-11-11 | os/user: use libc (not cgo) on macOS | Russ Cox |