| Age | Commit message (Expand) | Author |
| 2023-01-26 | runtime: use explicit NOFRAME on darwin/amd64 | qmuntal |
| 2023-01-26 | cmd/go/internal/vcs: fix outdated comment | Cameron Bedard |
| 2023-01-26 | cmd/compile: change some unreachable code paths into Fatalf | Matthew Dempsky |
| 2023-01-26 | cmd/compile: remove -d=typecheckinl flag | Matthew Dempsky |
| 2023-01-26 | cmd/compile/internal/pkginit: remove dependency on typecheck.Resolve | Matthew Dempsky |
| 2023-01-26 | cmd/compile: improve register overwrite decision for resultInArg0 ops | Keith Randall |
| 2023-01-25 | cmd: remove GOEXPERIMENT=nounified knob | Matthew Dempsky |
| 2023-01-25 | cmd/link: don't export all symbols for ELF external linking | Ian Lance Taylor |
| 2023-01-25 | Revert "cmd/compile: improve register overwrite decision for resultInArg0 ops" | Keith Randall |
| 2023-01-25 | cmd/compile: improve register overwrite decision for resultInArg0 ops | Keith Randall |
| 2023-01-25 | cmd/compile: revert package typecheck part of CL 422914 | Matthew Dempsky |
| 2023-01-25 | cmd/go/internal/str: fix PathPrefix functions for root directories | Bryan C. Mills |
| 2023-01-25 | os: make Lstat for symlinks on Windows consistent with POSIX | Bryan C. Mills |
| 2023-01-24 | runtime: use explicit NOFRAME on windows/amd64 | qmuntal |
| 2023-01-24 | cmd/link: support R_ADDRPOWER_GOT_PCREL34 on ppc64le | Paul E. Murphy |
| 2023-01-24 | all: fix some comments | cui fliter |
| 2023-01-24 | Revert "cmd/compile: teach prove about bitwise OR operation" | Keith Randall |
| 2023-01-24 | go/types, types2: refuse pointer to array as argument to "clear" builtin | Cuong Manh Le |
| 2023-01-24 | cmd/link: remove importcycles function | Jeremy Quirke |
| 2023-01-24 | cmd/compile: flag 'large' functions when -m=2+ in effect | Than McIntosh |
| 2023-01-24 | archive: error check when parse archive | James Yang |
| 2023-01-23 | cmd/compile/internal/pgo: gofmt and simplify | Koichi Shiraishi |
| 2023-01-23 | utf16: reduce utf16.Decode allocations | qmuntal |
| 2023-01-23 | cmd/compile: teach prove about unsigned division, modulus and rsh | Jorropo |
| 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 | internal/abi,runtime: refactor map constants into one place | David Chase |
| 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-20 | internal/coverage/decodemeta: fix coding error in func literal handling | Than McIntosh |
| 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 | 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 | 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 | 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 | 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 | 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-19 | cmd/internal/obj/riscv: add check for invalid shift amount input | Wayne Zuo |