| Age | Commit message (Expand) | Author |
| 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 |
| 2022-09-30 | cmd/internal: use fmt.Fprintf | cuiweixie |
| 2022-09-29 | cmd/internal/obj/x86: return comparison directly | cuiweixie |
| 2022-09-29 | cmd/internal/obj: call delete directly without check exist | cuiweixie |
| 2022-09-29 | cmd/internal/dwarf: remove redundant break statement | cuiweixie |
| 2022-09-29 | cmd/internal/cov: use io.SeekStart, io.SeekCurrent, and io.SeekEnd | cuiweixie |
| 2022-09-29 | cmd: fix a few function names on comments | cui fliter |
| 2022-09-28 | cmd/internal/obj/ppc64: remove unnecessary opcodes | Archana R |
| 2022-09-28 | cmd/covdata: add tools to read/manipulate coverage data files | Than McIntosh |
| 2022-09-27 | cmd/internal/pkgpath: use MustHaveExec in TestToSymbolFunc | Tobias Klauser |
| 2022-09-27 | debug/elf: suport files with >= 65280 (0xff00) sections | Zeke Lu |
| 2022-09-27 | cmd: relocate search.MatchPattern to cmd/internal/pkgpattern | Than McIntosh |
| 2022-09-27 | cmd/compile,cmd/link: hooks for identifying coverage counters | Than McIntosh |
| 2022-09-22 | cmd/internal/objfile: read file/line information for ELF PIE binaries | Cherry Mui |
| 2022-09-20 | all: replace package ioutil with os and io in src | Andy Pan |
| 2022-09-20 | cmd/compile: Add some CMP and CMN optimization rules on arm64 | eric fang |
| 2022-09-16 | cmd/internal/objabi: record GO$GOARCH setting in object header | Russ Cox |
| 2022-09-15 | cmd/internal/obj/ppc64: add ISA 3.1 instructions | Paul E. Murphy |
| 2022-09-15 | cmd/asm, cmd/internal/obj/ppc64: increase asm test coverage for PPC64 | Archana R |
| 2022-09-15 | cmd, syscall: use syscall.Mmap on solaris for Go ≥ 1.20 | Tobias Klauser |
| 2022-09-13 | cmd/internal/objabi: declare HeadType String on a non-pointer receiver | Joel Sing |
| 2022-09-07 | cmd/asm: improve argument to obj.Prog assignment on PPC64 | Paul E. Murphy |
| 2022-09-07 | cmd/asm,cmd/internal/obj/ppc64: recognize ppc64 ISA 3.1 MMA registers | Paul E. Murphy |
| 2022-09-02 | cmd/internal/obj/riscv: fix comment typo | Wayne Zuo |
| 2022-09-01 | cmd/internal/pkgpath: use strings.Builder | hopehook |
| 2022-09-01 | cmd/internal/objabi: use strings.Builder | hopehook |
| 2022-08-31 | cmd/internal/obj/arm64: allow transition from $0 to ZR for MSR | eric fang |
| 2022-08-30 | cmd/asm: add new classification for index memory operands on PPC64 | Archana R |
| 2022-08-30 | cmd/internal/obj/loong64: add ROTR, ROTRV instructions support | Wayne Zuo |
| 2022-08-29 | cmd/compile/obj/arm64: fix encoding error of FMOVD/FMOVS $0|ZR | eric fang |
| 2022-08-26 | runtime: add address sanitizer support for ppc64le | Archana R |
| 2022-08-23 | cmd/internal/obj/loong64: add MASKEQZ and MASKNEZ instructions support | Wayne Zuo |
| 2022-08-23 | all: append(bytes, str...) works out of the box | Daniel Martí |
| 2022-08-23 | cmd/internal/obj/arm64: remove the transition from $0 to ZR | eric fang |
| 2022-08-23 | cmd/compile/internal/ssa: optimize memory moving on arm64 | eric fang |
| 2022-08-20 | cmd/pprof: fix addr calculation for Windows | Egon Elbre |
| 2022-08-18 | cmd/internal/osinfo: use unix.ByteSliceToString | Tobias Klauser |
| 2022-08-18 | all: remove duplicate "the" words in comments | Abirdcfly |