| Age | Commit message (Expand) | Author |
| 2026-03-03 | internal/bytealg: on android/arm64, don't read outside 16-byte regions | Keith Randall |
| 2026-02-27 | runtime: on android/arm64, don't read outside 16-byte regions | Keith Randall |
| 2026-02-06 | internal/bytealg: unexport {Last,}IndexRabinKarp helpers | Tobias Klauser |
| 2025-11-24 | internal/bytealg: port bytealg functions to reg ABI on s390x | Srinivas Pokala |
| 2025-08-08 | internal/bytealg: vector implementation of compare for riscv64 | Joel Sing |
| 2025-08-07 | internal/bytealg: optimize Index/IndexString on loong64 | limeidan |
| 2025-08-06 | internal/bytealg: vector implementation of indexbyte for riscv64 | Joel Sing |
| 2025-08-06 | internal/bytealg: vector implementation of equal for riscv64 | Joel Sing |
| 2025-05-13 | internal/bytealg: optimize the function compare using SIMD on loong64 | limeidan |
| 2025-05-08 | internal/bytealg: optimize the function indexbyte using SIMD on loong64 | limeidan |
| 2025-05-01 | internal/bytealg: deduplicate code between Count/CountString for riscv64 | Joel Sing |
| 2025-04-23 | runtime: optimize the function memequal using SIMD on loong64 | limeidan |
| 2025-04-03 | internal/bytealg: optimize Index/IndexString/IndexByte/IndexByteString on arm64 | Vasily Leonenko |
| 2025-04-03 | internal/bytealg: optimize Count/CountString on arm64 | Vasily Leonenko |
| 2025-03-27 | cmd/internal/obj/riscv,internal/bytealg: synthesize MIN/MAX/MINU/MAXU instruc... | Joel Sing |
| 2025-03-11 | internal/bytealg: optimize Count{,String} in loong64 | Guoqi Chen |
| 2025-02-21 | internal/bytealg: add assembly implementation of Count/CountString for mips64x | Julian Zhu |
| 2025-02-20 | internal/bytealg: clean up and simplify the riscv64 equal implementation | Joel Sing |
| 2024-11-20 | internal/bytealg: optimize IndexByte for riscv64 | Mark Ryan |
| 2024-10-29 | cmd/internal/obj/ppc64: support for extended mnemonics of BC | Jayanth Krishnamurthy |
| 2024-09-11 | src/internal/bytealg: optimize the function Compare on loong64 | Xiaolin Zhao |
| 2024-08-06 | internal/bytealg: optimize Equal for arm64 target | Vasily Leonenko |
| 2024-07-17 | internal/bytealg: extend memchr result correctly on wasm | Zxilly |
| 2024-05-29 | all: document legacy //go:linkname for final round of modules | Russ Cox |
| 2024-05-29 | all: document legacy //go:linkname for modules with ≥100 dependents | Russ Cox |
| 2024-05-23 | all: document legacy //go:linkname for modules with ≥500 dependents | Russ Cox |
| 2024-05-13 | all: delete loong64 non-register ABI fallback path | Guoqi Chen |
| 2024-04-04 | strings: intrinsify and optimize Compare | Emma Haruka Iwao |
| 2024-02-19 | strings: make use of sizeclasses in (*Builder).Grow | Mateusz Poliwczak |
| 2024-01-24 | runtime: short path for equal pointers in arm64 memequal | Mauri de Souza Meneguzzo |
| 2023-11-22 | internal/bytealg: optimize Count with PCALIGN in riscv64 | Meng Zhuo |
| 2023-11-21 | internal/bytealg: add regABI support in bytealg functions on loong64 | Guoqi Chen |
| 2023-11-17 | internal/bytealg: use PCALIGN in memequal | Alexander Yastrebov |
| 2023-11-09 | all: clean up addition of constants in riscv64 assembly | Joel Sing |
| 2023-11-01 | internal/bytealg: optimize indexbyte in amd64 | qiulaidongfeng |
| 2023-11-01 | bytes,internal/bytealg: add func bytealg.LastIndexRabinKarp | Jes Cok |
| 2023-10-31 | bytes,internal/bytealg: eliminate IndexRabinKarpBytes using generics | Jes Cok |
| 2023-10-31 | internal/bytealg: optimize Count/CountString in arm64 | cui fliter |
| 2023-10-27 | bytes,internal/bytealg: eliminate HashStrBytes,HashStrRevBytes using … | Jes Cok |
| 2023-10-06 | internal/bytealg: process two AVX2 lanes per Count loop | Achille Roussel |
| 2023-08-28 | internal/bytealg: improve compare on Power10/PPC64 | Paul Murphy |
| 2023-08-25 | internal/bytealg: add generic LastIndexByte{,String} | Tobias Klauser |
| 2023-08-14 | internal/bytealg: optimize Count/CountString for PPC64/Power10 | Paul E. Murphy |
| 2023-08-07 | internal/bytealg: optimize Count/CountString in amd64 | Mauri de Souza Meneguzzo |
| 2023-08-07 | internal/bytealg: optimize Index/IndexString in amd64 | Mauri de Souza Meneguzzo |
| 2023-07-20 | internal/bytealg: use generic IndexByte on plan9/amd64 | Philip Silva |
| 2023-06-29 | internal/bytealg: fix alignment code in equal_riscv64.s | Mark Ryan |
| 2023-05-30 | internal/bytealg: fix alignment code in compare_riscv64.s | Mark Ryan |
| 2023-04-21 | cmd/internal/obj/ppc64: modify PCALIGN to ensure alignment | Lynn Boger |
| 2023-04-21 | internal/bytealg: rewrite indexbytebody on PPC64 | Paul E. Murphy |