| Age | Commit message (Expand) | Author |
| 2023-01-23 | math/big: validate result of Float.GobDecode | Alexander Yastrebov |
| 2023-01-23 | runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386 | qmuntal |
| 2023-01-23 | cmd/compile: make loopbce handle 8, 16 and 32 bit induction variables | Jakub Ciolek |
| 2023-01-23 | runtime: remove duplicate check of work.full in gcMark. | j2gg0s |
| 2023-01-23 | internal/abi,runtime: refactor map constants into one place | David Chase |
| 2023-01-23 | runtime: use copy as spotted by staticcheck | Daniel Martí |
| 2023-01-21 | test: test that we schedule OpArgIntReg early | Keith Randall |
| 2023-01-21 | cmd/compile: sort liveness variable reports | Keith Randall |
| 2023-01-21 | net: add testing.Short Skip to test affected by local network configuration | David Chase |
| 2023-01-20 | bytes,strings: add some examples | fangguizhen |
| 2023-01-20 | path/filepath: fix evaluation of symlinks to paths under /tmp on macOS | matsuyoshi30 |
| 2023-01-20 | errors: move example functions into example_test file | fangguizhen |
| 2023-01-20 | internal/coverage/decodemeta: fix coding error in func literal handling | Than McIntosh |
| 2023-01-20 | runtime/coverage: avoid non-test coverage profiles in test report helper | Than McIntosh |
| 2023-01-20 | context: add APIs for setting a cancelation cause when deadline or timer expires | Sameer Ajmani |
| 2023-01-20 | go/types: add a test that generated files match types2 | Robert Findley |
| 2023-01-20 | cmd/link: fix incorrect DOS header on Windows binaries | Kevin Parsons |
| 2023-01-20 | cmd/compile: ensure register args come before on-stack args in schedule | Keith Randall |
| 2023-01-20 | sync: document memory model for Swap/CompareAnd{Swap,Delete} in Map | Changkun Ou |
| 2023-01-20 | go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup) | Robert Griesemer |
| 2023-01-20 | types2: add *Config to typecheck functions for tests, factor more code | Robert Griesemer |
| 2023-01-20 | go/types: generate instantiate.go | Robert Griesemer |
| 2023-01-20 | go/types: provision for generating initorder.go, but disabled for now | Robert Griesemer |
| 2023-01-20 | cmd/dist: mark linux/sparc64 as a broken port, remove incomplete map | Dmitri Shuralyov |
| 2023-01-20 | cmd/dist: add map of broken ports and -force flag | Dmitri Shuralyov |
| 2023-01-20 | cmd/dist: remove GOTESTONLY environment variable | Dmitri Shuralyov |
| 2023-01-20 | cmd/dist: remove hardcoded timeout scale for arm and mips{,le,64,64le} | Dmitri Shuralyov |
| 2023-01-20 | crypto/tls: improve client auth failure alerts | Anit Gandhi |
| 2023-01-20 | cmd/go: update test for change in panic(nil) behavior | Ian Lance Taylor |
| 2023-01-20 | go/types: use internal/lazyregexp for goVersionRx | Daniel Martí |
| 2023-01-20 | encoding/gob: shave off some init time cost | Daniel Martí |
| 2023-01-20 | internal/profile: use internal/lazyregexp for the legacy parser | Daniel Martí |
| 2023-01-20 | cmd/link: use strings.LastIndexByte to fix a TODO | Daniel Martí |
| 2023-01-20 | cmd/compile: use a boolean as a avoid clobbering flags mov marker | Jakub Ciolek |
| 2023-01-20 | cmd/internal/obj/s390x, runtime: fix breakpoint in s390x | Srinivas Pokala |
| 2023-01-20 | cmd/compile: AMD64v3 remove unnecessary TEST comparision in isPowerOfTwo | Jorropo |
| 2023-01-20 | cmd/compile: rewrite empty makeslice to zerobase pointer | Jorropo |
| 2023-01-20 | runtime: remove 104 byte stack guard | liu-xuewen |
| 2023-01-20 | cmd/compile: improve scheduling pass | Keith Randall |
| 2023-01-20 | all: fix typos in go file comments | Marcel Meyer |
| 2023-01-20 | go/types: generate infer.go | Robert Griesemer |
| 2023-01-20 | cmd/compile/internal/types2: remove useConstraintTypeInference flg (cleanup) | Robert Griesemer |
| 2023-01-20 | bytes, strings: rename field in CutSuffix tests | fangguizhen |
| 2023-01-20 | misc/cgo/testsanitizers: use fmt.Printf instead fmt.Println | Alice |
| 2023-01-20 | time: no need to wrap error with errors.New | fangguizhen |
| 2023-01-20 | net/http: close Request.Body when pconn write loop exits early | Damien Neil |
| 2023-01-20 | archive/zip: use base offset 0 if it has a valid entry | Ian Lance Taylor |
| 2023-01-19 | cmd/internal/obj/riscv: add check for invalid shift amount input | Wayne Zuo |
| 2023-01-19 | cmd/compile: add memory argument to GetCallerSP | Keith Randall |
| 2023-01-19 | cmd/internal/osinfo: report Node.js version | Dmitri Shuralyov |