| Age | Commit message (Expand) | Author |
| 2022-08-16 | runtime: process ptr bitmaps one word at a time | Keith Randall |
| 2022-08-15 | cmd/internal/obj: remove redundant code in genFuncInfoSyms | xiongwy12 |
| 2022-08-12 | cmd/internal/obj/ppc64: eliminate dead code from asm9.go | Andy Pan |
| 2022-08-09 | cmd/asm: add VTBX instruction on arm64 | Nick Ripley |
| 2022-08-09 | all: use ":" for compiler generated symbols | Cuong Manh Le |
| 2022-08-08 | all: use io.Seek* instead of deprecated os.SEEK_* | Tobias Klauser |
| 2022-08-05 | cmd/dist: force stackGuardMultiplierDefault to 1 | Russ Cox |
| 2022-07-06 | cmd/internal/notsha256: add purego tag as needed | Ian Lance Taylor |
| 2022-06-29 | cmd/internal/obj/arm64: save LR and SP in one instruction for small frames | Cherry Mui |
| 2022-06-29 | cmd/internal/obj/mips,s390x,riscv: save LR after decrementing SP | Cherry Mui |
| 2022-06-28 | cmd/internal/obj/arm64: fix BITCON constant printing error | eric fang |
| 2022-06-24 | cmd/internal/archive: don't rely on an erroneous install target in tests | Bryan C. Mills |
| 2022-06-10 | cmd/dist, cmd/internal/metadata: don't install metadata binary | Cherry Mui |
| 2022-06-06 | all: boringcrypto post-merge cleanup | Russ Cox |
| 2022-05-26 | cmd/dist: support spaces and quotes in CC | Motiejus Jakštys |
| 2022-05-24 | cmd/internal/obj: add FuncInfo SPWRITE flag for linux/loong64 | Guoqi Chen |
| 2022-05-23 | cmd/internal/obj/arm64: fix encoding of ADR/ADRP instruction | Cherry Mui |
| 2022-05-20 | cmd/compile: intercept string compares in libFuzzer mode | Khaled Yakdan |
| 2022-05-20 | cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra counters | Khaled Yakdan |
| 2022-05-18 | all: fix spelling | John Bampton |
| 2022-05-16 | cmd/compile: set LocalPkg.Path to -p flag | Matthew Dempsky |
| 2022-05-16 | runtime: add address sanitizer support for riscv64 | Meng Zhuo |
| 2022-05-13 | cmd/compile: use jump table on ARM64 | Cherry Mui |
| 2022-05-12 | cmd/link: remove name expansion logic | Cherry Mui |
| 2022-05-11 | cmd/asm: require -p flag | Cherry Mui |
| 2022-05-11 | cmd/internal/obj: add a flag to not write referenced symbol names in object file | Cherry Mui |
| 2022-05-11 | cmd/internal/obj{,/loong64}: instructions and registers for loong64 | Xiaodong Liu |
| 2022-05-10 | cmd/compile: lower Add64/Sub64 into ssa on PPC64 | Paul E. Murphy |
| 2022-05-06 | cmd/compile,cmd/asm: fix ppc64 usage of BI argument of BC opcode | Paul E. Murphy |
| 2022-05-05 | cmd: use 128-bit SHA256 & encode in base64 for content hashes | Russ Cox |
| 2022-05-04 | cmd/asm: on PPC64, allow ISEL to accept a CR bit arg | Paul E. Murphy |
| 2022-05-04 | cmd,runtime: enable race detector on s390x | Ilya Leoshkevich |
| 2022-05-03 | cmd/internal/notsha256: revert PPC64 removal, and fix PPC64 asm | Paul E. Murphy |
| 2022-05-03 | cmd/internal/notsha256: fix ppc64 build | Russ Cox |
| 2022-05-02 | all: REVERSE MERGE dev.boringcrypto (cdcb4b6) into master | Russ Cox |
| 2022-05-02 | cmd/internal/objabi: define Go relocation types for loong64 | Xiaodong Liu |
| 2022-05-02 | all: use os/exec instead of internal/execabs | Russ Cox |
| 2022-04-29 | [dev.boringcrypto] cmd: use notsha256 instead of md5, sha1, sha256 | Russ Cox |
| 2022-04-29 | [dev.boringcrypto] cmd/internal/notsha256: add new package | Russ Cox |
| 2022-04-25 | cmd/compile: fix the missing size for FuncInfoSym | zhouguangyuan |
| 2022-04-19 | cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch field | Austin Clements |
| 2022-04-19 | internal/sys: add LR and fixed frame size to sys.Arch | Austin Clements |
| 2022-04-14 | cmd/compile: implement jump tables | Keith Randall |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-11 | cmd/asm: fix MOVK when constant has high bit set | Keith Randall |
| 2022-04-06 | cmd/internal/obj: set morestack arg spilling and regabi prologue on riscv64 | Meng Zhuo |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-04-05 | cmd/internal/objabi: fix FuncID of runtime.rt0_go and runtime.systemstack_switch | zhouguangyuan |
| 2022-04-01 | all: remove trailing blank doc comment lines | Russ Cox |
| 2022-04-01 | all: fix various doc comment formatting nits | Russ Cox |