| Age | Commit message (Expand) | Author |
| 2023-02-08 | runtime/internal/sys: remove Bswap{32|64} assembly for 386 | Wayne Zuo |
| 2022-12-22 | runtime/internal/startlinetest: work around shared buildmode linking issue | Cherry Mui |
| 2022-12-17 | cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6... | Guoqi Chen |
| 2022-11-24 | syscall, runtime/internal/syscall: zero r2 before mips linux syscalls | Rongrong |
| 2022-11-18 | runtime,cmd/link: increase stack guard space when building with -race | Keith Randall |
| 2022-11-07 | runtime: fix a few function names on comments | cui fliter |
| 2022-10-29 | runtime/internal/atomic: enable atomic 64bit types for all functions on linux... | Guoqi Chen |
| 2022-10-26 | runtime/internal/syscall: use ABIInternal for Syscall6 on riscv64 | Wayne Zuo |
| 2022-10-25 | runtime/internal/syscall: convert PPC64 Syscall6 to ABIInternal | Paul E. Murphy |
| 2022-10-18 | runtime: replace all uses of CtzXX with TrailingZerosXX | Youlin Feng |
| 2022-10-18 | runtime/internal/atomic: add write barrier-enabled pointer atomics | Russ Cox |
| 2022-10-14 | runtime/internal/startlinetest: add NO_LOCAL_POINTERS macro to asm function | Cherry Mui |
| 2022-10-14 | cmd/compile,cmd/link,runtime: add start line numbers to func metadata | Michael Pratt |
| 2022-10-07 | runtime: move epoll syscalls to runtime/internal/syscall | Andrew Pogrebnoy |
| 2022-09-30 | Revert "runtime: move epoll syscalls to runtime/internal/syscall" | Michael Pratt |
| 2022-09-30 | runtime: move epoll syscalls to runtime/internal/syscall | Andrew Pogrebnoy |
| 2022-09-17 | runtime/internal/sys: make Len64 nosplit | Michael Anthony Knyszek |
| 2022-09-02 | cmd/compile: make runtime/internal/sys.NotInHeap intrinsic | Cuong Manh Le |
| 2022-08-26 | runtime: mark all methods of atomic types with go:nosplit | Andy Pan |
| 2022-08-19 | runtime/internal/atomic: remove double-check in kernelcas on linux/arm | Tobias Klauser |
| 2022-08-19 | runtime: add and use runtime/internal/sys.NotInHeap | Cuong Manh Le |
| 2022-08-12 | runtime: mark atomic methods which call nosplit functions as nosplit | Cuong Manh Le |
| 2022-08-08 | runtime/internal/atomic: add Pointer[T] type | Austin Clements |
| 2022-08-05 | cmd/dist: force stackGuardMultiplierDefault to 1 | Russ Cox |
| 2022-06-15 | syscall, runtime/internal/syscall: always zero the higher bits of return valu... | Guoqi Chen |
| 2022-05-26 | runtime/internal/syscall: use correct result names for loong64 | Ian Lance Taylor |
| 2022-05-19 | runtime/internal/atomic: add atomic support for loong64 | Xiaodong Liu |
| 2022-05-19 | runtime: implement syscalls for runtime bootstrap on linux/loong64 | Xiaodong Liu |
| 2022-05-13 | runtime/internal/atomic: align 64-bit types to 8 bytes everywhere | Michael Anthony Knyszek |
| 2022-04-22 | runtime/internal/syscall: use ABIInternal for Syscall6 on amd64 | Michael Pratt |
| 2022-04-21 | Revert "runtime/internal/syscall: use ABIInternal for Syscall6 on amd64" | Michael Pratt |
| 2022-04-21 | runtime/internal/syscall: use ABIInternal for Syscall6 on amd64 | Michael Pratt |
| 2022-04-21 | runtime/internal/syscall, syscall: replace RawSyscall6 with runtime implement... | Michael Pratt |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-03-31 | runtime/internal/atomic: add Bool | Michael Anthony Knyszek |
| 2022-03-03 | syscall, runtime/internal/syscall: always return 0 in r2 on ppc64{,le} linux ... | Paul E. Murphy |
| 2022-02-25 | runtime/internal/atomic: set SP delta correctly for 64-bit atomic functions o... | Cherry Mui |
| 2022-02-15 | runtime/internal/syscall: new package for linux | Michael Pratt |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |
| 2021-11-06 | all: remove more leftover // +build lines | Tobias Klauser |
| 2021-10-28 | all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) | Russ Cox |
| 2021-10-20 | runtime/internal/atomic: add atomic types for all functions | Michael Anthony Knyszek |
| 2021-09-07 | cmd/compile: add prefetch intrinsic support | Ruslan Andreev |
| 2021-06-30 | [dev.typeparams] all: merge master (4711bf3) into dev.typeparams | Matthew Dempsky |
| 2021-06-28 | runtime/internal/atomic: drop Cas64 pointer indirection in comments | Mia Zhu |
| 2021-06-25 | [dev.typeparams] all: merge master (37f9a8f) into dev.typeparams | Cuong Manh Le |
| 2021-06-22 | runtime/internal/atomic: remove incorrect pointer indirection in comment | Xing Gao |
| 2021-06-17 | [dev.typeparams] runtime/internal/sys: remove unused Goarch* and Goos* constants | Michael Anthony Knyszek |
| 2021-06-17 | [dev.typeparams] internal/goarch,internal/goos: rename Goos and Goarch constants | Michael Anthony Knyszek |
| 2021-06-17 | [dev.typeparams] runtime/internal/sys: replace ArchFamily and constants with ... | Michael Anthony Knyszek |