| Age | Commit message (Expand) | Author |
| 2024-11-18 | internal/sync: add Store to HashTrieMap | Michael Anthony Knyszek |
| 2024-11-18 | internal/sync: add Swap to HashTrieMap | Michael Anthony Knyszek |
| 2024-11-18 | internal/sync: add CompareAndSwap to HashTrieMap | Michael Anthony Knyszek |
| 2024-11-18 | internal/sync: make the HashTrieMap zero value ready to use | Michael Anthony Knyszek |
| 2024-11-18 | internal/sync: relax value type constraint for HashTrieMap | Michael Anthony Knyszek |
| 2024-11-18 | internal/sync: use normal comparison for keys in HashTrieMap | Michael Anthony Knyszek |
| 2024-11-18 | internal/sync: factor out lookup for CompareAndDelete in HashTrieMap | Michael Anthony Knyszek |
| 2024-11-18 | internal/sync: move HashTrieMap from internal/concurrent | Michael Anthony Knyszek |
| 2024-11-18 | internal/concurrent: remove dependency on math/rand/v2 | Michael Anthony Knyszek |
| 2024-11-18 | internal/sync: move sync.Mutex implementation into new package | Michael Anthony Knyszek |
| 2024-11-18 | internal/runtime/maps: don't copy indirect key/elem when growing maps | Keith Randall |
| 2024-11-18 | internal/poll: use ignoringEINTR2 in copyFileRange | Tobias Klauser |
| 2024-11-18 | internal/runtime/maps: fix noswiss builder | khr@golang.org |
| 2024-11-17 | runtime/internal/maps: remove entryMask | Keith Randall |
| 2024-11-17 | internal/runtime/maps: simplify small group lookup | Keith Randall |
| 2024-11-17 | internal/runtime/maps: eliminate a load from the hot path | Keith Randall |
| 2024-11-17 | runtime/internal/maps: optimize long string keys for small maps | Keith Randall |
| 2024-11-15 | runtime: unify lock2, allow deeper sleep | Rhys Hiltner |
| 2024-11-15 | runtime: allow futex OSes to use sema-based mutex | Rhys Hiltner |
| 2024-11-15 | os/user: support built-in service user accounts on Windows | qmuntal |
| 2024-11-15 | internal/fuzz: add benchmarks for byte slice mutators | Jakub Ciolek |
| 2024-11-14 | internal/exportdata: introduce shared library for exportdata | Tim King |
| 2024-11-14 | cmd/go: print not-defaults arch-env | qiulaidongfeng |
| 2024-11-13 | go/types, types2: avoid errors due to missing methods for invalid types | Robert Griesemer |
| 2024-11-13 | internal/runtime/maps: use match to skip non-full slots in iteration | Michael Pratt |
| 2024-11-12 | cmd/compile: optimize math/bits.OnesCount{16,32,64} implementation on loong64 | Guoqi Chen |
| 2024-11-11 | internal/runtime/maps: don't hash twice when deleting | Keith Randall |
| 2024-11-11 | internal/runtime/maps: get rid of a few obsolete TODOs | Keith Randall |
| 2024-11-11 | runtime, syscall: use pointer types on wasmimport functions | Cherry Mui |
| 2024-11-11 | cmd/compiler,internal/runtime/atomic: optimize And{64,32,8} and Or{64,32,8} o... | Guoqi Chen |
| 2024-11-11 | cmd/compiler,internal/runtime/atomic: optimize xchg{32,64} on loong64 | Guoqi Chen |
| 2024-11-08 | cmd/compiler,internal/runtime/atomic: optimize xadd{32,64} on loong64 | Guoqi Chen |
| 2024-11-07 | cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64 | Guoqi Chen |
| 2024-11-05 | internal/platform: fix 'reportsr' typo in comment | Kristóf Havasi |
| 2024-11-04 | go/types, types2: better error message when selecting on a built-in | Robert Griesemer |
| 2024-11-04 | go/types, types2: print variadic argument in dotdotdot form in error message | Youlin Feng |
| 2024-11-02 | cmd/dist, internal/syslist: update UnixOS comments | Ian Lance Taylor |
| 2024-11-01 | internal/runtime/maps: return after fatal to help register allocator | khr@golang.org |
| 2024-11-01 | internal/runtime/maps: clean up put slot calls | khr@golang.org |
| 2024-11-01 | internal/runtime/maps: use matchEmptyOrDeleted instead of matchEmpty | khr@golang.org |
| 2024-11-01 | internal/runtime/maps: removed unused convertNonFullToEmptyAndFullToDeleted | Keith Randall |
| 2024-11-01 | internal/runtime/maps: simplify emptyOrDeleted condition | Keith Randall |
| 2024-11-01 | internal/poll: fix the inaccurate comment and add a edge test case | Andy Pan |
| 2024-10-31 | internal/poll: make sendfile(2) work on Androids | Andy Pan |
| 2024-10-31 | internal/poll: confine runtime OS-checks to sendFileChunk | Andy Pan |
| 2024-10-31 | all: enable GOEXPERIMENT=swissmap by default | Michael Pratt |
| 2024-10-31 | internal/runtime/atomic: fix uintptr usage in arm And8/Or8 | Mauri de Souza Meneguzzo |
| 2024-10-30 | internal/poll: avoid overflow in sendfile limit, simplify Solaris | Damien Neil |
| 2024-10-30 | internal/poll: handle (0, EINVAL) return from sendfile on Solaris | Damien Neil |
| 2024-10-30 | internal/runtime/atomic: add Xchg8 for arm | Mauri de Souza Meneguzzo |