| Age | Commit message (Expand) | Author |
| 2023-01-26 | runtime: use explicit NOFRAME on darwin/amd64 | qmuntal |
| 2023-01-24 | runtime: use explicit NOFRAME on windows/amd64 | qmuntal |
| 2023-01-24 | all: fix some comments | cui fliter |
| 2023-01-24 | archive: error check when parse archive | James Yang |
| 2023-01-23 | runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386 | qmuntal |
| 2023-01-20 | cmd/internal/obj/s390x, runtime: fix breakpoint in s390x | Srinivas Pokala |
| 2023-01-20 | all: fix typos in go file comments | Marcel Meyer |
| 2023-01-19 | cmd/internal/obj/riscv: add check for invalid shift amount input | Wayne Zuo |
| 2023-01-19 | cmd/internal/osinfo: report Node.js version | Dmitri Shuralyov |
| 2023-01-17 | cmd/dist: make toolchain build reproducible | Russ Cox |
| 2023-01-09 | all: fix typos in go file comments | Marcel Meyer |
| 2022-12-05 | cmd/asm: improve assembler error messages | Keith Randall |
| 2022-11-18 | all: add missing periods in comments | cui fliter |
| 2022-11-18 | runtime,cmd/link: increase stack guard space when building with -race | Keith Randall |
| 2022-11-18 | cmd/compile/internal/base, cmd/internal/bio: use syscall.Mmap on aix | Tobias Klauser |
| 2022-11-18 | cmd/internal/obj/arm64: tidy literal pool | eric fang |
| 2022-11-18 | cmd/internal/obj/arm64: mark branch instructions in optab | eric fang |
| 2022-11-16 | cmd/internal/obj/ppc64: add ISA 3.1B opcodes | Paul E. Murphy |
| 2022-11-15 | cmd/internal/goobj: use testenv.Command instead of exec.Command in tests | Bryan C. Mills |
| 2022-11-15 | cmd/internal/archive: use testenv.Command instead of exec.Command in tests | Bryan C. Mills |
| 2022-11-15 | cmd/internal/obj: use testenv.Command instead of exec.Command in tests | Bryan C. Mills |
| 2022-11-15 | cmd/internal/moddeps: use testenv.Command instead of exec.Command in tests | Bryan C. Mills |
| 2022-11-14 | runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64 | qmuntal |
| 2022-11-11 | all: fix problematic comments | cui fliter |
| 2022-11-10 | cmd/internal/obj: reduce allocations in object file writing | Cherry Mui |
| 2022-11-10 | cmd/internal/obj: adjust (*Link).AllPos comment in inl.go | David Chase |
| 2022-11-09 | cmd/go: print test2json start events | Russ Cox |
| 2022-11-09 | all: add missing copyright header | cui fliter |
| 2022-11-03 | cmd/link: support PPC64 prefixed relocations for power10 | Paul E. Murphy |
| 2022-10-31 | cmd/compile: add ability to indicate 'concurrentOk' for debug flags | David Chase |
| 2022-10-31 | cmd/internal/obj: cleanup linkgetlineFromPos | Michael Pratt |
| 2022-10-28 | cmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to ADRP+LD/ST(offset) | eric fang |
| 2022-10-27 | runtime: add wasm bulk memory operations | Garet Halliday |
| 2022-10-27 | cmd/internal/obj/arm64: remove AMOVBU from optab | erifan01 |
| 2022-10-26 | testing: fix many test2json inaccuracies | Russ Cox |
| 2022-10-26 | cmd/internal/obj/ppc64: generate big uint32 values in register | Paul E. Murphy |
| 2022-10-26 | cmd: remove redundant _ | cui fliter |
| 2022-10-21 | crypto/sha256, cmd/internal/notsha256: improve PPC64 sha256 | Paul E. Murphy |
| 2022-10-18 | go,cmd,internal: update to anticipate missing targets and .a files | Michael Matloob |
| 2022-10-14 | cmd/compile,cmd/link,runtime: add start line numbers to func metadata | Michael Pratt |
| 2022-10-06 | all: remove redundant type conversion | cui fliter |
| 2022-10-05 | cmd/internal/obj/arm64: add missing operand register in GNU assembly | shaoliming |
| 2022-10-05 | cmd/compile: add late lower pass for last rules to run | eric fang |
| 2022-10-04 | cmd/cgo, cmd/compile, cmd/link: remove old style build tags | Russ Cox |
| 2022-10-04 | cmd/internal/sys: migrate support.go functions to new internal pkg | Than McIntosh |
| 2022-10-01 | cmd/internal/obj: hoist constant slice out of function called in loop | David Chase |
| 2022-09-30 | all: use "unix" build tag where appropriate | Tobias Klauser |
| 2022-09-30 | all: omit comparison bool constant to simplify code | cui fliter |
| 2022-09-30 | Revert "cmd/cgo, cmd/compile, cmd/link: remove old style build tags" | Than McIntosh |
| 2022-09-30 | cmd/cgo, cmd/compile, cmd/link: remove old style build tags | Tobias Klauser |