| Age | Commit message (Expand) | Author |
| 2023-02-06 | cmd/compile: ensure first instruction in a function is not inlined | Keith Randall |
| 2023-02-06 | cmd/internal/obj: flag init functions in object file | Than McIntosh |
| 2023-02-06 | go/types, types2: eliminate need to sort arguments for type inference | Robert Griesemer |
| 2023-02-06 | log: fix and cleanup trailing newline logic | Joe Tsai |
| 2023-02-06 | crypto/sha1: use math/bits.RotateLeft32 | Alexander Yastrebov |
| 2023-02-06 | cmd/compile: replace os.MkdirTemp with T.TempDir | Oleksandr Redko |
| 2023-02-06 | math/big: add warning about using Int for cryptography | Filippo Valsorda |
| 2023-02-06 | crypto/rand: replace shift with constant | Johan Brandhorst-Satzkorn |
| 2023-02-06 | cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64 | Guoqi Chen |
| 2023-02-06 | cmd/compile: add rules to emit SETBC/R instructions on power10 | Archana R |
| 2023-02-06 | all: upgrade Unicode from 13.0.0 to 15.0.0 | weebney |
| 2023-02-04 | log: make use of fmt.Append functionality | Joe Tsai |
| 2023-02-04 | cmd/compile: use ONAME node directly from generated hash func | Cuong Manh Le |
| 2023-02-04 | cmd/compile: factor out code to generate hash func | Cuong Manh Le |
| 2023-02-04 | cmd/compile: use runtime hash func for known types | Cuong Manh Le |
| 2023-02-04 | cmd/compile: use memhash from package runtime | Cuong Manh Le |
| 2023-02-04 | cmd/compile: generate type equal func during walk | Cuong Manh Le |
| 2023-02-04 | cmd/compile: factor out code to generate equal func | Cuong Manh Le |
| 2023-02-04 | net/http/httputil: fix syntax in ReverseProxy example comment | Ethan Lowman |
| 2023-02-04 | time: add /etc/zoneinfo as valid path for tzdata for NixOS | David Anderson |
| 2023-02-03 | context: remove one allocation in timerCtx | Carlo Alberto Ferraris |
| 2023-02-03 | log: reduce lock contention | Joe Tsai |
| 2023-02-03 | cmd/compile: intrinsify math/bits/ReverseBytes{16|32|64} for ppc64/power10 | Archana R |
| 2023-02-03 | maps: new package | Ian Lance Taylor |
| 2023-02-03 | cmd/dist: do not include runtime/internal/sys in cmd staleness checks | Bryan C. Mills |
| 2023-02-03 | cmd/go/internal/par: use generic Cache | Roger Peppe |
| 2023-02-03 | debug/elf: add DT_FLAGS_1 constants | Florin Papa |
| 2023-02-02 | go/types, types2: enable new type inference | Robert Griesemer |
| 2023-02-02 | go/types, types2: implement simpler type inference (infer2) | Robert Griesemer |
| 2023-02-02 | go/types, types2: simplify symmetric code | Robert Griesemer |
| 2023-02-02 | go/types, types2: use a comparer struct to control the identical predicate | Robert Griesemer |
| 2023-02-02 | cmd/go/internal/test: scale the WaitDelay for test subprocesses | Bryan C. Mills |
| 2023-02-02 | runtime: eliminate arbitrary timeout in TestCgoLockOSThreadExit | Bryan C. Mills |
| 2023-02-02 | math/big: add Int.Float64 conversion | Alan Donovan |
| 2023-02-02 | internal/testenv: avoid rebuilding all of std in WriteImportcfg | Bryan C. Mills |
| 2023-02-02 | go/token: add (*File).Lines method | Alan Donovan |
| 2023-02-02 | src/cmd/compile: clarify //go:linkname documentation | Alan Donovan |
| 2023-02-02 | net/netip: fix invalid representation of Prefix | Joe Tsai |
| 2023-02-02 | misc: increase node stack size | Johan Brandhorst-Satzkorn |
| 2023-02-02 | internal/poll: use atomic.Bool in DupCloseOnExec | Tobias Klauser |
| 2023-02-02 | cmd/link: remove special cases for relocations in .go.buildinfo | Russ Cox |
| 2023-02-02 | cmd/link: keep go.buildinfo even with --gc-sections | Russ Cox |
| 2023-02-02 | go/types, types2: avoid recursive invocation when unifying underlying types | Robert Griesemer |
| 2023-02-02 | go/types, types2: remove (internal) exactUnification flag | Robert Griesemer |
| 2023-02-01 | cmd/compile/internal/types: remove misleading comment | Matthew Dempsky |
| 2023-02-01 | go/types, types2: use go.dev/issue/nnnnn when referring to an issue (cleanup) | Robert Griesemer |
| 2023-02-01 | go/types, types2: better error when trying to use ~ as bitwise operation | Robert Griesemer |
| 2023-02-01 | go/types, types2: unifier constructor to accept type parameters and arguments | Robert Griesemer |
| 2023-02-01 | go/types, types2: further simplify unification | Robert Griesemer |
| 2023-02-01 | go/types, types2: replace unifier type parameter list with a map | Robert Griesemer |