| Age | Commit message (Expand) | Author |
| 2022-12-17 | cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6... | Guoqi Chen |
| 2022-10-29 | runtime/internal/atomic: enable atomic 64bit types for all functions on linux... | Guoqi Chen |
| 2022-10-18 | runtime/internal/atomic: add write barrier-enabled pointer atomics | Russ Cox |
| 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-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-05-19 | runtime/internal/atomic: add atomic support for loong64 | Xiaodong Liu |
| 2022-05-13 | runtime/internal/atomic: align 64-bit types to 8 bytes everywhere | Michael Anthony Knyszek |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-03-31 | runtime/internal/atomic: add Bool | Michael Anthony Knyszek |
| 2022-02-25 | runtime/internal/atomic: set SP delta correctly for 64-bit atomic functions o... | Cherry Mui |
| 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-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: replace BigEndian with goarch.BigEndia... | Michael Anthony Knyszek |
| 2021-06-02 | [dev.typeparams] cmd/compile: add dictionary argument to generic functions | Keith Randall |
| 2021-06-02 | runtime: fix formatting | Keith Randall |
| 2021-05-13 | all: add //go:build lines to assembly files | Tobias Klauser |
| 2021-05-12 | runtime/internal/atomic: add LSE atomics instructions to arm64 | Jonathan Swinney |
| 2021-04-05 | runtime: extend internal atomics to comply with sync/atomic | Ruslan Andreev |
| 2021-02-20 | all: go fmt std cmd (but revert vendor) | Russ Cox |
| 2020-11-05 | cmd/compile: improve atomic swap intrinsics on arm64 | Jonathan Swinney |
| 2020-10-23 | runtime/internal/atomic: add 32-bit And/Or | Michael Pratt |
| 2020-10-21 | cmd/compiler,cmd/go,sync: add internal {LoadAcq,StoreRel}64 on ppc64 | Paul E. Murphy |
| 2020-10-16 | runtime/internal/atomic: panic nicely on unaligned 64-bit atomics | Austin Clements |
| 2020-10-16 | runtime/internal/atomic: drop package prefixes | Austin Clements |
| 2020-08-24 | runtime: add test for StorepNoWB param leaking | Cuong Manh Le |
| 2020-08-23 | runtime: implement StorepNoWB for wasm in assembly | Keith Randall |
| 2020-04-03 | runtime: eliminate redundant load in Xchg and Xadd on arm64 | Xiangdong Ji |
| 2020-03-15 | cmd/asm,cmd/internal/obj/riscv: add atomic memory operation instructions | Joel Sing |
| 2020-03-15 | cmd/asm,cmd/internal/obj/riscv: add LR/SC instructions | Joel Sing |
| 2020-03-15 | cmd/internal/obj/riscv: add FENCE instruction | Joel Sing |
| 2020-01-19 | runtime: add support for linux/riscv64 | Joel Sing |
| 2019-11-11 | cmd/compile, runtime: intrinsify atomic And8 and Or8 on s390x | Michael Munday |
| 2019-11-01 | [dev.link] all: merge branch 'master' into dev.link | Than McIntosh |
| 2019-10-31 | runtime/internal/atomic: add tests for And8 and Or8 | Michael Munday |
| 2019-10-29 | runtime/internal/atomic: add Store8 | Austin Clements |
| 2019-10-21 | [dev.link] cmd/link: do not put static symbols into name lookup table | Cherry Zhang |
| 2019-10-10 | all: remove nacl (part 3, more amd64p32) | Brad Fitzpatrick |
| 2019-10-09 | all: remove the nacl port (part 2, amd64p32 + toolchain) | Brad Fitzpatrick |
| 2019-06-06 | runtime/internal/atomic: remove erroneous ABI wrappers | Austin Clements |
| 2019-06-06 | runtime/internal/atomic: export more ABI0 wrappers | Austin Clements |
| 2019-06-06 | runtime: mark all Go symbols called from assembly in other packages | Austin Clements |
| 2019-06-06 | cmd/compile, runtime: make atomic loads/stores sequentially consistent on s390x | Michael Munday |